public class MessageExternalizeUtils extends Object implements ExternalizeConstants
ACTIVE_OBJECT, EMPTY_MARKER, EMPTY_OBJECT, LAST_ENTRY, OBJ_RESTORE_PROBLEM, OBJ_SAVE_PROBLEM, UNSUPPORTED_REVID, UNSUPPORTED_SUID| Modifier and Type | Method and Description |
|---|---|
static org.apache.axiom.soap.SOAPEnvelope |
readExternal(ObjectInput in,
MessageContext mc,
String correlationIDString)
Read the Message
|
static void |
writeExternal(ObjectOutput out,
MessageContext mc,
String correlationIDString,
org.apache.axiom.om.OMOutputFormat outputFormat)
Write out the Message
|
public static void writeExternal(ObjectOutput out, MessageContext mc, String correlationIDString, org.apache.axiom.om.OMOutputFormat outputFormat) throws IOException
out - mc - correlationIDString - outputFormat - IOExceptionpublic static org.apache.axiom.soap.SOAPEnvelope readExternal(ObjectInput in, MessageContext mc, String correlationIDString) throws IOException, ClassNotFoundException
in - mc - correlationIDString - IOExceptionClassNotFoundExceptionCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.