java.lang.Object
org.apache.wsif.WSIFServiceFactory
customfactory.client.CustomServiceFactoryImpl
- public class CustomServiceFactoryImpl
- extends org.apache.wsif.WSIFServiceFactory
|
Method Summary |
org.apache.wsif.WSIFService |
getService(Definition def)
Returns a new WSIFService. |
org.apache.wsif.WSIFService |
getService(Definition def,
Service service)
Returns a new WSIFService. |
org.apache.wsif.WSIFService |
getService(Definition def,
Service service,
PortType portType)
Returns a new WSIFService. |
org.apache.wsif.WSIFService |
getService(java.lang.String wsdlLoc,
java.lang.ClassLoader cl,
java.lang.String serviceNS,
java.lang.String serviceName,
java.lang.String portTypeNS,
java.lang.String portTypeName)
Create a WSIF service instance from WSDL document URL
using a ClassLoader to find local resources. |
org.apache.wsif.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomServiceFactoryImpl
public CustomServiceFactoryImpl()
getService
public org.apache.wsif.WSIFService getService(java.lang.String wsdlLoc,
java.lang.String serviceNS,
java.lang.String serviceName,
java.lang.String portTypeNS,
java.lang.String portTypeName)
throws org.apache.wsif.WSIFException
- Create a WSIFService from WSDL document URL.
If serviceName or serviceNS is null,
then WSDL document must have exactly one service in it.
If portTypeName or portTypeNS is null,
then WSDL document must have exactly one portType in it
and all ports of the selected service must
implement the same portType.
getService
public org.apache.wsif.WSIFService getService(java.lang.String wsdlLoc,
java.lang.ClassLoader cl,
java.lang.String serviceNS,
java.lang.String serviceName,
java.lang.String portTypeNS,
java.lang.String portTypeName)
throws org.apache.wsif.WSIFException
- Create a WSIF service instance from WSDL document URL
using a ClassLoader to find local resources.
If serviceName or serviceNS is null,
then WSDL document must have exactly one service in it.
If portTypeName or portTypeNS is null,
then WSDL document must have exactly one portType in it
and all ports of the selected service must
implement the same portType.
getService
public org.apache.wsif.WSIFService getService(Definition def)
throws org.apache.wsif.WSIFException
- Returns a new WSIFService.
getService
public org.apache.wsif.WSIFService getService(Definition def,
Service service)
throws org.apache.wsif.WSIFException
- Returns a new WSIFService.
getService
public org.apache.wsif.WSIFService getService(Definition def,
Service service,
PortType portType)
throws org.apache.wsif.WSIFException
- Returns a new WSIFService.