Uses of Class
org.apache.axis.handlers.soap.SOAPService

Packages that use SOAPService
org.apache.axis   
org.apache.axis.client   
org.apache.axis.configuration   
org.apache.axis.deployment.wsdd   
org.apache.axis.providers   
org.apache.axis.providers.java   
org.apache.axis.transport.http   
 

Uses of SOAPService in org.apache.axis
 

Methods in org.apache.axis that return SOAPService
 SOAPService MessageContext.getService()
           
 SOAPService EngineConfiguration.getService(QName qname)
          retrieve an instance of the named service
 SOAPService EngineConfiguration.getServiceByNamespaceURI(java.lang.String namespace)
          Get a service which has been mapped to a particular namespace
 SOAPService AxisEngine.getService(java.lang.String name)
           
 

Methods in org.apache.axis with parameters of type SOAPService
 void MessageContext.setService(SOAPService sh)
           
 

Uses of SOAPService in org.apache.axis.client
 

Methods in org.apache.axis.client with parameters of type SOAPService
 void Call.setSOAPService(SOAPService service)
           
 

Uses of SOAPService in org.apache.axis.configuration
 

Methods in org.apache.axis.configuration that return SOAPService
 SOAPService SimpleProvider.getService(QName qname)
           
 SOAPService SimpleProvider.getServiceByNamespaceURI(java.lang.String namespace)
          Get a service which has been mapped to a particular namespace
 SOAPService NullProvider.getService(QName qname)
           
 SOAPService NullProvider.getServiceByNamespaceURI(java.lang.String namespace)
           
 SOAPService FileProvider.getService(QName qname)
          retrieve an instance of the named service
 SOAPService FileProvider.getServiceByNamespaceURI(java.lang.String namespace)
          Get a service which has been mapped to a particular namespace
 

Methods in org.apache.axis.configuration with parameters of type SOAPService
 void SimpleProvider.deployService(QName qname, SOAPService service)
           
 void SimpleProvider.deployService(java.lang.String name, SOAPService service)
           
 

Uses of SOAPService in org.apache.axis.deployment.wsdd
 

Methods in org.apache.axis.deployment.wsdd that return SOAPService
 SOAPService WSDDDeployment.getService(QName name)
           
 SOAPService WSDDDeployment.getServiceByNamespaceURI(java.lang.String namespace)
           
 

Methods in org.apache.axis.deployment.wsdd with parameters of type SOAPService
 void WSDDService.setCachedService(SOAPService service)
           
 

Uses of SOAPService in org.apache.axis.providers
 

Methods in org.apache.axis.providers with parameters of type SOAPService
 void ComProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
           
 void BSFProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
           
abstract  void BasicProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
          This method returns a ServiceDesc that contains the correct implimentation class.
 

Uses of SOAPService in org.apache.axis.providers.java
 

Methods in org.apache.axis.providers.java with parameters of type SOAPService
protected  java.lang.Class JavaProvider.getServiceClass(java.lang.String clsName, SOAPService service, MessageContext msgContext)
          Returns the Class info about the service class.
 void JavaProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
          Fill in a service description with the correct impl class and typemapping set.
protected  java.lang.Class EJBProvider.getServiceClass(java.lang.String beanJndiName, SOAPService service, MessageContext msgContext)
          Get the class description for the EJB Remote or Local Interface, which is what we are interested in exposing to the world (i.e.
 

Uses of SOAPService in org.apache.axis.transport.http
 

Methods in org.apache.axis.transport.http with parameters of type SOAPService
protected  void AxisServlet.reportServiceInfo(javax.servlet.http.HttpServletResponse response, java.io.PrintWriter writer, SOAPService service, java.lang.String serviceName)
          print a snippet of service info.
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.