|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.soap.server |
Uses of ServiceDeploymentDescriptor in oracle.soap.server |
Methods in oracle.soap.server that return ServiceDeploymentDescriptor | |
Type | Name |
---|---|
static ServiceDeploymentDescriptor |
ServiceDeploymentDescriptor.fromXML(org.w3c.dom.Element root)
Populate the ServiceDeploymentDescriptor with information
from the given document, which is the XML representation of the
descriptor. |
ServiceDeploymentDescriptor |
OracleSOAPContext.getServiceDeploymentDescriptor()
Returns the service deployment descriptor associated with the request/response. |
ServiceDeploymentDescriptor |
ServiceManager.undeploy(java.lang.String serviceId)
Undeploy the given service, and return its descriptor. |
ServiceDeploymentDescriptor |
ServiceManager.query(java.lang.String serviceId)
Get the deployment descriptor for the given service. |
Methods in oracle.soap.server with parameters of type ServiceDeploymentDescriptor | |
Type | Name |
---|---|
static SOAPMappingRegistry |
ServiceDeploymentDescriptor.buildSOAPMappingRegistry(ServiceDeploymentDescriptor sdd)
Utility to generate an XML serialization registry from all the type mappings registered into a deployment descriptor. |
static SOAPMappingRegistry |
ServiceDeploymentDescriptor.buildSOAPMappingRegistry(ServiceDeploymentDescriptor sdd,
java.lang.ClassLoader cl)
Utility to generate an XML serialization registry from all the type mappings registered into a deployment descriptor. |
void |
OracleSOAPContext.setServiceDeploymentDescriptor(ServiceDeploymentDescriptor serviceDD)
Set the service deployment descriptor associated with the request/response. |
void |
ServiceManager.deploy(ServiceDeploymentDescriptor sd)
Deploy the given service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |