public class MessageExternalizeUtils extends java.lang.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(java.io.ObjectInput in,
MessageContext mc,
java.lang.String correlationIDString)
Read the Message
|
static void |
writeExternal(java.io.ObjectOutput out,
MessageContext mc,
java.lang.String correlationIDString,
org.apache.axiom.om.OMOutputFormat outputFormat)
Write out the Message
|
public static void writeExternal(java.io.ObjectOutput out,
MessageContext mc,
java.lang.String correlationIDString,
org.apache.axiom.om.OMOutputFormat outputFormat)
throws java.io.IOException
out - mc - correlationIDString - outputFormat - java.io.IOExceptionpublic static org.apache.axiom.soap.SOAPEnvelope readExternal(java.io.ObjectInput in,
MessageContext mc,
java.lang.String correlationIDString)
throws java.io.IOException,
java.lang.ClassNotFoundException
in - mc - correlationIDString - java.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © 2004-2018 The Apache Software Foundation. All Rights Reserved.