| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConduitSelector
Strategy for retreiving a Conduit to mediate an outbound message. A specific instance implementing a particular strategy may be injected into the Client via config.
| Method Summary | |
|---|---|
|  void | complete(Exchange exchange)Called on completion of the MEP for which the Conduit was required. | 
|  Endpoint | getEndpoint() | 
|  void | prepare(Message message)Called prior to the interceptor chain being traversed. | 
|  Conduit | selectConduit(Message message)Called when a Conduit is actually required. | 
|  void | setEndpoint(Endpoint endpoint) | 
| Method Detail | 
|---|
void prepare(Message message)
message - the current MessageConduit selectConduit(Message message)
message - 
void complete(Exchange exchange)
exchange - represents the completed MEPEndpoint getEndpoint()
void setEndpoint(Endpoint endpoint)
endpoint - the Endpoint to encapsulate| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||