|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.DefaultExchange
org.apache.camel.component.http.HttpExchange
public class HttpExchange
Represents a HTTP exchange which exposes the underlying HTTP abtractions via
getRequest()
and getResponse()
Field Summary |
---|
Fields inherited from class org.apache.camel.impl.DefaultExchange |
---|
context |
Constructor Summary | |
---|---|
HttpExchange(HttpEndpoint endpoint)
|
|
HttpExchange(HttpEndpoint endpoint,
HttpServletRequest request,
HttpServletResponse response)
|
Method Summary | |
---|---|
HttpEndpoint |
getEndpoint()
|
HttpServletRequest |
getRequest()
Returns the underlying Servlet request for inbound HTTP requests |
HttpServletResponse |
getResponse()
Returns the underlying Servlet response for inbound HTTP requests |
Methods inherited from class org.apache.camel.impl.DefaultExchange |
---|
configureMessage, copy, copyFrom, createInMessage, createOutMessage, getContext, getException, getExchangeId, getFault, getIn, getOut, getOut, getProperties, getProperty, getProperty, newInstance, setException, setExchangeId, setFault, setIn, setOut, setProperties, setProperty, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HttpExchange(HttpEndpoint endpoint)
public HttpExchange(HttpEndpoint endpoint, HttpServletRequest request, HttpServletResponse response)
Method Detail |
---|
public HttpServletRequest getRequest()
public HttpServletResponse getResponse()
public HttpEndpoint getEndpoint()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |