|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.providers.AbstractMessageAdapter
org.mule.providers.xmpp.XmppMessageAdapter
XmppMessageAdapter
TODO
Field Summary |
Fields inherited from class org.mule.providers.AbstractMessageAdapter |
exceptionPayload, properties |
Constructor Summary | |
XmppMessageAdapter(java.lang.Object message)
|
Method Summary | |
java.lang.Object |
getPayload()
|
byte[] |
getPayloadAsBytes()
Converts the message implementation into a String representation |
java.lang.String |
getPayloadAsString()
Converts the message implementation into a String representation |
java.lang.String |
getUniqueId()
gets the unique identifier for the message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmppMessageAdapter(java.lang.Object message) throws MessagingException
Method Detail |
public java.lang.String getPayloadAsString() throws java.lang.Exception
UMOMessageAdapter
java.lang.Exception
- Implementation may throw an endpoint specific exceptionpublic byte[] getPayloadAsBytes() throws java.lang.Exception
UMOMessageAdapter
java.lang.Exception
- Implemetation may throw an endpoint specific exceptionpublic java.lang.Object getPayload()
public java.lang.String getUniqueId() throws UniqueIdNotSupportedException
UMOMessageAdapter
getUniqueId
in interface UMOMessageAdapter
getUniqueId
in class AbstractMessageAdapter
UniqueIdNotSupportedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |