|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceDeploymentDescriptor | |
oracle.soap.server |
Uses of ServiceDeploymentDescriptor in oracle.soap.server |
Methods in oracle.soap.server that return ServiceDeploymentDescriptor | |
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. |
ServiceDeploymentDescriptor |
RequestContext.getServiceDeploymentDescriptor()
Get the service deployment descriptor for the requested service. |
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. |
Methods in oracle.soap.server with parameters of type ServiceDeploymentDescriptor | |
void |
ServiceManager.deploy(ServiceDeploymentDescriptor sd)
Deploy the given service. |
void |
RequestContext.setServiceDeploymentDescriptor(ServiceDeploymentDescriptor serviceDeploymentDescriptor)
Set the service deployment descriptor for the requested service. |
static SOAPMappingRegistry |
ServiceDeploymentDescriptor.buildSOAPMappingRegistry(ServiceDeploymentDescriptor sdd)
Utility to generate an XML serialization registry from all the type mappings registered into a deployment descriptor. |
static java.util.Hashtable |
ServiceDeploymentDescriptor.buildSqlClassMap(ServiceDeploymentDescriptor sdd)
Utility to generate a map from SQL type to Java Class using the type mapping information from the deployment descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |