public class HttpMessageAdapter extends AbstractMessageAdapter
HttpMessageAdapter Wraps an incoming Http Request making the
payload and headers available as standard message adapter.ThreadSafeAccess.AccessControlattachments, encoding, exceptionPayload, id, logger, propertiesREAD, WRITE| Modifier | Constructor and Description |
|---|---|
protected |
HttpMessageAdapter(HttpMessageAdapter template) |
|
HttpMessageAdapter(Object message) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.httpclient.Header |
getHeader(String name) |
Object |
getPayload() |
Object |
getProperty(String key)
Gets a property of the message implementation
|
ThreadSafeAccess |
newThreadCopy() |
addAttachment, addInboundProperties, addProperties, addProperties, assertAccess, clearProperties, getAttachment, getAttachmentNames, getBooleanProperty, getCorrelationGroupSize, getCorrelationId, getCorrelationSequence, getDoubleProperty, getEncoding, getExceptionPayload, getIntProperty, getLongProperty, 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 HttpMessageAdapter(Object message)
protected HttpMessageAdapter(HttpMessageAdapter template)
public Object getPayload()
public Object getProperty(String key)
AbstractMessageAdaptergetProperty in interface MessageAdaptergetProperty in class AbstractMessageAdapterkey - the key on which to lookup the property valuepublic org.apache.commons.httpclient.Header getHeader(String name)
public ThreadSafeAccess newThreadCopy()
AbstractMessageAdapternewThreadCopy in interface ThreadSafeAccessnewThreadCopy in class AbstractMessageAdapterCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.