Oracle Application Server Web Services SOAP API Reference
10g (9.0.4)

B10397-01

Uses of Class
oracle.soap.server.ServiceDeploymentDescriptor

Packages that use ServiceDeploymentDescriptor
oracle.soap.server   

 

Uses of ServiceDeploymentDescriptor in oracle.soap.server

 

Methods in oracle.soap.server that return ServiceDeploymentDescriptor
 ServiceDeploymentDescriptor OracleSOAPContext.getServiceDeploymentDescriptor()
          Returns the service deployment descriptor associated with the request/response.
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 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
 void OracleSOAPContext.setServiceDeploymentDescriptor(ServiceDeploymentDescriptor serviceDD)
          Set the service deployment descriptor associated with the request/response.
static org.apache.soap.encoding.SOAPMappingRegistry ServiceDeploymentDescriptor.buildSOAPMappingRegistry(ServiceDeploymentDescriptor sdd)
          Utility to generate an XML serialization registry from all the type mappings registered into a deployment descriptor.
static org.apache.soap.encoding.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 ServiceManager.deploy(ServiceDeploymentDescriptor sd)
          Deploy the given service.

 


Oracle Application Server Web Services SOAP API Reference
10g (9.0.4)

B10397-01

Copyright © 2001,2003 Oracle Corporation. All Rights Reserved.