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

Packages that use Message
org.apache.cxf.attachment   
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.binding.coloc   
org.apache.cxf.binding.http   
org.apache.cxf.binding.http.interceptor   
org.apache.cxf.binding.jbi   
org.apache.cxf.binding.jbi.interceptor   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.binding.xml   
org.apache.cxf.binding.xml.interceptor   
org.apache.cxf.clustering   
org.apache.cxf.continuations   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.greeter_control   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.context   
org.apache.cxf.jaxws.handler   
org.apache.cxf.jaxws.handler.logical   
org.apache.cxf.jaxws.handler.soap   
org.apache.cxf.jaxws.interceptors   
org.apache.cxf.management.interceptor   
org.apache.cxf.message   
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
org.apache.cxf.test   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty.continuations   
org.apache.cxf.transport.http.policy   
org.apache.cxf.transport.https   
org.apache.cxf.transport.jbi   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.jms.continuations   
org.apache.cxf.transport.local   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.mtom   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.policy   
org.apache.cxf.ws.rm.soap   
 

Uses of Message in org.apache.cxf.attachment
 

Constructors in org.apache.cxf.attachment with parameters of type Message
AttachmentDeserializer(Message message)
           
AttachmentSerializer(Message messageParam)
           
 

Uses of Message in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding that return Message
 Message Binding.createMessage()
          Create a Message for this Binding.
 Message Binding.createMessage(Message m)
          Create a Message form the messge.
 

Methods in org.apache.cxf.binding with parameters of type Message
 Message Binding.createMessage(Message m)
          Create a Message form the messge.
 

Uses of Message in org.apache.cxf.binding.coloc
 

Methods in org.apache.cxf.binding.coloc that return Message
protected  Message ColocOutInterceptor.getInBoundMessage(Exchange ex)
           
 

Methods in org.apache.cxf.binding.coloc with parameters of type Message
 void WebFaultInInterceptor.handleMessage(Message message)
           
 void ColocInInterceptor.handleMessage(Message msg)
           
 void ColocOutInterceptor.handleMessage(Message message)
           
protected  void ColocOutInterceptor.invokeColocObserver(Message outMsg, Endpoint inboundEndpoint)
           
 void ColocMessageObserver.onMessage(Message m)
           
protected  void ColocMessageObserver.setExchangeProperties(Exchange exchange, Message m)
           
 

Uses of Message in org.apache.cxf.binding.http
 

Methods in org.apache.cxf.binding.http with parameters of type Message
 BindingOperationInfo URIMapper.getOperation(java.lang.String uri, java.lang.String verb, Message m)
           
 

Uses of Message in org.apache.cxf.binding.http.interceptor
 

Methods in org.apache.cxf.binding.http.interceptor with parameters of type Message
 void DocumentWriterInterceptor.handleMessage(Message message)
           
 void DatabindingOutSetupInterceptor.handleMessage(Message message)
           
 void ContentTypeOutInterceptor.handleMessage(Message message)
           
 void DatabindingInSetupInterceptor.handleMessage(Message message)
           
 void URIParameterInInterceptor.handleMessage(Message message)
           
 void DispatchInterceptor.handleMessage(Message message)
           
 void URIParameterOutInterceptor.handleMessage(Message message)
           
 

Uses of Message in org.apache.cxf.binding.jbi
 

Classes in org.apache.cxf.binding.jbi that implement Message
 class JBIMessage
           
 

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

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

Constructors in org.apache.cxf.binding.jbi with parameters of type Message
JBIMessage(Message msg)
           
 

Uses of Message in org.apache.cxf.binding.jbi.interceptor
 

Methods in org.apache.cxf.binding.jbi.interceptor with parameters of type Message
protected  BindingOperationInfo JBIWrapperOutInterceptor.getOperation(Message message)
           
 void JBIWrapperOutInterceptor.handleMessage(Message message)
           
 void JBIWrapperInInterceptor.handleMessage(Message message)
           
protected  boolean JBIWrapperOutInterceptor.isRequestor(Message message)
           
 

Uses of Message in org.apache.cxf.binding.object
 

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

Methods in org.apache.cxf.binding.object with parameters of type Message
 Message ObjectBinding.createMessage(Message m)
           
 void ObjectDispatchOutInterceptor.handleMessage(Message message)
           
 void ObjectDispatchInInterceptor.handleMessage(Message message)
           
 

Uses of Message in org.apache.cxf.binding.soap
 

Classes in org.apache.cxf.binding.soap that implement Message
 class SoapMessage
           
 

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

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

Constructors in org.apache.cxf.binding.soap with parameters of type Message
SoapMessage(Message message)
           
 

Uses of Message in org.apache.cxf.binding.soap.interceptor
 

