|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.transport.AbstractMessageAdapter
org.mule.transport.http.HttpMessageAdapter
public class HttpMessageAdapter
HttpMessageAdapter Wraps an incoming Http Request making the
payload and headers available as standard message adapter.
| Field Summary |
|---|
| Fields inherited from class org.mule.transport.AbstractMessageAdapter |
|---|
attachments, encoding, exceptionPayload, id, logger, properties |
| Fields inherited from interface org.mule.api.ThreadSafeAccess |
|---|
READ, WRITE |
| Constructor Summary | |
|---|---|
protected |
HttpMessageAdapter(HttpMessageAdapter template)
|
|
HttpMessageAdapter(Object message)
|
| Method Summary | |
|---|---|
Header |
getHeader(String name)
|
Object |
getPayload()
|
Object |
getProperty(String key)
|
org.mule.api.ThreadSafeAccess |
newThreadCopy()
|
| Methods inherited from class org.mule.transport.AbstractMessageAdapter |
|---|
addAttachment, addInboundProperties, 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, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HttpMessageAdapter(Object message)
protected HttpMessageAdapter(HttpMessageAdapter template)
| Method Detail |
|---|
public Object getPayload()
public Object getProperty(String key)
getProperty in interface org.mule.api.transport.MessageAdaptergetProperty in class org.mule.transport.AbstractMessageAdapterpublic Header getHeader(String name)
public org.mule.api.ThreadSafeAccess newThreadCopy()
newThreadCopy in interface org.mule.api.ThreadSafeAccessnewThreadCopy in class org.mule.transport.AbstractMessageAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||