Apache CXF API

Uses of Interface
org.apache.cxf.message.Message

Packages that use Message
org.apache.cxf.binding   
org.apache.cxf.interceptor   
org.apache.cxf.io   
org.apache.cxf.message   
org.apache.cxf.phase   
org.apache.cxf.transport   
org.apache.cxf.ws.addressing   
 

Uses of Message in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding that return Message
 Message Binding.createMessage()
           
 Message Binding.createMessage(Message m)
           
 

Methods in org.apache.cxf.binding with parameters of type Message
 Message Binding.createMessage(Message m)
           
 

Uses of Message in org.apache.cxf.interceptor
 

Classes in org.apache.cxf.interceptor with type parameters of type Message
 interface Interceptor<T extends Message>
           
 

Methods in org.apache.cxf.interceptor that return types with arguments of type Message
 java.util.ListIterator<Interceptor<? extends Message>> InterceptorChain.getIterator()
           
 

Methods in org.apache.cxf.interceptor with parameters of type Message
 boolean InterceptorChain.doIntercept(Message message)
           
 boolean InterceptorChain.doIntercept(Message message, java.lang.String startingAfterInterceptorID)
           
 boolean InterceptorChain.doInterceptInSubChain(Message message)
           
 

Uses of Message in org.apache.cxf.io
 

Fields in org.apache.cxf.io declared as Message
protected  Message AbstractWrappedOutputStream.outMessage
           
 

Constructors in org.apache.cxf.io with parameters of type Message
AbstractWrappedOutputStream(Message m)
           
 

Uses of Message in org.apache.cxf.message
 

Classes in org.apache.cxf.message that implement Message
 class AbstractWrappedMessage
          A base class to build your own message implementations on.
 class MessageImpl
           
 class XMLMessage
           
 

Methods in org.apache.cxf.message that return Message
 Message ExchangeImpl.getInFaultMessage()
           
 Message Exchange.getInFaultMessage()
           
 Message ExchangeImpl.getInMessage()
           
 Message Exchange.getInMessage()
           
 Message AbstractWrappedMessage.getMessage()
           
 Message ExchangeImpl.getOutFaultMessage()
           
 Message Exchange.getOutFaultMessage()
           
 Message ExchangeImpl.getOutMessage()
           
 Message Exchange.getOutMessage()
           
 

Methods in org.apache.cxf.message with parameters of type Message
static void MessageImpl.copyContent(Message m1, Message m2)
           
 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)
           
 

Constructors in org.apache.cxf.message with parameters of type Message
AbstractWrappedMessage(Message msg)
           
XMLMessage(Message message)
           
 

Uses of Message in org.apache.cxf.phase
 

Classes in org.apache.cxf.phase with type parameters of type Message
 class AbstractPhaseInterceptor<T extends Message>
           
 interface PhaseInterceptor<T extends Message>
          A phase interceptor participates in a PhaseInterceptorChain.
 

Methods in org.apache.cxf.phase that return types with arguments of type Message
 java.util.ListIterator<Interceptor<? extends Message>> PhaseInterceptorChain.getIterator()
           
 java.util.Iterator<Interceptor<? extends Message>> PhaseInterceptorChain.iterator()
           
 

Methods in org.apache.cxf.phase with parameters of type Message
 boolean PhaseInterceptorChain.doIntercept(Message message)
          Intercept a message, invoking each phase's handlers in turn.
 boolean PhaseInterceptorChain.doIntercept(Message message, java.lang.String startingAfterInterceptorID)
          Intercept a message, invoking each phase's handlers in turn, starting after the specified interceptor.
 boolean PhaseInterceptorChain.doInterceptInSubChain(Message message)
          Invokes the following inteceptors in a sub chain until the last chain in the sub chain calls finishSubChain, which makes the flow continue in the main chain.
 

Uses of Message in org.apache.cxf.transport
 

Methods in org.apache.cxf.transport with parameters of type Message
 void Conduit.close(Message message)
          Close the connections associated with the message
 Conduit Destination.getBackChannel(Message inMessage, Message partialResponse, org.apache.cxf.ws.addressing.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.send(Message message)
          Send an outbound message.
 

Uses of Message in org.apache.cxf.ws.addressing
 

Methods in org.apache.cxf.ws.addressing with parameters of type Message
static org.apache.cxf.ws.addressing.EndpointReferenceType WSAContextUtils.retrieveReplyTo(Conduit conduit, Message message)
          Retrieve ReplyTo EPR from the context.
static org.apache.cxf.ws.addressing.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(org.apache.cxf.ws.addressing.EndpointReferenceType replyTo, Message message)
          Store ReplyTo EPR in the context
static void WSAContextUtils.storeTo(org.apache.cxf.ws.addressing.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
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.