Methods in org.apache.cxf.binding.soap.interceptor with parameters of type Message
protected  java.lang.String RPCOutInterceptor.addOperationNode(NSStack nsStack, Message message, javax.xml.stream.XMLStreamWriter xmlWriter, boolean output, BindingOperationInfo boi)
           
protected  DataWriter<javax.xml.stream.XMLStreamWriter> SoapOutInterceptor.getDataWriter(Message message)
           
protected  javax.xml.stream.XMLStreamWriter RPCOutInterceptor.getXMLStreamWriter(Message message)
           
 void RPCInInterceptor.handleMessage(Message message)
           
 void SoapHeaderInterceptor.handleMessage(Message m)
           
 void RPCOutInterceptor.handleMessage(Message message)
           
protected  boolean AbstractSoapInterceptor.isRequestor(Message message)
           
protected  boolean SoapOutInterceptor.isRequestor(Message message)
           
protected  Endpoint EndpointSelectionInterceptor.selectEndpoint(Message message, java.util.Set<Endpoint> eps)
           
 

Uses of Message in org.apache.cxf.binding.xml
 

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

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

Constructors in org.apache.cxf.binding.xml with parameters of type Message
XMLMessage(Message message)
           
 

Uses of Message in org.apache.cxf.binding.xml.interceptor
 

Methods in org.apache.cxf.binding.xml.interceptor with parameters of type Message
 void XMLFaultInInterceptor.handleMessage(Message message)
           
 void XMLFaultOutInterceptor.handleMessage(Message message)
           
 void XMLMessageOutInterceptor.handleMessage(Message message)
           
 void XMLMessageInInterceptor.handleMessage(Message message)
           
 

Uses of Message in org.apache.cxf.clustering
 

Methods in org.apache.cxf.clustering with parameters of type Message
 void FailoverTargetSelector.prepare(Message message)
          Called prior to the interceptor chain being traversed.
 Conduit FailoverTargetSelector.selectConduit(Message message)
          Called when a Conduit is actually required.
 

Uses of Message in org.apache.cxf.continuations
 

Methods in org.apache.cxf.continuations that return Message
 Message ContinuationInfo.getMessage()
           
 

Constructors in org.apache.cxf.continuations with parameters of type Message
ContinuationInfo(Message m)
           
 

Uses of Message in org.apache.cxf.databinding.stax
 

Methods in org.apache.cxf.databinding.stax with parameters of type Message
 void StaxDataBindingInterceptor.handleMessage(Message message)
           
 

Uses of Message in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint with parameters of type Message
protected  Conduit AbstractConduitSelector.getSelectedConduit(Message message)
          Mechanics to actually get the Conduit from the ConduitInitiator if necessary.
 void ClientImpl.onMessage(Message message)
           
 void ConduitSelector.prepare(Message message)
          Called prior to the interceptor chain being traversed.
 void UpfrontConduitSelector.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 PreexistingConduitSelector.prepare(Message message)
          Called prior to the interceptor chain being traversed.
 void DeferredConduitSelector.prepare(Message message)
          Called prior to the interceptor chain being traversed.
protected  void ClientImpl.prepareConduitSelector(Message message)
           
protected  java.lang.Object[] ClientImpl.processResult(Message message, Exchange exchange, BindingOperationInfo oi, java.util.Map<java.lang.String,java.lang.Object> resContext)
           
 Conduit ConduitSelector.selectConduit(Message message)
          Called when a Conduit is actually required.
 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 PreexistingConduitSelector.selectConduit(Message message)
          Called when a Conduit is actually required.
 Conduit DeferredConduitSelector.selectConduit(Message message)
          Called when a Conduit is actually required.
protected  void ClientImpl.setContext(java.util.Map<java.lang.String,java.lang.Object> ctx, Message message)
           
protected  void ClientImpl.setOutMessageProperties(Message message, BindingOperationInfo boi)
           
protected  void ClientImpl.setParameters(java.lang.Object[] params, Message message)
           
 void ClientCallback.start(Message msg)
          Called when a message is first received prior to any actions being applied to the message.
 

Uses of Message in org.apache.cxf.greeter_control
 

Methods in org.apache.cxf.greeter_control with parameters of type Message
 void FaultThrowingInterceptor.handleMessage(Message message)
           
 

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>
          Base interface for all interceptors.
 

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.doInterceptStartingAfter(Message message, java.lang.String startingAfterInterceptorID)
           
 boolean InterceptorChain.doInterceptStartingAt(Message message, java.lang.String startingAtInterceptorID)
           
protected static Conduit OutgoingChainInterceptor.getBackChannelConduit(Message message)
           
protected  DataReader<javax.xml.stream.XMLStreamReader> AbstractInDatabindingInterceptor.getDataReader(Message message)
           
