Uses of Class
org.apache.soap.encoding.SOAPMappingRegistry

Packages that use.*
PackageDescription
oracle.soap.server   
oracle.soap.transport.http   
org.apache.soap.encoding   
org.apache.soap.rpc   
 

Uses of SOAPMappingRegistry in oracle.soap.server
 

Methods in oracle.soap.server that return SOAPMappingRegistry
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.
 SOAPMappingRegistry RequestContext.getResponseMap()
          Get the mapping registry that must be used to serialize the SOAP response.
 

Methods in oracle.soap.server with parameters of type SOAPMappingRegistry
TypeName
 void RequestContext.setResponseMap(SOAPMappingRegistry smr)
          Set the mapping registry that must be used to serialize the SOAP response envelope.
 

Uses of SOAPMappingRegistry in oracle.soap.transport.http
 

Methods in oracle.soap.transport.http with parameters of type SOAPMappingRegistry
TypeName
 void OracleSOAPHTTPConnection.send(java.net.URL sendTo, java.lang.String action, java.util.Hashtable headers, Envelope env, SOAPMappingRegistry smr, SOAPContext ctx)
          This method is used to request that an envelope be posted to the given URL.
 

Uses of SOAPMappingRegistry in org.apache.soap.encoding
 

Methods in org.apache.soap.encoding that return SOAPMappingRegistry
TypeName
static SOAPMappingRegistry SOAPMappingRegistry.getBaseRegistry(java.lang.String schemaURI)
          Return the singleton registry instance configured for the indicated schema URI.
 SOAPMappingRegistry SOAPMappingRegistry.getParent()
          Returns the "parent" registry, if there is one.
 

Constructors in org.apache.soap.encoding with parameters of type SOAPMappingRegistry
TypeName
SOAPMappingRegistry(SOAPMappingRegistry parent)
          This constructor takes a "parent" registry as a base registry.
SOAPMappingRegistry(SOAPMappingRegistry parent, java.lang.String schemaURI)
          This constructor is the base constructor.
 

Uses of SOAPMappingRegistry in org.apache.soap.rpc
 

Methods in org.apache.soap.rpc that return SOAPMappingRegistry
TypeName
 SOAPMappingRegistry Call.getSOAPMappingRegistry()
           
 

Methods in org.apache.soap.rpc with parameters of type SOAPMappingRegistry
TypeName
protected static RPCMessage RPCMessage.extractFromEnvelope(Envelope env, boolean isResponse, SOAPMappingRegistry smr, SOAPContext ctx)
           
static RPCMessage RPCMessage.unmarshall(java.lang.String inScopeEncStyle, org.w3c.dom.Node src, java.lang.Class toClass, SOAPMappingRegistry smr, SOAPContext ctx)
           
static Response Response.extractFromEnvelope(Envelope env, SOAPMappingRegistry smr, SOAPContext ctx)
           
 void Call.setSOAPMappingRegistry(SOAPMappingRegistry smr)
           
static Call Call.extractFromEnvelope(Envelope env, SOAPMappingRegistry smr, SOAPContext ctx)
           
 



Copyright © 2001 Oracle SOAP. All Rights Reserved.