| |
|
| java.lang.Object org.apache.cxf.endpoint.NullConduitSelector
NullConduitSelector | public class NullConduitSelector implements ConduitSelector(Code) | | Strategy for null Conduit retrieval.
An instance of this class is set on the Exchange to clear
the current ConduitSelector, as a work-around for broken
Exchange.remove(ConduitSelector.class) semantics.
|
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 |
|
|
|