| Package | Description | 
|---|---|
| org.apache.cxf.endpoint | |
| org.apache.cxf.interceptor | |
| org.apache.cxf.message | |
| org.apache.cxf.policy | |
| org.apache.cxf.transport | |
| org.apache.cxf.ws.addressing | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<Conduit> | AbstractConduitSelector. conduits | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Conduit | AbstractConduitSelector. createConduit(Message message,
             Exchange exchange,
             ConduitInitiator conduitInitiator) | 
| protected Conduit | AbstractConduitSelector. findCompatibleConduit(Message message)If address protocol was changed, conduit should be re-initialised | 
| Conduit | Client. getConduit()Get the Conduit that messages for this client will be sent on. | 
| Conduit | ClientImpl. getConduit() | 
| protected Conduit | AbstractConduitSelector. getSelectedConduit(Message message)Mechanics to actually get the Conduit from the ConduitInitiator
 if necessary. | 
| Conduit | UpfrontConduitSelector. selectConduit(Message message)Called when a Conduit is actually required. | 
| Conduit | NullConduitSelector. selectConduit(Message message)Called when a Conduit is actually required. | 
| Conduit | DeferredConduitSelector. selectConduit(Message message)Called when a Conduit is actually required. | 
| Conduit | PreexistingConduitSelector. selectConduit(Message message)Called when a Conduit is actually required. | 
| Conduit | ConduitSelector. selectConduit(Message message)Called when a Conduit is actually required. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractConduitSelector. removeConduit(Conduit conduit) | 
| protected boolean | AbstractConduitSelector. replaceEndpointAddressPropertyIfNeeded(Message message,
                                      String endpointAddress,
                                      Conduit cond) | 
| Constructor and Description | 
|---|
| AbstractConduitSelector(Conduit c)Constructor, allowing a specific conduit to override normal selection. | 
| ClientImpl(Bus b,
          Endpoint e,
          Conduit c) | 
| DeferredConduitSelector(Conduit c)Constructor, allowing a specific conduit to override normal selection. | 
| PreexistingConduitSelector(Conduit c)Constructor. | 
| PreexistingConduitSelector(Conduit c,
                          Endpoint e)Constructor. | 
| UpfrontConduitSelector(Conduit c)Constructor, allowing a specific conduit to override normal selection. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static Conduit | OutgoingChainInterceptor. getBackChannelConduit(Message message) | 
| static Conduit | MessageSenderInterceptor. getConduit(Message message) | 
| Modifier and Type | Method and Description | 
|---|---|
| Conduit | ExchangeImpl. getConduit(Message message) | 
| Conduit | Exchange. getConduit(Message message) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExchangeImpl. setConduit(Conduit c) | 
| void | Exchange. setConduit(Conduit conduit) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | PolicyDataEngine. getClientEndpointPolicy(Message m,
                       EndpointInfo ei,
                       Conduit c,
                       PolicyCalculator<T> policyCalculator) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractConduitAbstract base class factoring out common Conduit logic,
 allowing non-decoupled transports to be written without any
 regard for the decoupled back-channel or partial response logic. | 
| protected class  | AbstractDestination.AbstractBackChannelConduitBackchannel conduit. | 
| Modifier and Type | Method and Description | 
|---|---|
| Conduit | Destination. getBackChannel(Message inMessage)Retreive a back-channel Conduit, which must be policy-compatible
 with the current Message and associated Destination. | 
| Conduit | AbstractDestination. getBackChannel(Message inMessage)Retrieve a back-channel Conduit, which must be policy-compatible
 with the current Message and associated Destination. | 
| Conduit | ConduitInitiator. getConduit(EndpointInfo targetInfo,
          Bus bus)Initiate an outbound Conduit. | 
| Conduit | ConduitInitiator. getConduit(EndpointInfo localInfo,
          org.apache.cxf.ws.addressing.EndpointReferenceType target,
          Bus bus)Initiate an outbound Conduit. | 
| protected abstract Conduit | AbstractDestination. getInbuiltBackChannel(Message inMessage) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Conduit | ContextUtils. getConduit(Conduit conduit,
          Message message)Retreive Conduit from Exchange if not already available | 
| Modifier and Type | Method and Description | 
|---|---|
| static Conduit | ContextUtils. getConduit(Conduit conduit,
          Message message)Retreive Conduit from Exchange if not already available | 
Apache CXF