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 theSOAPService
for a particular local name.EngineConfiguration.getService
(QName qname) Retrieve an instance of the named service.MessageContext.getService()
Get theSOAPService
used 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 TypeMethodDescriptionvoid
MessageContext.setService
(SOAPService sh) Set theSOAPService
used 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 TypeMethodDescriptionvoid
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 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 TypeMethodDescriptionvoid
SimpleProvider.deployService
(String name, SOAPService service) void
SimpleProvider.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 void
BasicProvider.initServiceDesc
(SOAPService service, MessageContext msgContext) This method returns a ServiceDesc that contains the correct implimentation class.void
BSFProvider.initServiceDesc
(SOAPService service, MessageContext msgContext) void
ComProvider.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 Class
EJBProvider.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 Class
JavaProvider.getServiceClass
(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 SOAPServiceModifier and TypeMethodDescriptionprotected void
AxisServlet.reportServiceInfo
(javax.servlet.http.HttpServletResponse response, PrintWriter writer, SOAPService service, String serviceName) print a snippet of service info.