Apache CXF API

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.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.databinding.stax   
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.jaxrs.ext   
org.apache.cxf.jaxrs.impl   
org.apache.cxf.jaxrs.interceptor   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jaxrs.utils   
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.gzip   
org.apache.cxf.transport.http.policy   
org.apache.cxf.transport.https   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.policy   
 

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.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 SoapHeaderInterceptor.handleMessage(Message m)
           
 void RPCOutInterceptor.handleMessage(Message message)
           
 void RPCInInterceptor.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 XMLFaultOutInterceptor.handleMessage(Message message)
           
 void XMLFaultInInterceptor.handleMessage(Message message)
           
 void XMLMessageInInterceptor.handleMessage(Message message)
           
 void XMLMessageOutInterceptor.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.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 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 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.
protected  void ClientImpl.prepareConduitSelector(Message message)
           
 Conduit ConduitSelector.selectConduit(Message message)
          Called when a Conduit is actually required.
 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 PreexistingConduitSelector.selectConduit(Message message)
          Called when a Conduit is actually required.
 Conduit UpfrontConduitSelector.selectConduit(Message message)
          Called when a Conduit is actually required.
protected  void ClientImpl.setOutMessageProperties(Message message, BindingOperationInfo boi)
           
 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.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 StaxOutInterceptor.handleFault(Message message)
           
 void AttachmentInInterceptor.handleFault(Message messageParam)
           
 void OutgoingChainInterceptor.handleMessage(Message message)
           
 void MessageSenderInterceptor.handleMessage(Message message)
           
 void MessageSenderInterceptor.MessageSenderEndingInterceptor.handleMessage(Message message)
           
 void AttachmentOutInterceptor.handleMessage(Message message)
           
 void AttachmentOutInterceptor.AttachmentOutEndingInterceptor.handleMessage(Message message)
           
 void ServiceInvokerInterceptor.handleMessage(Message message)
           
 void WrappedOutInterceptor.handleMessage(Message message)
           
 void WrappedOutInterceptor.WrappedOutEndingInterceptor.handleMessage(Message message)
           
 void BareOutInterceptor.handleMessage(Message message)
           
 void FaultOutInterceptor.handleMessage(Message message)
           
 void LoggingOutInterceptor.handleMessage(Message message)
           
 void FIStaxOutInterceptor.handleMessage(Message message)
           
 void WrappedInInterceptor.handleMessage(Message message)
           
 void URIMappingInterceptor.handleMessage(Message message)
           
 void LoggingInInterceptor.handleMessage(Message message)
           
 void ClientFaultConverter.handleMessage(Message msg)
           
 void StaxOutInterceptor.handleMessage(Message message)
           
 void StaxOutInterceptor.StaxOutEndingInterceptor.handleMessage(Message message)
           
 void BareInInterceptor.handleMessage(Message message)
           
 void FIStaxInInterceptor.handleMessage(Message message)
           
 void AbstractEndpointSelectionInterceptor.handleMessage(Message message)
           
 void StaxInInterceptor.handleMessage(Message message)
           
 void DocLiteralInInterceptor.handleMessage(Message message)
           
 void AttachmentInInterceptor.handleMessage(Message message)
           
protected  boolean AbstractInDatabindingInterceptor.isRequestor(Message message)
           
protected  boolean AbstractOutDatabindingInterceptor.isRequestor(Message message)
           
protected  boolean FIStaxOutInterceptor.isRequestor(Message message)
           
protected  boolean FIStaxInInterceptor.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.jaxrs.ext
 

Methods in org.apache.cxf.jaxrs.ext with parameters of type Message
 javax.ws.rs.core.Response RequestHandler.handleRequest(Message m, ClassResourceInfo resourceClass)
           
 javax.ws.rs.core.Response MappingsHandler.handleRequest(Message m, ClassResourceInfo resourceClass)
           
 javax.ws.rs.core.Response ResponseHandler.handleResponse(Message m, OperationResourceInfo ori, javax.ws.rs.core.Response response)
           
 

Uses of Message in org.apache.cxf.jaxrs.impl
 

Methods in org.apache.cxf.jaxrs.impl with parameters of type Message
 java.lang.String RequestPreprocessor.preprocess(Message m, javax.ws.rs.core.UriInfo u)
           
 

Constructors in org.apache.cxf.jaxrs.impl with parameters of type Message
HttpHeadersImpl(Message message)
           
MessageBodyWorkersImpl(Message m)
           
RequestImpl(Message m)
           
SecurityContextImpl(Message m)
           
UriInfoImpl(Message m, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> templateParams)
           
 

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

