xsul.wsif.impl
Class WSIFServiceFactoryImpl
java.lang.Object
xsul.wsif.WSIFServiceFactory
xsul.wsif.impl.WSIFServiceFactoryImpl
- public class WSIFServiceFactoryImpl
- extends WSIFServiceFactory
Set of type handler for XSD simple types.
- Version:
- $Revision: 1.1 $
- Author:
- Aleksander Slominski
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSIFServiceFactoryImpl
public WSIFServiceFactoryImpl()
getService
public WSIFService getService(java.lang.String wsdlLoc,
java.lang.String serviceNS,
java.lang.String serviceName,
java.lang.String portTypeNS,
java.lang.String portTypeName)
throws WSIFException
- Description copied from class:
WSIFServiceFactory
- 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.
- Specified by:
getService in class WSIFServiceFactory
- Throws:
WSIFException
getService
public WSIFService getService(WsdlDefinitions def)
throws WSIFException
- Description copied from class:
WSIFServiceFactory
- Returns a new WSIFService.
- Specified by:
getService in class WSIFServiceFactory
- Throws:
WSIFException
getService
public WSIFService getService(WsdlDefinitions def,
WsdlService service,
WsdlPortType portType)
throws WSIFException
- Description copied from class:
WSIFServiceFactory
- Returns a new WSIFService.
- Specified by:
getService in class WSIFServiceFactory
- Throws:
WSIFException
IU Extreme! Lab (http://www.extreme.indiana.edu)