|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RestletBinding
Interface for converting between Camel message and Restlet message.
| Method Summary | |
|---|---|
void |
populateExchangeFromRestletRequest(org.restlet.data.Request request,
Exchange exchange)
Populate Camel message from Restlet request |
void |
populateExchangeFromRestletResponse(Exchange exchange,
org.restlet.data.Response response)
Populate Camel message from Restlet response |
void |
populateRestletRequestFromExchange(org.restlet.data.Request request,
Exchange exchange)
Populate Restlet Request from Camel message |
void |
populateRestletResponseFromExchange(Exchange exchange,
org.restlet.data.Response response)
Populate Restlet request from Camel message |
| Method Detail |
|---|
void populateRestletResponseFromExchange(Exchange exchange,
org.restlet.data.Response response)
exchange - message to be copied fromresponse - to be populated
void populateExchangeFromRestletRequest(org.restlet.data.Request request,
Exchange exchange)
throws Exception
request - message to be copied fromexchange - to be populated
Exception - is thrown if error processing
void populateRestletRequestFromExchange(org.restlet.data.Request request,
Exchange exchange)
request - to be populatedexchange - message to be copied from
void populateExchangeFromRestletResponse(Exchange exchange,
org.restlet.data.Response response)
throws Exception
exchange - to be populatedresponse - message to be copied from
Exception - is thrown if error processing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||