| |
|
| java.lang.Object org.apache.cxf.endpoint.PreexistingConduitSelector
PreexistingConduitSelector | public class PreexistingConduitSelector implements ConduitSelector(Code) | | Strategy for retreival of a pre-existing Conduit to mediate an
outbound message.
|
PreexistingConduitSelector | public PreexistingConduitSelector(Conduit c)(Code) | | Constructor.
Parameters: c - the pre-existing Conduit. |
PreexistingConduitSelector | public PreexistingConduitSelector(Conduit c, Endpoint e)(Code) | | Constructor.
Parameters: c - the pre-existing Conduit. Parameters: e - the target Endpoint |
complete | public void complete(Exchange exchange)(Code) | | Called on completion of the MEP for which the Conduit was required.
Parameters: exchange - represents the completed MEP |
getEndpoint | public Endpoint getEndpoint()(Code) | | the encapsulated Endpoint |
prepare | public void prepare(Message message)(Code) | | Called prior to the interceptor chain being traversed.
Parameters: message - the current Message |
selectConduit | public Conduit selectConduit(Message message)(Code) | | Called when a Conduit is actually required.
Parameters: message - the Conduit to use for mediation of the message |
setEndpoint | public void setEndpoint(Endpoint ep)(Code) | | Parameters: ep - the endpoint to encapsulate |
|
|
|