| Package | Description |
|---|---|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| org.apache.cxf.continuations | |
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
| org.apache.cxf.logging | |
| org.apache.cxf.message | |
| org.apache.cxf.phase |
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
|
| org.apache.cxf.transport |
Transport related classes.
|
| org.apache.cxf.ws.addressing | |
| org.apache.cxf.ws.policy |
| Modifier and Type | Method and Description |
|---|---|
Message |
Binding.createMessage()
Create a Message for this Binding.
|
Message |
Binding.createMessage(Message m)
Create a Message form the message.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Binding.createMessage(Message m)
Create a Message form the message.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
ContinuationInfo.getMessage() |
| Constructor and Description |
|---|
ContinuationInfo(Message m) |
| Modifier and Type | Method and Description |
|---|---|
protected Conduit |
AbstractConduitSelector.getSelectedConduit(Message message)
Mechanics to actually get the Conduit from the ConduitInitiator
if necessary.
|
void |
DeferredConduitSelector.prepare(Message message)
Called prior to the interceptor chain being traversed.
|
void |
NullConduitSelector.prepare(Message message)
Called prior to the interceptor chain being traversed.
|
void |
ConduitSelector.prepare(Message message)
Called prior to the interceptor chain being traversed.
|
void |
PreexistingConduitSelector.prepare(Message message)
Called prior to the interceptor chain being traversed.
|
void |
UpfrontConduitSelector.prepare(Message message)
Called prior to the interceptor chain being traversed.
|
Conduit |
DeferredConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
NullConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
ConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
PreexistingConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
UpfrontConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
void |
ClientCallback.start(Message msg)
Called when a message is first received prior to any actions
being applied to the message.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Interceptor<T extends Message>
Base interface for all interceptors.
|
| Modifier and Type | Method and Description |
|---|---|
ListIterator<Interceptor<? extends Message>> |
InterceptorChain.getIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InterceptorChain.doIntercept(Message message) |
boolean |
InterceptorChain.doInterceptStartingAfter(Message message,
String startingAfterInterceptorID) |
boolean |
InterceptorChain.doInterceptStartingAt(Message message,
String startingAtInterceptorID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FaultListener.faultOccurred(Exception exception,
String description,
Message message)
Handle the occurred exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWrappedMessage
A base class to build your own message implementations on.
|
class |
MessageImpl |
class |
XMLMessage |
| Modifier and Type | Method and Description |
|---|---|
Message |
ExchangeImpl.getInFaultMessage() |
Message |
Exchange.getInFaultMessage() |
Message |
ExchangeImpl.getInMessage() |
Message |
Exchange.getInMessage()
Returns the inbound message for the exchange.
|
Message |
AbstractWrappedMessage.getMessage() |
Message |
ExchangeImpl.getOutFaultMessage() |
Message |
Exchange.getOutFaultMessage() |
Message |
ExchangeImpl.getOutMessage() |
Message |
Exchange.getOutMessage()
Returns the outbound message for the exchange.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MessageImpl.copyContent(Message m1,
Message m2) |
Conduit |
ExchangeImpl.getConduit(Message message) |
Conduit |
Exchange.getConduit(Message message) |
static MessageContentsList |
MessageContentsList.getContentsList(Message msg) |
static boolean |
MessageUtils.getContextualBoolean(Message m,
String key,
boolean defaultValue) |
static FaultMode |
MessageUtils.getFaultMode(Message message)
Determine the fault mode for the underlying (fault) message
(for use on server side only).
|
static boolean |
MessageUtils.isDOMPresent(Message m)
Returns true if the underlying content format is a W3C DOM or a SAAJ message.
|
static boolean |
MessageUtils.isFault(Message message)
Determine if message is fault.
|
static boolean |
MessageUtils.isOutbound(Message message)
Determine if message is outbound.
|
static boolean |
MessageUtils.isPartialResponse(Message message)
Determine if the current message is a partial response.
|
static boolean |
MessageUtils.isRequestor(Message message)
Determine if current messaging role is that of requestor.
|
void |
ExchangeImpl.setInFaultMessage(Message m) |
void |
Exchange.setInFaultMessage(Message m) |
void |
ExchangeImpl.setInMessage(Message m) |
void |
Exchange.setInMessage(Message m) |
void |
AbstractWrappedMessage.setMessage(Message message) |
void |
ExchangeImpl.setOutFaultMessage(Message m) |
void |
Exchange.setOutFaultMessage(Message m) |
void |
ExchangeImpl.setOutMessage(Message m) |
void |
Exchange.setOutMessage(Message m) |
| Constructor and Description |
|---|
AbstractWrappedMessage(Message msg) |
XMLMessage(Message message) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPhaseInterceptor<T extends Message>
Provides a starting point implementation for a interceptors that
participate in phased message processing.
|
interface |
PhaseInterceptor<T extends Message>
A phase interceptor is an intercetor that participates in a
PhaseInterceptorChain.
|
| Modifier and Type | Method and Description |
|---|---|
static Message |
PhaseInterceptorChain.getCurrentMessage() |
| Modifier and Type | Method and Description |
|---|---|
ListIterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.getIterator() |
Iterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PhaseInterceptorChain.doIntercept(Message message)
Intercept a message, invoking each phase's handlers in turn.
|
boolean |
PhaseInterceptorChain.doInterceptStartingAfter(Message message,
String startingAfterInterceptorID)
Intercept a message, invoking each phase's handlers in turn,
starting after the specified interceptor.
|
boolean |
PhaseInterceptorChain.doInterceptStartingAt(Message message,
String startingAtInterceptorID)
Intercept a message, invoking each phase's handlers in turn,
starting at the specified interceptor.
|
void |
PhaseInterceptorChain.unwind(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
Conduit.close(Message message)
Close the connections associated with the message
|
Conduit |
Destination.getBackChannel(Message inMessage,
Message partialResponse,
EndpointReferenceType address)
Retreive a back-channel Conduit, which must be policy-compatible
with the current Message and associated Destination.
|
void |
MessageObserver.onMessage(Message message)
Called for an incoming message, i.e.
|
void |
Conduit.prepare(Message message)
Prepare the message for sending.
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointReferenceType |
WSAContextUtils.retrieveReplyTo(Conduit conduit,
Message message)
Retrieve ReplyTo EPR from the context.
|
static EndpointReferenceType |
WSAContextUtils.retrieveTo(Conduit conduit,
Message message)
Retrieve To EPR from the context.
|
static boolean |
WSAContextUtils.retrieveUsingAddressing(Message message)
Retrieve UsingAddressing override flag from the context
|
static void |
WSAContextUtils.storeReplyTo(EndpointReferenceType replyTo,
Message message)
Store ReplyTo EPR in the context
|
static void |
WSAContextUtils.storeTo(EndpointReferenceType to,
Message message)
Store To EPR in the context
|
static void |
WSAContextUtils.storeUsingAddressing(boolean override,
Message message)
Store UsingAddressing override flag in the context
|
| Modifier and Type | Method and Description |
|---|---|
void |
Assertor.assertMessage(Message message) |
List<Interceptor> |
PolicyInterceptorProvider.provideInFaultInterceptors(Message m) |
List<Interceptor> |
AbstractPolicyInterceptorProvider.provideInFaultInterceptors(Message m) |
List<Interceptor> |
PolicyInterceptorProvider.provideInInterceptors(Message m) |
List<Interceptor> |
AbstractPolicyInterceptorProvider.provideInInterceptors(Message m) |
List<Interceptor> |
PolicyInterceptorProvider.provideOutFaultInterceptors(Message m) |
List<Interceptor> |
AbstractPolicyInterceptorProvider.provideOutFaultInterceptors(Message m) |
List<Interceptor> |
PolicyInterceptorProvider.provideOutInterceptors(Message m) |
List<Interceptor> |
AbstractPolicyInterceptorProvider.provideOutInterceptors(Message m) |
Apache CXF