|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxsul.wsif.WSIFServiceFactory
Abstract factory class to create instances of WSIFService. Call newInstance
to get a instance of the factory.
Note: this API is based on Apache WSIF API.
| Constructor Summary | |
WSIFServiceFactory()
|
|
| Method Summary | |
abstract WSIFService |
getService(java.lang.String wsdlLoc,
java.lang.String serviceNS,
java.lang.String serviceName,
java.lang.String portTypeNS,
java.lang.String portTypeName)
Create a WSIFService from WSDL document URL. |
abstract WSIFService |
getService(WsdlDefinitions def)
Returns a new WSIFService. |
abstract WSIFService |
getService(WsdlDefinitions def,
WsdlService service,
WsdlPortType portType)
Returns a new WSIFService. |
static WSIFServiceFactory |
newInstance()
Creates a new instance of an implementation the abstract WSIFServiceFactory class. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSIFServiceFactory()
| Method Detail |
public static WSIFServiceFactory newInstance()
public abstract WSIFService getService(java.lang.String wsdlLoc,
java.lang.String serviceNS,
java.lang.String serviceName,
java.lang.String portTypeNS,
java.lang.String portTypeName)
throws WSIFException
WSIFException
public abstract WSIFService getService(WsdlDefinitions def)
throws WSIFException
WSIFException
public abstract WSIFService getService(WsdlDefinitions def,
WsdlService service,
WsdlPortType portType)
throws WSIFException
WSIFException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||