protected
<T> DataReader<T>
AbstractInDatabindingInterceptor.getDataReader(Message message, java.lang.Class<T> input)
           
protected
<T> DataWriter<T>
AbstractOutDatabindingInterceptor.getDataWriter(Message message, Service service, java.lang.Class<T> output)
           
protected  java.lang.Object FaultOutInterceptor.getFaultBean(java.lang.Throwable cause, FaultInfo faultPart, Message message)
           
protected  MessageInfo AbstractInDatabindingInterceptor.getMessageInfo(Message message, BindingOperationInfo operation)
           
protected  MessageInfo AbstractInDatabindingInterceptor.getMessageInfo(Message message, BindingOperationInfo operation, boolean requestor)
           
protected  DataReader<org.w3c.dom.Node> AbstractInDatabindingInterceptor.getNodeDataReader(Message message)
           
protected  java.lang.String URIMappingInterceptor.getOperationName(Message message)
           
protected  MessageContentsList URIMappingInterceptor.getParameters(Message message, BindingOperationInfo operation)
           
protected  java.util.Map<java.lang.String,java.lang.String> URIMappingInterceptor.getQueries(Message message)
           
static javax.xml.stream.XMLInputFactory StaxInInterceptor.getXMLInputFactory(Message m)
           
static javax.xml.stream.XMLOutputFactory StaxOutInterceptor.getXMLOutputFactory(Message m)
           
protected  DepthXMLStreamReader AbstractInDatabindingInterceptor.getXMLStreamReader(Message message)
           
protected  javax.xml.stream.XMLStreamWriter AbstractOutDatabindingInterceptor.getXMLStreamWriter(Message message)
           
 void AttachmentInInterceptor.handleFault(Message messageParam)
           
 void AbstractEndpointSelectionInterceptor.handleMessage(Message message)
           
 void ServiceInvokerInterceptor.handleMessage(Message message)
           
 void OneWayProcessorInterceptor.handleMessage(Message message)
           
 void OutgoingChainInterceptor.handleMessage(Message message)
           
 void WrappedInInterceptor.handleMessage(Message message)
           
 void StaxOutInterceptor.handleMessage(Message message)
           
 void StaxOutInterceptor.StaxOutEndingInterceptor.handleMessage(Message message)
           
 void URIMappingInterceptor.handleMessage(Message message)
           
 void AttachmentInInterceptor.handleMessage(Message message)
           
 void DocLiteralInInterceptor.handleMessage(Message message)
           
 void ClientFaultConverter.handleMessage(Message msg)
           
 void LoggingInInterceptor.handleMessage(Message message)
           
 void LoggingOutInterceptor.handleMessage(Message message)
           
 void StaxInInterceptor.handleMessage(Message message)
           
 void PrettyLoggingOutInterceptor.handleMessage(Message message)
           
 void AttachmentOutInterceptor.handleMessage(Message message)
           
 void AttachmentOutInterceptor.AttachmentOutEndingInterceptor.handleMessage(Message message)
           
 void WrappedOutInterceptor.handleMessage(Message message)
           
 void WrappedOutInterceptor.WrappedOutEndingInterceptor.handleMessage(Message message)
           
 void FaultOutInterceptor.handleMessage(Message message)
           
 void MessageSenderInterceptor.handleMessage(Message message)
           
 void MessageSenderInterceptor.MessageSenderEndingInterceptor.handleMessage(Message message)
           
 void BareInInterceptor.handleMessage(Message message)
           
 void BareOutInterceptor.handleMessage(Message message)
           
protected  boolean AbstractInDatabindingInterceptor.isRequestor(Message message)
           
protected  boolean AbstractOutDatabindingInterceptor.isRequestor(Message message)
           
 void AbstractFaultChainInitiatorObserver.onMessage(Message message)
           
 void ClientOutFaultObserver.onMessage(Message m)
          override the super class method
protected  void ClientFaultConverter.processFaultDetail(Fault fault, Message msg)
           
protected abstract  Endpoint AbstractEndpointSelectionInterceptor.selectEndpoint(Message message, java.util.Set<Endpoint> eps)
          Select an Endpoint which will be used for the rest of the invocation.
protected  boolean AbstractOutDatabindingInterceptor.shouldValidate(Message m)
           
protected  boolean AbstractInDatabindingInterceptor.supportsDataReader(Message message, java.lang.Class<?> input)
           
protected  void AbstractOutDatabindingInterceptor.writeParts(Message message, Exchange exchange, BindingOperationInfo operation, MessageContentsList objs, java.util.List<MessagePartInfo> parts)
           
protected  boolean AbstractOutDatabindingInterceptor.writeToOutputStream(Message m, BindingInfo info, Service s)
           
 

Uses of Message in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws with parameters of type Message
 void DispatchImpl.onMessage(Message message)
           
