com.irisel.oms.olapi
Class CLWSBrowserFactory

java.lang.Object
  extended by com.irisel.oms.olapi.CLWSBrowserFactory

public final class CLWSBrowserFactory
extends java.lang.Object


Nested Class Summary
static class CLWSBrowserFactory.WSType
           
 
Method Summary
static CLWSBrowser getInstance(CLWSBrowserFactory.WSType type, Credentials creds)
           
static CLWSBrowser getInstance(Credentials creds)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CLWSBrowser getInstance(Credentials creds)
                               throws javax.xml.ws.WebServiceException,
                                      java.lang.ClassNotFoundException,
                                      java.lang.InstantiationException,
                                      java.lang.IllegalAccessException
Throws:
javax.xml.ws.WebServiceException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException

getInstance

public static CLWSBrowser getInstance(CLWSBrowserFactory.WSType type,
                                      Credentials creds)
                               throws javax.xml.ws.WebServiceException,
                                      java.lang.ClassNotFoundException,
                                      java.lang.InstantiationException,
                                      java.lang.IllegalAccessException
Throws:
javax.xml.ws.WebServiceException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException

main

public static void main(java.lang.String[] args)
Parameters:
args -