public class RmiMessageAdapter extends AbstractMessageAdapter
ThreadSafeAccess.AccessControlattachments, encoding, exceptionPayload, id, logger, propertiesREAD, WRITE| Modifier | Constructor and Description |
|---|---|
|
RmiMessageAdapter(Object message) |
protected |
RmiMessageAdapter(RmiMessageAdapter template) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getPayload() |
String |
getPayloadAsString(String encoding)
Converts the message implementation into a String representation
|
ThreadSafeAccess |
newThreadCopy() |
addAttachment, addInboundProperties, addProperties, addProperties, assertAccess, clearProperties, getAttachment, getAttachmentNames, getBooleanProperty, getCorrelationGroupSize, getCorrelationId, getCorrelationSequence, getDoubleProperty, getEncoding, getExceptionPayload, getIntProperty, getLongProperty, getProperty, getProperty, getPropertyNames, getReplyTo, getStringProperty, getUniqueId, isDisabled, newException, release, removeAttachment, removeProperty, resetAccessControl, setBooleanProperty, setCorrelationGroupSize, setCorrelationId, setCorrelationSequence, setDoubleProperty, setEncoding, setExceptionPayload, setIntProperty, setLongProperty, setProperty, setProperty, setReplyTo, setStringProperty, toStringpublic RmiMessageAdapter(Object message) throws MessageTypeNotSupportedException
MessageTypeNotSupportedExceptionprotected RmiMessageAdapter(RmiMessageAdapter template)
public String getPayloadAsString(String encoding) throws Exception
encoding - The encoding to use when transforming the message (if
necessary). The parameter is used when converting from a byte arrayException - Implementation may throw an endpoint specific exceptionpublic Object getPayload()
public ThreadSafeAccess newThreadCopy()
AbstractMessageAdapternewThreadCopy in interface ThreadSafeAccessnewThreadCopy in class AbstractMessageAdapterCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.