Modifier and Type | Method and Description |
---|---|
SOAPService |
MessageContext.getService()
Get the
SOAPService used to handle services in this
context. |
SOAPService |
EngineConfiguration.getService(QName qname)
Retrieve an instance of the named service.
|
SOAPService |
AxisEngine.getService(String name)
Get the
SOAPService for a particular local name. |
SOAPService |
EngineConfiguration.getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setService(SOAPService sh)
Set the
SOAPService used to handle services in this
context. |
Modifier and Type | Method and Description |
---|---|
void |
Call.setSOAPService(SOAPService service)
Set the service so that it defers missing property gets to the
Call.
|
Modifier and Type | Method and Description |
---|---|
SOAPService |
SimpleProvider.getService(QName qname) |
SOAPService |
NullProvider.getService(QName qname) |
SOAPService |
DelegatingWSDDEngineConfiguration.getService(QName qname)
retrieve an instance of the named service
|
SOAPService |
SimpleProvider.getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace
|
SOAPService |
NullProvider.getServiceByNamespaceURI(String namespace) |
SOAPService |
DelegatingWSDDEngineConfiguration.getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleProvider.deployService(QName qname,
SOAPService service) |
void |
SimpleProvider.deployService(String name,
SOAPService service) |
Modifier and Type | Method and Description |
---|---|
SOAPService |
WSDDDeployment.getService(QName name)
Retrieve an instance of the named service.
|
SOAPService |
WSDDDeployment.getServiceByNamespaceURI(String namespace) |
Modifier and Type | Method and Description |
---|---|
void |
WSDDService.setCachedService(SOAPService service) |
Constructor and Description |
---|
MustUnderstandChecker(SOAPService service) |
Modifier and Type | Method and Description |
---|---|
void |
ComProvider.initServiceDesc(SOAPService service,
MessageContext msgContext) |
void |
BSFProvider.initServiceDesc(SOAPService service,
MessageContext msgContext) |
abstract void |
BasicProvider.initServiceDesc(SOAPService service,
MessageContext msgContext)
This method returns a ServiceDesc that contains the correct
implimentation class.
|
Modifier and Type | Method and Description |
---|---|
protected Class |
JavaProvider.getServiceClass(String clsName,
SOAPService service,
MessageContext msgContext)
Returns the Class info about the service class.
|
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. in WSDL).
|
void |
JavaProvider.initServiceDesc(SOAPService service,
MessageContext msgContext)
Fill in a service description with the correct impl class
and typemapping set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AxisServlet.reportServiceInfo(HttpServletResponse response,
PrintWriter writer,
SOAPService service,
String serviceName)
print a snippet of service info.
|
Copyright © The Apache Software Foundation. All Rights Reserved.