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

Packages that use SOAPService
org.apache.axis   
org.apache.axis.configuration   
org.apache.axis.deployment   
org.apache.axis.deployment.wsdd   
 

Uses of SOAPService in org.apache.axis
 

Methods in org.apache.axis that return SOAPService
 SOAPService MessageContext.getService()
           
 SOAPService AxisEngine.getService(java.lang.String name)
           
 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
 

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

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
 

Methods in org.apache.axis.deployment with parameters of type SOAPService
abstract  void DeploymentRegistry.deployService(java.lang.String key, SOAPService service)
          deploy the given 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)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.