protected  void DispatchImpl.prepareConduitSelector(Message message)
           
 

Uses of Message in org.apache.cxf.jaxws.context
 

Methods in org.apache.cxf.jaxws.context that return Message
 Message WrappedMessageContext.getWrappedMessage()
           
 

Constructors in org.apache.cxf.jaxws.context with parameters of type Message
WrappedMessageContext(Message m)
           
WrappedMessageContext(Message m, javax.xml.ws.handler.MessageContext.Scope defScope)
           
 

Uses of Message in org.apache.cxf.jaxws.handler
 

Classes in org.apache.cxf.jaxws.handler with type parameters of type Message
 class AbstractJAXWSHandlerInterceptor<T extends Message>
           
 class AbstractProtocolHandlerInterceptor<T extends Message>
           
 

Methods in org.apache.cxf.jaxws.handler with parameters of type Message
 void HandlerChainInvoker.mepComplete(Message message)
          Invoke handlers at the end of an MEP calling close on each.
 

Uses of Message in org.apache.cxf.jaxws.handler.logical
 

Classes in org.apache.cxf.jaxws.handler.logical with type parameters of type Message
 class DispatchLogicalHandlerInterceptor<T extends Message>
           
 class LogicalHandlerFaultInInterceptor<T extends Message>
           
 class LogicalHandlerFaultOutInterceptor<T extends Message>
           
 class LogicalHandlerInInterceptor<T extends Message>
           
 class LogicalHandlerOutInterceptor<T extends Message>
           
 

Constructors in org.apache.cxf.jaxws.handler.logical with parameters of type Message
LogicalMessageContextImpl(Message wrapped)
           
 

Uses of Message in org.apache.cxf.jaxws.handler.soap
 

Constructors in org.apache.cxf.jaxws.handler.soap with parameters of type Message
SOAPMessageContextImpl(Message m)
           
 

Uses of Message in org.apache.cxf.jaxws.interceptors
 

Methods in org.apache.cxf.jaxws.interceptors with parameters of type Message
 void DispatchInDatabindingInterceptor.handleMessage(Message message)
           
 void DispatchOutDatabindingInterceptor.handleMessage(Message message)
           
 void WebFaultOutInterceptor.handleMessage(Message message)
           
 void HolderOutInterceptor.handleMessage(Message message)
           
 void HolderInInterceptor.handleMessage(Message message)
           
 void WrapperClassInInterceptor.handleMessage(Message message)
           
 void WrapperClassOutInterceptor.handleMessage(Message message)
           
 

Uses of Message in org.apache.cxf.management.interceptor
 

Methods in org.apache.cxf.management.interceptor with parameters of type Message
 void ResponseTimeMessageInvokerInterceptor.handleFault(Message message)
           
 void ResponseTimeMessageOutInterceptor.handleFault(Message message)
           
 void ResponseTimeMessageInInterceptor.handleFault(Message message)
           
 void ResponseTimeMessageInvokerInterceptor.handleMessage(Message message)
           
 void ResponseTimeMessageOutInterceptor.handleMessage(Message message)
           
 void ResponseTimeMessageInInterceptor.handleMessage(Message message)
           
protected  boolean AbstractMessageResponseTimeInterceptor.isClient(Message msg)
           
 

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 Exchange.getInFaultMessage()
           
 Message ExchangeImpl.getInFaultMessage()
           
 Message Exchange.getInMessage()
           
 Message ExchangeImpl.getInMessage()
           
 Message AbstractWrappedMessage.getMessage()
           
 Message Exchange.getOutFaultMessage()
           
 Message ExchangeImpl.getOutFaultMessage()
           
 Message Exchange.getOutMessage()
           
 Message ExchangeImpl.getOutMessage()
           
 

Methods in org.apache.cxf.message with parameters of type Message
static void MessageImpl.copyContent(Message m1, Message m2)
           
 Conduit Exchange.getConduit(Message message)
           
 Conduit ExchangeImpl.getConduit(Message message)
           
static MessageContentsList MessageContentsList.getContentsList(Message msg)
           
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 Exchange.setInFaultMessage(Message m)
           
 void ExchangeImpl.setInFaultMessage(Message m)
           
 void Exchange.setInMessage(Message m)
           
 void ExchangeImpl.setInMessage(Message m)
           
 void AbstractWrappedMessage.setMessage(Message message)
           
 void Exchange.setOutFaultMessage(Message m)
           
 void ExchangeImpl.setOutFaultMessage(Message m)
           
 void Exchange.setOutMessage(Message m)
           
 void ExchangeImpl.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>
          Provides a starting point implementation for a interceptors that participate in phased message processing.
 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.doInterceptStartingAfter(Message message, java.lang.String startingAfterInterceptorID)
          Intercept a message, invoking each phase's handlers in turn, starting after the specified interceptor.
 boolean PhaseInterceptorChain.doInterceptStartingAt(Message message, java.lang.String startingAtInterceptorID)
          Intercept a message, invoking each phase's handlers in turn, starting at the specified interceptor.
 

