| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of SOAPService in org.apache.axis | 
| Methods in org.apache.axis that return SOAPService | |
|  SOAPService | MessageContext.getService()Get the SOAPServiceused to handle services in this
 context. | 
|  SOAPService | AxisEngine.getService(java.lang.String name)Get the SOAPServicefor a particular local 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)Set the SOAPServiceused to handle services in this
 context. | 
| Uses of SOAPService in org.apache.axis.client | 
| Methods in org.apache.axis.client with parameters of type SOAPService | |
|  void | Call.setSOAPService(SOAPService service)Set the service so that it defers missing property gets to the Call. | 
| Uses of SOAPService in org.apache.axis.configuration | 
| Methods in org.apache.axis.configuration that return SOAPService | |
|  SOAPService | NullProvider.getService(QName qname) | 
|  SOAPService | NullProvider.getServiceByNamespaceURI(java.lang.String namespace) | 
|  SOAPService | DirProvider.getService(QName qname)retrieve an instance of the named service | 
|  SOAPService | DirProvider.getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular 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 | 
|  SOAPService | SimpleProvider.getService(QName qname) | 
|  SOAPService | SimpleProvider.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)Retrieve an instance of the named service. | 
|  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.handlers.soap | 
| Constructors in org.apache.axis.handlers.soap with parameters of type SOAPService | |
| MustUnderstandChecker(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 | 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. | 
| 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. | 
| 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. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||