|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsReply
org.objectweb.joram.shared.client.MomExceptionReply
A MomExceptionReply
instance is used by a JMS client proxy
to send a MomException
back to a JMS client.
Field Summary |
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
correlationId |
Constructor Summary | |
MomExceptionReply(int correlationId,
MomException momExcept)
Constructs a MomExceptionReply instance. |
|
MomExceptionReply(MomException momExcept)
Constructs a MomExceptionReply instance. |
Method Summary | |
MomException |
getException()
Returns the exception wrapped by this reply. |
java.util.Hashtable |
soapCode()
Transforms this reply into a hashtable of primitive values that can be vehiculated through the SOAP protocol. |
static java.lang.Object |
soapDecode(java.util.Hashtable h)
Transforms a hashtable of primitive values into a MomExceptionReply reply. |
java.lang.String |
toString()
|
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
getCorrelationId, getKey, setCorrelationId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MomExceptionReply(int correlationId, MomException momExcept)
MomExceptionReply
instance.
correlationId
- Identifier of the failed request.momExcept
- The resulting exception.public MomExceptionReply(MomException momExcept)
MomExceptionReply
instance.
momExcept
- The exception to wrap.Method Detail |
public MomException getException()
public java.util.Hashtable soapCode()
soapCode
in class AbstractJmsReply
public static java.lang.Object soapDecode(java.util.Hashtable h)
MomExceptionReply
reply.
public java.lang.String toString()
toString
in class AbstractJmsReply
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |