Uses of Class
oracle.soap.server.ServiceDeploymentDescriptor

Packages that use.*
PackageDescription
oracle.soap.server   
 

Uses of ServiceDeploymentDescriptor in oracle.soap.server
 

Methods in oracle.soap.server that return ServiceDeploymentDescriptor
TypeName
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
TypeName
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.
 



Copyright © 2001 Oracle SOAP. All Rights Reserved.