Uses of Message in org.apache.cxf.test
 

Methods in org.apache.cxf.test with parameters of type Message
 void TestUtilities.TestMessageObserver.onMessage(Message message)
           
 

Uses of Message in org.apache.cxf.transport
 

Methods in org.apache.cxf.transport that return Message
protected  Message MultipleEndpointObserver.createMessage(Message message)
          Give a chance for a Binding to customize their message
 

Methods in org.apache.cxf.transport with parameters of type Message
 void AbstractConduit.close(Message msg)
           
 void Conduit.close(Message message)
          Close the connections associated with the message
protected  Message MultipleEndpointObserver.createMessage(Message message)
          Give a chance for a Binding to customize their message
 Conduit AbstractDestination.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.
 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.
protected abstract  Conduit AbstractDestination.getInbuiltBackChannel(Message inMessage)
           
protected  boolean AbstractDestination.markPartialResponse(Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType decoupledTarget)
          Mark message as a partial message.
 void ChainInitiationObserver.onMessage(Message m)
           
 void MultipleEndpointObserver.onMessage(Message message)
           
 void MessageObserver.onMessage(Message message)
          Called for an incoming message, i.e.
 void Conduit.prepare(Message message)
          Prepare the message for sending.
protected  void ChainInitiationObserver.setExchangeProperties(Exchange exchange, Message m)
           
protected  void MultipleEndpointObserver.setExchangeProperties(Exchange exchange, Message m)
           
 

Uses of Message in org.apache.cxf.transport.http
 

Fields in org.apache.cxf.transport.http declared as Message
protected  Message HTTPConduit.WrappedOutputStream.outMessage
           
 

Methods in org.apache.cxf.transport.http with parameters of type Message
 void HTTPConduit.assertMessage(Message message)
           
 void AbstractHTTPDestination.assertMessage(Message message)
           
 void HTTPConduit.close(Message msg)
           
protected  void AbstractHTTPDestination.copyRequestHeaders(Message message, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
          Copy the request headers into the message.
protected  void AbstractHTTPDestination.copyResponseHeaders(Message message, javax.servlet.http.HttpServletResponse response)
          Copy the response headers into the response.
abstract  void MessageTrustDecider.establishTrust(java.lang.String conduitName, URLConnectionInfo connectionInfo, Message message)
          This method is called when a Message is about to be sent out over an HTTPConduit.
protected  java.io.OutputStream AbstractHTTPDestination.flushHeaders(Message outMessage)
           
abstract  java.lang.String HttpAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit, java.net.URL currentURL, Message message, java.lang.String realm, java.lang.String fullHeader)
          The HTTPConduit makes a call to this method if it receives a 401 response to a particular URL for a given message.
 java.lang.String HttpBasicAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit, java.net.URL currentURL, Message message, java.lang.String realm, java.lang.String fullHeader)
           
 java.lang.String DigestAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit, java.net.URL currentURL, Message message, java.lang.String realm, java.lang.String fullHeader)
           
 org.apache.cxf.transports.http.configuration.HTTPClientPolicy HTTPConduit.getClient(Message message)
           
protected  Conduit AbstractHTTPDestination.getInbuiltBackChannel(Message inMessage)
           
abstract  java.lang.String HttpAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit, java.net.URL currentURL, Message message)
          The HTTPConduit makes a call to this method before connecting to the server behind a particular URL.
 java.lang.String HttpBasicAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit, java.net.URL currentURL, Message message)
           
 java.lang.String DigestAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit, java.net.URL currentURL, Message message)
           
abstract  HttpBasicAuthSupplier.UserPass HttpBasicAuthSupplier.getPreemptiveUserPass(java.lang.String conduitName, java.net.URL currentURL, Message message)
          The HTTPConduit makes a call to this method before connecting to the server behind a particular URL.
abstract  HttpBasicAuthSupplier.UserPass HttpBasicAuthSupplier.getUserPassForRealm(java.lang.String conduitName, java.net.URL currentURL, Message message, java.lang.String realm)
          The HTTPConduit makes a call to this method if it receives a 401 response to a particular URL for a given message.
protected  boolean AbstractHTTPDestination.isOneWay(Message message)
           
protected  boolean AbstractHTTPDestination.isPartialResponse(Message m)
           
protected  boolean AbstractHTTPDestination.markPartialResponse(Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType decoupledTarget)
          Mark message as a partial message.
 void HTTPConduit.InterposedMessageObserver.onMessage(Message inMessage)
          Called for an incoming message.
 void HTTPConduit.prepare(Message message)
          Prepare to send an outbound HTTP message over this http conduit to a particular endpoint.
 void AbstractHTTPDestination.BackChannelConduit.prepare(Message message)
          Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).
