Uses of Class
org.apache.axis.handlers.soap.SOAPService
Packages that use SOAPService
Package
Description
-
Uses of SOAPService in org.apache.axis
Methods in org.apache.axis that return SOAPServiceModifier and TypeMethodDescriptionAxisEngine.getService(String name) Get theSOAPServicefor a particular local name.EngineConfiguration.getService(QName qname) Retrieve an instance of the named service.MessageContext.getService()Get theSOAPServiceused to handle services in this context.EngineConfiguration.getServiceByNamespaceURI(String namespace) Get a service which has been mapped to a particular namespace.Methods in org.apache.axis with parameters of type SOAPServiceModifier and TypeMethodDescriptionvoidMessageContext.setService(SOAPService sh) Set theSOAPServiceused to handle services in this context. -
Uses of SOAPService in org.apache.axis.client
Methods in org.apache.axis.client with parameters of type SOAPServiceModifier and TypeMethodDescriptionvoidCall.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 SOAPServiceModifier and TypeMethodDescriptionDirProvider.getService(QName qname) retrieve an instance of the named serviceFileProvider.getService(QName qname) retrieve an instance of the named serviceNullProvider.getService(QName qname) SimpleProvider.getService(QName qname) DirProvider.getServiceByNamespaceURI(String namespace) Get a service which has been mapped to a particular namespaceFileProvider.getServiceByNamespaceURI(String namespace) Get a service which has been mapped to a particular namespaceNullProvider.getServiceByNamespaceURI(String namespace) SimpleProvider.getServiceByNamespaceURI(String namespace) Get a service which has been mapped to a particular namespaceMethods in org.apache.axis.configuration with parameters of type SOAPServiceModifier and TypeMethodDescriptionvoidSimpleProvider.deployService(String name, SOAPService service) voidSimpleProvider.deployService(QName qname, SOAPService service) -
Uses of SOAPService in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return SOAPServiceModifier and TypeMethodDescriptionWSDDDeployment.getService(QName name) Retrieve an instance of the named service.WSDDDeployment.getServiceByNamespaceURI(String namespace) Methods in org.apache.axis.deployment.wsdd with parameters of type SOAPService -
Uses of SOAPService in org.apache.axis.handlers.soap
Constructors in org.apache.axis.handlers.soap with parameters of type SOAPService -
Uses of SOAPService in org.apache.axis.providers
Methods in org.apache.axis.providers with parameters of type SOAPServiceModifier and TypeMethodDescriptionabstract voidBasicProvider.initServiceDesc(SOAPService service, MessageContext msgContext) This method returns a ServiceDesc that contains the correct implimentation class.voidBSFProvider.initServiceDesc(SOAPService service, MessageContext msgContext) voidComProvider.initServiceDesc(SOAPService service, MessageContext msgContext) -
Uses of SOAPService in org.apache.axis.providers.java
Methods in org.apache.axis.providers.java with parameters of type SOAPServiceModifier and TypeMethodDescriptionprotected ClassEJBProvider.getServiceClass(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 ClassJavaProvider.getServiceClass(String clsName, SOAPService service, MessageContext msgContext) Returns the Class info about the service class.voidJavaProvider.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 SOAPServiceModifier and TypeMethodDescriptionprotected voidAxisServlet.reportServiceInfo(javax.servlet.http.HttpServletResponse response, PrintWriter writer, SOAPService service, String serviceName) print a snippet of service info.