org.apache.camel.component.http4
Class HttpMessage
java.lang.Object
org.apache.camel.impl.MessageSupport
org.apache.camel.impl.DefaultMessage
org.apache.camel.component.http4.HttpMessage
- All Implemented Interfaces:
- Message
public class HttpMessage
- extends DefaultMessage
- Version:
|
Constructor Summary |
HttpMessage(Exchange exchange,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
|
Method Summary |
protected Object |
createBody()
A factory method to allow a provider to lazily create the message body
for inbound messages from other sources |
javax.servlet.http.HttpServletRequest |
getRequest()
|
javax.servlet.http.HttpServletResponse |
getResponse()
|
| Methods inherited from class org.apache.camel.impl.DefaultMessage |
addAttachment, copyFrom, createAttachments, createExchangeId, createHeaders, getAttachment, getAttachmentNames, getAttachments, getHeader, getHeader, getHeader, getHeader, getHeaders, hasAttachments, hasHeaders, hasPopulatedHeaders, isFault, newInstance, populateInitialAttachments, populateInitialHeaders, removeAttachment, removeHeader, removeHeaders, removeHeaders, setAttachments, setFault, setHeader, setHeaders, toString |
| Methods inherited from class org.apache.camel.impl.MessageSupport |
copy, createMessageId, getBody, getBody, getBody, getExchange, getMandatoryBody, getMandatoryBody, getMessageId, setBody, setBody, setExchange, setMessageId |
HttpMessage
public HttpMessage(Exchange exchange,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
createBody
protected Object createBody()
- Description copied from class:
MessageSupport
- A factory method to allow a provider to lazily create the message body
for inbound messages from other sources
- Overrides:
createBody in class MessageSupport
- Returns:
- the value of the message body or null if there is no value
available
Apache CAMEL