|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SOAPService in org.apache.axis |
Methods in org.apache.axis that return SOAPService | |
SOAPService |
MessageContext.getService()
|
SOAPService |
EngineConfiguration.getService(javax.xml.namespace.QName qname)
retrieve an instance of the named service |
SOAPService |
EngineConfiguration.getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace |
SOAPService |
AxisEngine.getService(String name)
|
Methods in org.apache.axis with parameters of type SOAPService | |
void |
MessageContext.setService(SOAPService sh)
|
Uses of SOAPService in org.apache.axis.client |
Methods in org.apache.axis.client with parameters of type SOAPService | |
void |
Call.setSOAPService(SOAPService service)
|
Uses of SOAPService in org.apache.axis.configuration |
Methods in org.apache.axis.configuration that return SOAPService | |
SOAPService |
SimpleProvider.getService(javax.xml.namespace.QName qname)
|
SOAPService |
SimpleProvider.getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace |
SOAPService |
NullProvider.getService(javax.xml.namespace.QName qname)
|
SOAPService |
NullProvider.getServiceByNamespaceURI(String namespace)
|
SOAPService |
FileProvider.getService(javax.xml.namespace.QName qname)
retrieve an instance of the named service |
SOAPService |
FileProvider.getServiceByNamespaceURI(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(javax.xml.namespace.QName qname,
SOAPService service)
|
void |
SimpleProvider.deployService(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(javax.xml.namespace.QName name)
|
SOAPService |
WSDDDeployment.getServiceByNamespaceURI(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.providers |
Methods in org.apache.axis.providers with parameters of type SOAPService | |
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 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. |
protected 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. |
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,
PrintWriter writer,
SOAPService service,
String serviceName)
print a snippet of service info. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |