Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

customfactory.client
Class CustomServiceFactoryImpl  view CustomServiceFactoryImpl download CustomServiceFactoryImpl.java

java.lang.Object
  extended byorg.apache.wsif.WSIFServiceFactory
      extended bycustomfactory.client.CustomServiceFactoryImpl

public class CustomServiceFactoryImpl
extends org.apache.wsif.WSIFServiceFactory


Constructor Summary
CustomServiceFactoryImpl()
           
 
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 org.apache.wsif.WSIFServiceFactory
cachingOn, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomServiceFactoryImpl

public CustomServiceFactoryImpl()
Method Detail

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.