Uses of Interface
org.apache.wsif.WSIFService

Packages that use WSIFService
org.apache.wsif   
org.apache.wsif.base   
org.apache.wsif.util   
 

Uses of WSIFService in org.apache.wsif
 

Methods in org.apache.wsif that return WSIFService
abstract  WSIFService WSIFServiceFactory.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 WSIFServiceFactory.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.
abstract  WSIFService WSIFServiceFactory.getService(javax.wsdl.Definition def)
          Returns a new WSIFService.
abstract  WSIFService WSIFServiceFactory.getService(javax.wsdl.Definition def, javax.wsdl.Service service)
          Returns a new WSIFService.
abstract  WSIFService WSIFServiceFactory.getService(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.PortType portType)
          Returns a new WSIFService.
abstract  WSIFService WSIFServiceFactory.getService(javax.wsdl.Definition def, java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName)
          Returns a new WSIFService.
 

Uses of WSIFService in org.apache.wsif.base
 

Classes in org.apache.wsif.base that implement WSIFService
 class WSIFServiceImpl
          An entry point to dynamic WSDL invocations.
 

Methods in org.apache.wsif.base that return WSIFService
 WSIFService WSIFServiceFactoryImpl.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.
 WSIFService WSIFServiceFactoryImpl.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.
 WSIFService WSIFServiceFactoryImpl.getService(javax.wsdl.Definition def)
          Returns a new WSIFService.
 WSIFService WSIFServiceFactoryImpl.getService(javax.wsdl.Definition def, javax.wsdl.Service service)
          Returns a new WSIFService.
 WSIFService WSIFServiceFactoryImpl.getService(javax.wsdl.Definition def, javax.wsdl.Service service, javax.wsdl.PortType portType)
          Returns a new WSIFService.
 WSIFService WSIFServiceFactoryImpl.getService(javax.wsdl.Definition def, java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName)
          Returns a new WSIFService.
 

Uses of WSIFService in org.apache.wsif.util
 

Methods in org.apache.wsif.util that return WSIFService
static WSIFService WSIFUtils.lookupFactoryFromJNDI(java.lang.String serviceNS, java.lang.String serviceName, java.lang.String portTypeNS, java.lang.String portTypeName)
          Given the service and portType identification, return a factory that can produce WSIFPorts for that service/portType combination.
 



Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.