|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPService | |
org.apache.axis | |
org.apache.axis.client | |
org.apache.axis.configuration | |
org.apache.axis.deployment.wsdd |
Uses of SOAPService in org.apache.axis |
Methods in org.apache.axis that return SOAPService | |
SOAPService |
MessageContext.getService()
|
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 |
SOAPService |
AxisEngine.getService(java.lang.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(QName qname)
|
SOAPService |
SimpleProvider.getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespace |
SOAPService |
NullProvider.getService(QName qname)
|
SOAPService |
NullProvider.getServiceByNamespaceURI(java.lang.String 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 |
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)
|
SOAPService |
WSDDDeployment.getServiceByNamespaceURI(java.lang.String namespace)
|
Methods in org.apache.axis.deployment.wsdd with parameters of type SOAPService | |
void |
WSDDService.setCachedService(SOAPService service)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |