Package | Description |
---|---|
com.oracle.webservices.api.databinding | |
com.oracle.webservices.api.message |
Modifier and Type | Method and Description |
---|---|
MessageContext |
Databinding.serializeRequest(JavaCallInfo call)
Serializes a JavaCallInfo instance representing a JAVA method call to a
request XML(SOAP) message.
|
MessageContext |
Databinding.serializeResponse(JavaCallInfo call)
Serializes a JavaCallInfo instance representing the return value or
exception of a JAVA method call to a response XML(SOAP) message.
|
Modifier and Type | Method and Description |
---|---|
JavaCallInfo |
Databinding.deserializeRequest(MessageContext message)
Deserializes a request XML(SOAP) message to a JavaCallInfo instance
representing a JAVA method call.
|
JavaCallInfo |
Databinding.deserializeResponse(MessageContext message,
JavaCallInfo call)
Deserializes a response XML(SOAP) message to a JavaCallInfo instance
representing the return value or exception of a JAVA method call.
|
Modifier and Type | Method and Description |
---|---|
static MessageContext |
MessageContextFactory.create(ClassLoader... classLoader)
Deprecated.
|
static MessageContext |
MessageContextFactory.create(SOAPMessage m,
ClassLoader... classLoader)
Deprecated.
|
static MessageContext |
MessageContextFactory.create(Source m,
com.sun.xml.ws.api.SOAPVersion v,
ClassLoader... classLoader)
Deprecated.
|
abstract MessageContext |
MessageContextFactory.createContext() |
abstract MessageContext |
MessageContextFactory.createContext(InputStream in,
MimeHeaders headers)
Deprecated.
http://java.net/jira/browse/JAX_WS-1077
|
abstract MessageContext |
MessageContextFactory.createContext(InputStream in,
String contentType) |
abstract MessageContext |
MessageContextFactory.createContext(SOAPMessage m) |
abstract MessageContext |
MessageContextFactory.createContext(Source m) |
abstract MessageContext |
MessageContextFactory.createContext(Source m,
EnvelopeStyle.Style envelopeStyle) |
abstract MessageContext |
MessageContextFactory.doCreate()
Deprecated.
|
abstract MessageContext |
MessageContextFactory.doCreate(SOAPMessage m)
Deprecated.
|
abstract MessageContext |
MessageContextFactory.doCreate(Source x,
com.sun.xml.ws.api.SOAPVersion soapVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseDistributedPropertySet.copySatelliteInto(MessageContext r) |
void |
DistributedPropertySet.copySatelliteInto(MessageContext r) |
Copyright © 2018 Oracle Corporation. All rights reserved.