|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
SOAPMappingRegistry |
RequestContext.getResponseMap()
Get the mapping registry that must be used to serialize the SOAP response. |
static SOAPMappingRegistry |
ServiceDeploymentDescriptor.buildSOAPMappingRegistry(ServiceDeploymentDescriptor sdd)
Utility to generate an XML serialization registry from all the type mappings registered into a deployment descriptor. |
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,
int timeout)
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)
|
static RPCMessage |
RPCMessage.unmarshall(java.lang.String inScopeEncStyle,
org.w3c.dom.Node src,
java.lang.Class toClass,
SOAPMappingRegistry smr)
|
static Response |
Response.extractFromEnvelope(Envelope env,
SOAPMappingRegistry smr)
|
void |
Call.setSOAPMappingRegistry(SOAPMappingRegistry smr)
|
static Call |
Call.extractFromEnvelope(Envelope env,
SOAPMappingRegistry smr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |