Uses of Class
org.apache.axis.handlers.soap.SOAPService
-
-
Uses of SOAPService in org.apache.axis
Methods in org.apache.axis that return SOAPService Modifier and Type Method Description SOAPServiceAxisEngine. getService(java.lang.String name)Get theSOAPServicefor a particular local name.SOAPServiceEngineConfiguration. getService(QName qname)Retrieve an instance of the named service.SOAPServiceMessageContext. getService()Get theSOAPServiceused to handle services in this context.SOAPServiceEngineConfiguration. 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 Modifier and Type Method Description voidMessageContext. 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 SOAPService Modifier and Type Method Description voidCall. 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 Modifier and Type Method Description SOAPServiceDirProvider. getService(QName qname)retrieve an instance of the named serviceSOAPServiceFileProvider. getService(QName qname)retrieve an instance of the named serviceSOAPServiceNullProvider. getService(QName qname)SOAPServiceSimpleProvider. getService(QName qname)SOAPServiceDirProvider. getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespaceSOAPServiceFileProvider. getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespaceSOAPServiceNullProvider. getServiceByNamespaceURI(java.lang.String namespace)SOAPServiceSimpleProvider. getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespaceMethods in org.apache.axis.configuration with parameters of type SOAPService Modifier and Type Method Description voidSimpleProvider. deployService(java.lang.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 SOAPService Modifier and Type Method Description SOAPServiceWSDDDeployment. getService(QName name)Retrieve an instance of the named service.SOAPServiceWSDDDeployment. getServiceByNamespaceURI(java.lang.String namespace)Methods in org.apache.axis.deployment.wsdd with parameters of type SOAPService Modifier and Type Method Description voidWSDDService. setCachedService(SOAPService service) -
Uses of SOAPService in org.apache.axis.handlers.soap
Constructors in org.apache.axis.handlers.soap with parameters of type SOAPService Constructor Description MustUnderstandChecker(SOAPService service) -
Uses of SOAPService in org.apache.axis.providers
Methods in org.apache.axis.providers with parameters of type SOAPService Modifier and Type Method Description abstract 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 SOAPService Modifier and Type Method Description protected java.lang.ClassEJBProvider. 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.ClassJavaProvider. getServiceClass(java.lang.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 SOAPService Modifier and Type Method Description protected voidAxisServlet. reportServiceInfo(javax.servlet.http.HttpServletResponse response, java.io.PrintWriter writer, SOAPService service, java.lang.String serviceName)print a snippet of service info.
-