protected  void AbstractHTTPDestination.setHeaders(Message message)
          Cache HTTP headers in message.
protected  void AbstractHTTPDestination.setupMessage(Message inMessage, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
protected  void AbstractHTTPDestination.updateResponseHeaders(Message message)
           
 

Constructors in org.apache.cxf.transport.http with parameters of type Message
HTTPConduit.WrappedOutputStream(Message m, java.net.HttpURLConnection c, boolean possibleRetransmit, boolean isChunking)
           
 

Uses of Message in org.apache.cxf.transport.http_jetty.continuations
 

Methods in org.apache.cxf.transport.http_jetty.continuations that return Message
protected  Message JettyContinuationWrapper.getMessage()
           
 

Constructors in org.apache.cxf.transport.http_jetty.continuations with parameters of type Message
JettyContinuationProvider(javax.servlet.http.HttpServletRequest req, Message m)
           
JettyContinuationWrapper(javax.servlet.http.HttpServletRequest request, Message m)
           
 

Uses of Message in org.apache.cxf.transport.http.policy
 

Methods in org.apache.cxf.transport.http.policy with parameters of type Message
static void PolicyUtils.assertClientPolicy(Message message, org.apache.cxf.transports.http.configuration.HTTPClientPolicy client)
          Asserts all HTTPClientPolicy assertions that are compatible with the specified client policy.
static void PolicyUtils.assertServerPolicy(Message message, org.apache.cxf.transports.http.configuration.HTTPServerPolicy server)
          Asserts all HTTPServerPolicy assertions that are equal to the specified server policy.
static org.apache.cxf.transports.http.configuration.HTTPClientPolicy PolicyUtils.getClient(Message message, org.apache.cxf.transports.http.configuration.HTTPClientPolicy confPolicy)
          Returns a HTTPClientPolicy that is compatible with the assertions included in the service, endpoint, operation and message policy subjects AND the HTTPClientPolicy passed as a second argument.
static org.apache.cxf.transports.http.configuration.HTTPServerPolicy PolicyUtils.getServer(Message message, org.apache.cxf.transports.http.configuration.HTTPServerPolicy confPolicy)
          Returns a HTTPServerPolicy that is compatible with the assertions included in the service, endpoint, operation and message policy subjects AND the HTTPServerPolicy passed as a second argument.
 

Uses of Message in org.apache.cxf.transport.https
 

Methods in org.apache.cxf.transport.https with parameters of type Message
static void SSLUtils.propogateSecureSession(javax.servlet.http.HttpServletRequest request, Message message)
          Propogate in the message a TLSSessionInfo instance representative of the TLS-specific information in the HTTP request.
 

Uses of Message in org.apache.cxf.transport.jbi
 

Fields in org.apache.cxf.transport.jbi declared as Message
protected  Message JBIDestination.BackChannelConduit.inMessage
           
 

Methods in org.apache.cxf.transport.jbi with parameters of type Message
protected  Conduit JBIDestination.getInbuiltBackChannel(Message inMessage)
           
 void JBIDestination.BackChannelConduit.prepare(Message message)
          Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).
 void JBIConduit.prepare(Message message)
           
 

Constructors in org.apache.cxf.transport.jbi with parameters of type Message
JBIConduitOutputStream(Message m, javax.jbi.messaging.DeliveryChannel channel, org.apache.cxf.ws.addressing.EndpointReferenceType target, JBIConduit conduit)
           
JBIDestinationOutputStream(Message m, Message outM, javax.jbi.messaging.DeliveryChannel dc)
           
 

Uses of Message in org.apache.cxf.transport.jms
 

Fields in org.apache.cxf.transport.jms declared as Message
protected  Message JMSDestination.BackChannelConduit.inMessage
           
 

Methods in org.apache.cxf.transport.jms with parameters of type Message
static void JMSUtils.addContentTypeToProtocolHeader(Message message)
           
static javax.jms.Message JMSUtils.buildJMSMessageFromCXFMessage(Message outMessage, java.lang.Object payload, java.lang.String messageType, javax.jms.Session session, javax.jms.Destination replyTo, java.lang.String correlationId)
           
protected  Conduit JMSDestination.getInbuiltBackChannel(Message inMessage)
           
 javax.jms.Destination JMSDestination.getReplyToDestination(org.springframework.jms.core.JmsTemplate jmsTemplate, Message inMessage)
           
protected static boolean JMSConduit.isSetReplyTo(Message message)
           
