|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageContext | |
|---|---|
| org.jvnet.ws.databinding | |
| org.jvnet.ws.message | |
| Uses of MessageContext in org.jvnet.ws.databinding |
|---|
| Methods in org.jvnet.ws.databinding that return MessageContext | |
|---|---|
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. |
| Methods in org.jvnet.ws.databinding with parameters of type MessageContext | |
|---|---|
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. |
| Uses of MessageContext in org.jvnet.ws.message |
|---|
| Methods in org.jvnet.ws.message that return MessageContext | |
|---|---|
static MessageContext |
MessageContextFactory.create(ClassLoader... classLoader)
|
static MessageContext |
MessageContextFactory.create(javax.xml.soap.SOAPMessage m,
ClassLoader... classLoader)
|
static MessageContext |
MessageContextFactory.create(Source m,
com.sun.xml.ws.api.SOAPVersion v,
ClassLoader... classLoader)
|
abstract MessageContext |
MessageContextFactory.doCreate()
|
abstract MessageContext |
MessageContextFactory.doCreate(javax.xml.soap.SOAPMessage m)
|
abstract MessageContext |
MessageContextFactory.doCreate(Source x,
com.sun.xml.ws.api.SOAPVersion soapVersion)
|
| Methods in org.jvnet.ws.message with parameters of type MessageContext | |
|---|---|
void |
DistributedPropertySet.copySatelliteInto(MessageContext r)
|
void |
MessageContext.copySatelliteInto(MessageContext otherMessageContext)
Copies all the PropertySet of this MessageContext into the other MessageContext |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||