org.objectweb.joram.shared.client
Class MomExceptionReply
- java.io.Serializable
public class MomExceptionReply
A MomExceptionReply
instance is used by a JMS client proxy
to send a MomException
back to a JMS client.
- Serialized Form
MomException | getException() - Returns the exception wrapped by this reply.
|
Hashtable | soapCode() - Transforms this reply into a hashtable of primitive values that can
be vehiculated through the SOAP protocol.
|
static Object | soapDecode(Hashtable h) - Transforms a hashtable of primitive values into a
MomExceptionReply reply.
|
String | toString()
|
MomExceptionReply
public MomExceptionReply(int correlationId,
MomException momExcept)
Constructs a MomExceptionReply
instance.
correlationId
- Identifier of the failed request.momExcept
- The resulting exception.
MomExceptionReply
public MomExceptionReply(MomException momExcept)
Constructs a MomExceptionReply
instance.
momExcept
- The exception to wrap.
getException
public MomException getException()
Returns the exception wrapped by this reply.
soapCode
public Hashtable soapCode()
Transforms this reply into a hashtable of primitive values that can
be vehiculated through the SOAP protocol.
- soapCode in interface AbstractJmsReply
soapDecode
public static Object soapDecode(Hashtable h)
Transforms a hashtable of primitive values into a
MomExceptionReply
reply.
- soapDecode in interface AbstractJmsReply
Copyright B) 2004 Scalagent - All rights reserved