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(java.lang.String name)
Get the
SOAPService for a particular local name. |
SOAPService |
EngineConfiguration.getServiceByNamespaceURI(java.lang.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 |
FileProvider.getService(QName qname)
retrieve an instance of the named service
|
SOAPService |
DirProvider.getService(QName qname)
retrieve an instance of the named service
|
SOAPService |
NullProvider.getService(QName qname) |
SOAPService |
SimpleProvider.getService(QName qname) |
SOAPService |
FileProvider.getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespace
|
SOAPService |
DirProvider.getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespace
|
SOAPService |
NullProvider.getServiceByNamespaceURI(java.lang.String namespace) |
SOAPService |
SimpleProvider.getServiceByNamespaceURI(java.lang.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(java.lang.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(java.lang.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 java.lang.Class |
JavaProvider.getServiceClass(java.lang.String clsName,
SOAPService service,
MessageContext msgContext)
Returns the Class info about the service class.
|
protected java.lang.Class |
EJBProvider.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.
|
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(javax.servlet.http.HttpServletResponse response,
java.io.PrintWriter writer,
SOAPService service,
java.lang.String serviceName)
print a snippet of service info.
|
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.