static void JMSUtils.populateIncomingContext(javax.jms.Message message, Message inMessage, java.lang.String headerType)
           
 void JMSDestination.BackChannelConduit.prepare(Message message)
          Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).
 void JMSConduit.prepare(Message message)
          Prepare the message for send out.
 

Uses of Message in org.apache.cxf.transport.jms.continuations
 

Constructors in org.apache.cxf.transport.jms.continuations with parameters of type Message
JMSContinuation(Bus b, Message m, MessageObserver observer, java.util.Collection<JMSContinuation> cList, org.springframework.jms.listener.DefaultMessageListenerContainer jmsListener, JMSConfiguration jmsConfig)
           
JMSContinuationProvider(Bus b, Message m, MessageObserver observer, java.util.Collection<JMSContinuation> cList, org.springframework.jms.listener.DefaultMessageListenerContainer jmsListener, JMSConfiguration jmsConfig)
           
 

Uses of Message in org.apache.cxf.transport.local
 

Methods in org.apache.cxf.transport.local with parameters of type Message
 void LocalConduit.close(Message message)
           
 void LocalTransportFactory.copy(Message message, Message copy)
           
protected  Conduit LocalDestination.getInbuiltBackChannel(Message inMessage)
           
 void LocalConduit.prepare(Message 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.AttributedURIType ContextUtils.getAction(Message message)
          Construct the Action URI.
protected  java.lang.String MAPAggregator.getActionUri(Message message)
           
static Conduit ContextUtils.getConduit(Conduit conduit, Message message)
          Retreive Conduit from Exchange if not already available
 void MAPAggregator.handleFault(Message message)
          Invoked when unwinding normal interceptor chain when a fault occurred.
 void MAPAggregator.handleMessage(Message message)
          Invoked for normal processing of inbound and outbound messages.
static boolean ContextUtils.isFault(Message message)
          Determine if message is fault.
static boolean ContextUtils.isOutbound(Message message)
          Determine if message is outbound.
static boolean ContextUtils.isRequestor(Message message)
          Determine if current messaging role is that of requestor.
protected  boolean MAPAggregator.mediate(Message message, boolean isFault)
          Mediate message flow.
static void ContextUtils.rebaseResponse(org.apache.cxf.ws.addressing.EndpointReferenceType reference, AddressingProperties inMAPs, Message inMessage)
          Rebase response on replyTo
static boolean ContextUtils.retrieveAsyncPostResponseDispatch(Message message)
          Retrieve indication that an async post-response service invocation is required.
static boolean ContextUtils.retrieveDeferredUncorrelatedMessageAbort(Message message)
          Retrieve indication that a deferred uncorrelated message abort should occur.
static boolean ContextUtils.retrieveDeferUncorrelatedMessageAbort(Message message)
          Retrieve indication that a deferred uncorrelated message abort is supported
static java.lang.String ContextUtils.retrieveMAPFaultName(Message message)
          Retrieve MAP fault name from the message.
static java.lang.String ContextUtils.retrieveMAPFaultReason(Message message)
          Retrieve MAP fault reason from the message.
static AddressingPropertiesImpl ContextUtils.retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound)
           
static AddressingPropertiesImpl ContextUtils.retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound, boolean warnIfMissing)
           
static boolean ContextUtils.retrievePartialResponseSent(Message message)
          Retrieve indication that a partial response has been sent.
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 ContextUtils.storeDeferredUncorrelatedMessageAbort(Message message)
          Store indication that a deferred uncorrelated message abort should occur
static void ContextUtils.storeDeferUncorrelatedMessageAbort(Message message)
          Store indication that a deferred uncorrelated message abort is supported
static void ContextUtils.storeMAPFaultName(java.lang.String faultName, Message message)
          Store bad MAP fault name in the message.
static void ContextUtils.storeMAPFaultReason(java.lang.String reason, Message message)
          Store MAP fault reason in the message.
static void ContextUtils.storeMAPs(AddressingProperties maps, Message message, boolean isOutbound)
          Store MAPs in the message.
static void ContextUtils.storeMAPs(AddressingProperties maps, Message message, boolean isOutbound, boolean isRequestor)
          Store MAPs in the message.
static void ContextUtils.storeMAPs(AddressingProperties maps, Message message, boolean isOutbound, boolean isRequestor, boolean isProviderContext)
          Store MAPs in the message.
static void ContextUtils.storePartialResponseSent(Message message)
          Store an indication that a partial response has been sent.
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
 

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

Methods in org.apache.cxf.ws.policy with parameters of type Message
 void Assertor.assertMessage(Message message)
           
protected  BindingFaultInfo AbstractPolicyInterceptor.getBindingFaultInfo(Message msg, java.lang.Exception ex, BindingOperationInfo boi)
           
protected  void AbstractPolicyInterceptor.getTransportAssertions(Message message)
           