Methods in org.apache.cxf.jaxrs.interceptor with parameters of type Message
 void JAXRSOutInterceptor.handleMessage(Message message)
           
 void JAXRSInInterceptor.handleMessage(Message message)
           
 

Uses of Message in org.apache.cxf.jaxrs.provider
 

Methods in org.apache.cxf.jaxrs.provider with parameters of type Message
<T> javax.ws.rs.ext.ContextResolver<T>
ProviderFactory.createContextResolver(java.lang.reflect.Type contextType, Message m)
           
<T> javax.ws.rs.ext.ExceptionMapper<T>
ProviderFactory.createExceptionMapper(java.lang.Class<?> exceptionType, Message m)
           
<T> javax.ws.rs.ext.MessageBodyReader<T>
ProviderFactory.createMessageBodyReader(java.lang.Class<T> bodyType, java.lang.reflect.Type parameterType, java.lang.annotation.Annotation[] parameterAnnotations, javax.ws.rs.core.MediaType mediaType, Message m)
           
<T> javax.ws.rs.ext.MessageBodyWriter<T>
ProviderFactory.createMessageBodyWriter(java.lang.Class<T> bodyType, java.lang.reflect.Type parameterType, java.lang.annotation.Annotation[] parameterAnnotations, javax.ws.rs.core.MediaType mediaType, Message m)
           
 

Uses of Message in org.apache.cxf.jaxrs.utils
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type Message
static javax.ws.rs.ext.ContextResolver<?> JAXRSUtils.createContextResolver(java.lang.reflect.Type genericType, Message m)
           
static java.lang.Object JAXRSUtils.createContextValue(Message m, java.lang.reflect.Type genericType, java.lang.Class<?> clazz)
           
static java.lang.Object JAXRSUtils.createResourceValue(Message m, java.lang.Class<?> clazz)
           
static void JAXRSUtils.handleSetters(OperationResourceInfo ori, java.lang.Object requestObject, Message message)
           
static void InjectionUtils.injectContextFields(java.lang.Object o, AbstractResourceInfo cri, Message m)
           
static void InjectionUtils.injectContextMethods(java.lang.Object requestObject, AbstractResourceInfo cri, Message message)
           
static void InjectionUtils.injectResourceFields(java.lang.Object o, AbstractResourceInfo cri, Message m)
           
static java.util.List<java.lang.Object> JAXRSUtils.processParameters(OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> values, Message message)
           
static java.net.URI HttpUtils.toAbsoluteUri(java.net.URI u, Message message)
           
 

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>
           
 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, 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, 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, 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)
           
 HTTPClientPolicy HTTPConduit.getClient(Message message)
           
protected  Conduit AbstractHTTPDestination.getInbuiltBackChannel(Message inMessage)
           
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.markPartialResponse(Message partialResponse, 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, int chunkThreshold)
           
 

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

Methods in org.apache.cxf.transport.http.gzip with parameters of type Message
 void GZIPOutInterceptor.handleMessage(Message message)
           
 void GZIPInInterceptor.handleMessage(Message message)
           
 void GZIPInInterceptor.GZIPInEndingInterceptor.handleMessage(Message message)
          Restores the original input stream for the message.
 

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, HTTPClientPolicy client)
          Asserts all HTTPClientPolicy assertions that are compatible with the specified client policy.
static void PolicyUtils.assertServerPolicy(Message message, HTTPServerPolicy server)
          Asserts all HTTPServerPolicy assertions that are equal to the specified server policy.
static HTTPClientPolicy PolicyUtils.getClient(Message message, 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 HTTPServerPolicy PolicyUtils.getServer(Message message, 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.ws.addressing
 

Methods in org.apache.cxf.ws.addressing with parameters of type Message
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
 

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)
           
 java.util.List<Interceptor> AbstractPolicyInterceptorProvider.provideInFaultInterceptors(Message m)
           
 java.util.List<Interceptor> PolicyInterceptorProvider.provideInFaultInterceptors(Message m)
           
 java.util.List<Interceptor> AbstractPolicyInterceptorProvider.provideInInterceptors(Message m)
           
 java.util.List<Interceptor> PolicyInterceptorProvider.provideInInterceptors(Message m)
           
 java.util.List<Interceptor> AbstractPolicyInterceptorProvider.provideOutFaultInterceptors(Message m)
           
 java.util.List<Interceptor> PolicyInterceptorProvider.provideOutFaultInterceptors(Message m)
           
 java.util.List<Interceptor> AbstractPolicyInterceptorProvider.provideOutInterceptors(Message m)
           
 java.util.List<Interceptor> PolicyInterceptorProvider.provideOutInterceptors(Message m)
           
 


Apache CXF API

Apache CXF