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

Packages that use SOAPMappingRegistry
oracle.soap.server   
oracle.soap.transport.http   
org.apache.soap.rpc   
 

Uses of SOAPMappingRegistry in oracle.soap.server
 

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

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

Methods in org.apache.soap.rpc with parameters of type SOAPMappingRegistry
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.