protected abstract  void AbstractPolicyInterceptor.handle(Message message)
           
protected  void ServerPolicyOutFaultInterceptor.handle(Message msg)
           
protected  void PolicyVerificationInInterceptor.handle(Message message)
          Determines the effective policy, and checks if one of its alternatives is supported.
protected  void ServerPolicyInInterceptor.handle(Message msg)
           
protected  void PolicyVerificationInFaultInterceptor.handle(Message message)
          Determines the effective policy, and checks if one of its alternatives is supported.
protected  void ClientPolicyOutInterceptor.handle(Message msg)
           
protected  void ServerPolicyOutInterceptor.handle(Message msg)
           
protected  void PolicyVerificationOutInterceptor.handle(Message message)
          Checks if all assertions in the chosen alternative have been asserted.
protected  void ClientPolicyInInterceptor.handle(Message msg)
           
protected  void ClientPolicyInFaultInterceptor.handle(Message msg)
           
 void AbstractPolicyInterceptor.handleMessage(Message message)
           
 

Uses of Message in org.apache.cxf.ws.policy.mtom
 

Methods in org.apache.cxf.ws.policy.mtom with parameters of type Message
 void MTOMPolicyInterceptor.handleMessage(Message message)
           
 

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

Classes in org.apache.cxf.ws.rm with type parameters of type Message
 class AbstractRMInterceptor<T extends Message>
          Interceptor responsible for implementing exchange of RM protocol messages, aggregating RM metadata in the application message and processing of RM metadata contained in incoming application messages.
 

Methods in org.apache.cxf.ws.rm with parameters of type Message
 void Destination.acknowledge(Message message)
          Acknowledges receipt of a message.
 void DestinationSequence.acknowledge(Message message)
           
 void RetransmissionQueue.addUnacknowledged(Message message)
          Accepts a new context for posible future retransmission.
static WriteOnCloseOutputStream RMUtils.createCachedStream(Message message, java.io.OutputStream os)
           
 Destination RMManager.getDestination(Message message)
           
 RMEndpoint RMManager.getReliableEndpoint(Message message)
           
 SourceSequence RMManager.getSequence(org.apache.cxf.ws.rm.Identifier inSeqId, Message message, AddressingProperties maps)
           
 Source RMManager.getSource(Message message)
           
protected abstract  void AbstractRMInterceptor.handle(Message message)
           
protected  void RMOutInterceptor.handle(Message message)
           
protected  void RMInInterceptor.handle(Message message)
           
 void RetransmissionInterceptor.handleFault(Message message)
           
 void AbstractRMInterceptor.handleMessage(Message msg)
           
 void RetransmissionInterceptor.handleMessage(Message message)
           
static boolean RMContextUtils.isServerSide(Message message)
          Determine if message is currently being processed on server side.
static AddressingPropertiesImpl RMContextUtils.retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound)
          Retrieves the addressing properties from the current message.
static RMProperties RMContextUtils.retrieveRMProperties(Message message, boolean outbound)
          Retrieve the RM properties from the current message.
static void RMContextUtils.storeMAPs(AddressingProperties maps, Message message, boolean isOutbound, boolean isRequestor)
          Store MAPs in the message.
static void RMContextUtils.storeRMProperties(Message message, RMProperties rmps, boolean outbound)
          Store the RM properties in the current message.
 void Servant.terminateSequence(Message message)
           
 

Uses of Message in org.apache.cxf.ws.rm.policy
 

Methods in org.apache.cxf.ws.rm.policy with parameters of type Message
static org.apache.cxf.ws.rm.policy.RMAssertion PolicyUtils.getRMAssertion(org.apache.cxf.ws.rm.policy.RMAssertion defaultValue, Message message)
          Returns an RMAssertion that is compatible with the default value and all RMAssertions pertaining to the message (can never be null).
 

Uses of Message in org.apache.cxf.ws.rm.soap
 

Methods in org.apache.cxf.ws.rm.soap that return Message
protected  Message RetransmissionQueueImpl.ResendCandidate.getMessage()
           
 

Methods in org.apache.cxf.ws.rm.soap with parameters of type Message
 void RetransmissionQueueImpl.addUnacknowledged(Message message)
           
protected  RetransmissionQueueImpl.ResendCandidate RetransmissionQueueImpl.cacheUnacknowledged(Message message)
          Accepts a new resend candidate.
protected  RetransmissionQueueImpl.ResendCandidate RetransmissionQueueImpl.createResendCandidate(Message message)
           
 void RetransmissionQueueImpl.Resender.resend(Message message, boolean requestAcknowledge)
          Resend mechanics.
 

Constructors in org.apache.cxf.ws.rm.soap with parameters of type Message
RetransmissionQueueImpl.ResendCandidate(Message m)
           
 



Apache CXF