Uses of Interface
org.apache.cxf.message.Message
Packages that use Message
Package
Description
Interfaces for protocol bindings and their factories.
Client and Server related classes.
Core interceptor interfaces which form the basis for message processing chains
in CXF.
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
Transport related classes.
-
Uses of Message in org.apache.cxf.attachment
Methods in org.apache.cxf.attachment with parameters of type MessageModifier and TypeMethodDescriptionvoid
static Attachment
AttachmentUtil.createAttachment
(InputStream stream, Map<String, List<String>> headers, Message message) void
static boolean
AttachmentUtil.isMtomEnabled
(Message message) static void
AttachmentUtil.setStreamedAttachmentProperties
(Message message, CachedOutputStream bos) Constructors in org.apache.cxf.attachment with parameters of type MessageModifierConstructorDescriptionAttachmentDeserializer
(Message message) AttachmentDeserializer
(Message message, List<String> supportedTypes) AttachmentSerializer
(Message messageParam) AttachmentSerializer
(Message messageParam, String multipartType, boolean writeOptionalTypeParameters, Map<String, List<String>> headers) -
Uses of Message in org.apache.cxf.binding
Methods in org.apache.cxf.binding that return MessageModifier and TypeMethodDescriptionBinding.createMessage()
Create a Message for this Binding.Binding.createMessage
(Message m) Create a Message form the message.Methods in org.apache.cxf.binding with parameters of type MessageModifier and TypeMethodDescriptionBinding.createMessage
(Message m) Create a Message form the message. -
Uses of Message in org.apache.cxf.bus.spring
Methods in org.apache.cxf.bus.spring that return types with arguments of type MessageModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>
BusDefinitionParser.BusConfig.getInFaultInterceptors()
List<Interceptor<? extends Message>>
BusDefinitionParser.BusConfig.getInInterceptors()
List<Interceptor<? extends Message>>
BusDefinitionParser.BusConfig.getOutFaultInterceptors()
List<Interceptor<? extends Message>>
BusDefinitionParser.BusConfig.getOutInterceptors()
Method parameters in org.apache.cxf.bus.spring with type arguments of type MessageModifier and TypeMethodDescriptionvoid
BusDefinitionParser.BusConfig.setInFaultInterceptors
(List<Interceptor<? extends Message>> interceptors) void
BusDefinitionParser.BusConfig.setInInterceptors
(List<Interceptor<? extends Message>> interceptors) void
BusDefinitionParser.BusConfig.setOutFaultInterceptors
(List<Interceptor<? extends Message>> interceptors) void
BusDefinitionParser.BusConfig.setOutInterceptors
(List<Interceptor<? extends Message>> interceptors) -
Uses of Message in org.apache.cxf.common.util
Methods in org.apache.cxf.common.util with parameters of type Message -
Uses of Message in org.apache.cxf.databinding
Fields in org.apache.cxf.databinding with type parameters of type MessageModifier and TypeFieldDescriptionprotected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>
AbstractInterceptorProvidingDataBinding.inFaultInterceptors
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>
AbstractInterceptorProvidingDataBinding.inInterceptors
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>
AbstractInterceptorProvidingDataBinding.outFaultInterceptors
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>
AbstractInterceptorProvidingDataBinding.outInterceptors
Methods in org.apache.cxf.databinding that return types with arguments of type MessageModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>
AbstractInterceptorProvidingDataBinding.getInFaultInterceptors()
List<Interceptor<? extends Message>>
AbstractInterceptorProvidingDataBinding.getInInterceptors()
List<Interceptor<? extends Message>>
AbstractInterceptorProvidingDataBinding.getOutFaultInterceptors()
List<Interceptor<? extends Message>>
AbstractInterceptorProvidingDataBinding.getOutInterceptors()
-
Uses of Message in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type Message -
Uses of Message in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint with parameters of type MessageModifier and TypeMethodDescriptionprotected Conduit
AbstractConduitSelector.createConduit
(Message message, Exchange exchange, ConduitInitiator conduitInitiator) protected Conduit
AbstractConduitSelector.findCompatibleConduit
(Message message) If address protocol was changed, conduit should be re-initialisedprotected Conduit
AbstractConduitSelector.getSelectedConduit
(Message message) Mechanics to actually get the Conduit from the ConduitInitiator if necessary.protected void
ClientImpl.modifyChain
(InterceptorChain chain, Message ctx, boolean in) void
void
Called prior to the interceptor chain being traversed.void
Called prior to the interceptor chain being traversed.void
Called prior to the interceptor chain being traversed.void
Called prior to the interceptor chain being traversed.void
Called prior to the interceptor chain being traversed.protected void
ClientImpl.prepareConduitSelector
(Message message) protected Object[]
ClientImpl.processResult
(Message message, Exchange exchange, BindingOperationInfo oi, Map<String, Object> resContext) protected boolean
AbstractConduitSelector.replaceEndpointAddressPropertyIfNeeded
(Message message, String endpointAddress, Conduit cond) ConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.DeferredConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.NullConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.PreexistingConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.UpfrontConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.protected void
ClientImpl.setContext
(Map<String, Object> ctx, Message message) protected void
ClientImpl.setOutMessageProperties
(Message message, BindingOperationInfo boi) protected void
ClientImpl.setParameters
(Object[] params, Message message) void
Called when a message is first received prior to any actions being applied to the message. -
Uses of Message in org.apache.cxf.feature.transform
Methods in org.apache.cxf.feature.transform with parameters of type MessageModifier and TypeMethodDescriptionprotected boolean
AbstractXSLTInterceptor.checkContextProperty
(Message message) void
XSLTInInterceptor.handleMessage
(Message message) void
XSLTOutInterceptor.handleMessage
(Message message) protected void
XSLTInInterceptor.transformIS
(Message message, InputStream is) protected void
XSLTOutInterceptor.transformOS
(Message message, OutputStream out) protected void
XSLTInInterceptor.transformReader
(Message message, Reader reader) protected void
XSLTOutInterceptor.transformWriter
(Message message, Writer writer) protected void
XSLTInInterceptor.transformXReader
(Message message, XMLStreamReader xReader) protected void
XSLTOutInterceptor.transformXWriter
(Message message, XMLStreamWriter xWriter) -
Uses of Message in org.apache.cxf.helpers
Methods in org.apache.cxf.helpers with parameters of type MessageModifier and TypeMethodDescriptionServiceUtils.getSchemaValidationType
(Message message) A convenience method to check for schema validation config in the message context, and then in the service model.static boolean
ServiceUtils.isSchemaValidationEnabled
(SchemaValidation.SchemaValidationType type, Message message) A short cut method to be able to test for if Schema Validation should be enabled for IN or OUT without having to check BOTH and IN or OUT. -
Uses of Message in org.apache.cxf.interceptor
Classes in org.apache.cxf.interceptor with type parameters of type MessageModifier and TypeInterfaceDescriptioninterface
Interceptor<T extends Message>
Base interface for all interceptors.Methods in org.apache.cxf.interceptor that return types with arguments of type MessageModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>
AbstractAttributedInterceptorProvider.getInFaultInterceptors()
List<Interceptor<? extends Message>>
AbstractBasicInterceptorProvider.getInFaultInterceptors()
List<Interceptor<? extends Message>>
AnnotationInterceptors.getInFaultInterceptors()
List<Interceptor<? extends Message>>
InterceptorProvider.getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor chain of the object.List<Interceptor<? extends Message>>
AbstractAttributedInterceptorProvider.getInInterceptors()
List<Interceptor<? extends Message>>
AbstractBasicInterceptorProvider.getInInterceptors()
List<Interceptor<? extends Message>>
AnnotationInterceptors.getInInterceptors()
List<Interceptor<? extends Message>>
InterceptorProvider.getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object.ListIterator<Interceptor<? extends Message>>
InterceptorChain.getIterator()
List<Interceptor<? extends Message>>
AbstractAttributedInterceptorProvider.getOutFaultInterceptors()
List<Interceptor<? extends Message>>
AbstractBasicInterceptorProvider.getOutFaultInterceptors()
List<Interceptor<? extends Message>>
AnnotationInterceptors.getOutFaultInterceptors()
List<Interceptor<? extends Message>>
InterceptorProvider.getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.List<Interceptor<? extends Message>>
AbstractAttributedInterceptorProvider.getOutInterceptors()
List<Interceptor<? extends Message>>
AbstractBasicInterceptorProvider.getOutInterceptors()
List<Interceptor<? extends Message>>
AnnotationInterceptors.getOutInterceptors()
List<Interceptor<? extends Message>>
InterceptorProvider.getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object.Methods in org.apache.cxf.interceptor with parameters of type MessageModifier and TypeMethodDescriptionboolean
InterceptorChain.doIntercept
(Message message) boolean
InterceptorChain.doInterceptStartingAfter
(Message message, String startingAfterInterceptorID) boolean
InterceptorChain.doInterceptStartingAt
(Message message, String startingAtInterceptorID) protected MessagePartInfo
AbstractInDatabindingInterceptor.findMessagePart
(Exchange exchange, Collection<OperationInfo> operations, QName name, boolean client, int index, Message message) Find the next possible message part in the message.protected static Conduit
OutgoingChainInterceptor.getBackChannelConduit
(Message message) static Conduit
MessageSenderInterceptor.getConduit
(Message message) protected DataReader<XMLStreamReader>
AbstractInDatabindingInterceptor.getDataReader
(Message message) protected <T> DataReader<T>
AbstractInDatabindingInterceptor.getDataReader
(Message message, Class<T> input) protected <T> DataWriter<T>
AbstractOutDatabindingInterceptor.getDataWriter
(Message message, Service service, Class<T> output) protected Object
FaultOutInterceptor.getFaultBean
(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<Node>
AbstractInDatabindingInterceptor.getNodeDataReader
(Message message) static XMLInputFactory
StaxInInterceptor.getXMLInputFactory
(Message m) static XMLOutputFactory
StaxOutInterceptor.getXMLOutputFactory
(Message m) protected DepthXMLStreamReader
AbstractInDatabindingInterceptor.getXMLStreamReader
(Message message) protected XMLStreamWriter
AbstractOutDatabindingInterceptor.getXMLStreamWriter
(Message message) void
AttachmentInInterceptor.handleFault
(Message messageParam) void
FIStaxOutInterceptor.handleFault
(Message message) void
OneWayProcessorInterceptor.handleFault
(Message message) void
StaxOutInterceptor.handleFault
(Message message) void
AttachmentInInterceptor.handleMessage
(Message message) void
AttachmentOutInterceptor.AttachmentOutEndingInterceptor.handleMessage
(Message message) void
AttachmentOutInterceptor.handleMessage
(Message message) void
ClientFaultConverter.handleMessage
(Message msg) void
FaultOutInterceptor.handleMessage
(Message message) void
FIStaxInInterceptor.handleMessage
(Message message) void
FIStaxOutInterceptor.handleMessage
(Message message) void
LoggingInInterceptor.handleMessage
(Message message) Deprecated.void
LoggingOutInterceptor.handleMessage
(Message message) Deprecated.void
MessageSenderInterceptor.handleMessage
(Message message) void
MessageSenderInterceptor.MessageSenderEndingInterceptor.handleMessage
(Message message) void
OneWayProcessorInterceptor.handleMessage
(Message message) void
OutgoingChainInterceptor.handleMessage
(Message message) void
ServiceInvokerInterceptor.handleMessage
(Message message) void
StaxInEndingInterceptor.handleMessage
(Message message) void
StaxInInterceptor.handleMessage
(Message message) void
StaxOutEndingInterceptor.handleMessage
(Message message) void
StaxOutInterceptor.handleMessage
(Message message) protected boolean
FIStaxInInterceptor.isHttpVerbSupported
(Message message) protected static boolean
AbstractLoggingInterceptor.isLoggingDisabledNow
(Message message) Deprecated.protected boolean
FIStaxInInterceptor.isRequestor
(Message message) protected void
Deprecated.protected void
LoggingInInterceptor.logInputStream
(Message message, InputStream is, LoggingMessage buffer, String encoding, String ct) Deprecated.protected void
LoggingInInterceptor.logReader
(Message message, Reader reader, LoggingMessage buffer) Deprecated.void
void
override the super class methodprotected void
ClientFaultConverter.processFaultDetail
(Fault fault, Message msg) protected void
AbstractInDatabindingInterceptor.setDataReaderValidation
(Service service, Message message, DataReader<?> reader) Based on the Schema Validation configuration, will initialise the DataReader with or without the schema set.protected MessageInfo
AbstractInDatabindingInterceptor.setMessage
(Message message, BindingOperationInfo operation, boolean requestor, ServiceInfo si, MessageInfo msgInfo) protected void
AbstractInDatabindingInterceptor.setOperationSchemaValidation
(Message message) protected void
AbstractOutDatabindingInterceptor.setOperationSchemaValidation
(Message message) protected boolean
AbstractOutDatabindingInterceptor.shouldBuffer
(Message message) protected boolean
AbstractInDatabindingInterceptor.shouldValidate
(Message message) protected boolean
AbstractOutDatabindingInterceptor.shouldValidate
(Message m) protected boolean
AbstractInDatabindingInterceptor.supportsDataReader
(Message message, Class<?> input) protected void
AbstractOutDatabindingInterceptor.writeParts
(Message message, Exchange exchange, BindingOperationInfo operation, MessageContentsList objs, List<MessagePartInfo> parts) protected boolean
AbstractOutDatabindingInterceptor.writeToOutputStream
(Message m, BindingInfo info, Service s) Method parameters in org.apache.cxf.interceptor with type arguments of type MessageModifier and TypeMethodDescriptionvoid
InterceptorChain.add
(Collection<Interceptor<? extends Message>> i) Adds multiple interceptors to the interceptor chain.void
InterceptorChain.add
(Interceptor<? extends Message> i) Adds a single interceptor to the interceptor chain.void
InterceptorChain.remove
(Interceptor<? extends Message> i) void
AbstractAttributedInterceptorProvider.setInFaultInterceptors
(List<Interceptor<? extends Message>> interceptors) void
AbstractBasicInterceptorProvider.setInFaultInterceptors
(List<Interceptor<? extends Message>> interceptors) void
AbstractAttributedInterceptorProvider.setInInterceptors
(List<Interceptor<? extends Message>> interceptors) void
AbstractBasicInterceptorProvider.setInInterceptors
(List<Interceptor<? extends Message>> interceptors) void
AbstractAttributedInterceptorProvider.setOutFaultInterceptors
(List<Interceptor<? extends Message>> interceptors) void
AbstractBasicInterceptorProvider.setOutFaultInterceptors
(List<Interceptor<? extends Message>> interceptors) void
AbstractAttributedInterceptorProvider.setOutInterceptors
(List<Interceptor<? extends Message>> interceptors) void
AbstractBasicInterceptorProvider.setOutInterceptors
(List<Interceptor<? extends Message>> interceptors) -
Uses of Message in org.apache.cxf.interceptor.security
Methods in org.apache.cxf.interceptor.security with parameters of type MessageModifier and TypeMethodDescriptionprotected boolean
DepthRestrictingStreamInterceptor.canBeIgnored
(Message message) protected String
DelegatingAuthenticationInterceptor.getAuthenticationScheme
(Message message) protected OperationInfo
OperationInfoAuthorizingInterceptor.getTargetOperationInfo
(Message message) void
AbstractAuthorizingInInterceptor.handleMessage
(Message message) void
AbstractSecurityContextInInterceptor.handleMessage
(Message message) void
DelegatingAuthenticationInterceptor.handleMessage
(Message message) void
DepthRestrictingStreamInterceptor.handleMessage
(Message message) void
JAASLoginInterceptor.handleMessage
(Message message) void
OperationInfoAuthorizingInterceptor.handleMessage
(Message message) Method parameters in org.apache.cxf.interceptor.security with type arguments of type MessageModifier and TypeMethodDescriptionvoid
DelegatingAuthenticationInterceptor.setSchemeHandlers
(Map<String, Interceptor<Message>> handlers) -
Uses of Message in org.apache.cxf.interceptor.security.callback
Methods in org.apache.cxf.interceptor.security.callback with parameters of type MessageModifier and TypeMethodDescription -
Uses of Message in org.apache.cxf.interceptor.transform
Methods in org.apache.cxf.interceptor.transform with parameters of type MessageModifier and TypeMethodDescriptionvoid
TransformOutInterceptor.handleFault
(Message message) void
TransformInInterceptor.handleMessage
(Message message) void
TransformOutInterceptor.handleMessage
(Message message) protected boolean
TransformOutInterceptor.isHttpVerbSupported
(Message message) -
Uses of Message in org.apache.cxf.logging
Methods in org.apache.cxf.logging with parameters of type MessageModifier and TypeMethodDescriptionboolean
FaultListener.faultOccurred
(Exception exception, String description, Message message) Handle the occurred exception.boolean
NoOpFaultListener.faultOccurred
(Exception exception, String description, Message message) -
Uses of Message in org.apache.cxf.message
Classes in org.apache.cxf.message that implement MessageModifier and TypeClassDescriptionclass
A base class to build your own message implementations on.class
class
Methods in org.apache.cxf.message that return MessageModifier and TypeMethodDescriptionExchange.getInFaultMessage()
ExchangeImpl.getInFaultMessage()
Exchange.getInMessage()
Returns the inbound message for the exchange.ExchangeImpl.getInMessage()
AbstractWrappedMessage.getMessage()
Exchange.getOutFaultMessage()
ExchangeImpl.getOutFaultMessage()
Exchange.getOutMessage()
Returns the outbound message for the exchange.ExchangeImpl.getOutMessage()
Methods in org.apache.cxf.message with parameters of type MessageModifier and TypeMethodDescriptionstatic void
MessageImpl.copyContent
(Message m1, Message m2) Exchange.getConduit
(Message message) ExchangeImpl.getConduit
(Message message) static MessageContentsList
MessageContentsList.getContentsList
(Message msg) static boolean
MessageUtils.getContextualBoolean
(Message m, String key) static boolean
MessageUtils.getContextualBoolean
(Message m, String key, boolean defaultValue) static int
MessageUtils.getContextualInteger
(Message m, String key, int defaultValue) static Collection<Integer>
MessageUtils.getContextualIntegers
(Message m, String key, Collection<Integer> defaultValue) static Object
MessageUtils.getContextualProperty
(Message m, String propPreferred, String propDefault) static String
MessageUtils.getContextualString
(Message m, String key, String defaultValue) MessageUtils.getContextualStrings
(Message m, String key, Set<String> defaultValue) static FaultMode
MessageUtils.getFaultMode
(Message message) Determine the fault mode for the underlying (fault) message (for use on server side only).static int
MessageUtils.getReponseCodeFromMessage
(Message message) Gets the response code from the message and tries to deduct one if it is not set yet.MessageUtils.getTargetMethod
(Message m) static boolean
MessageUtils.hasNoResponseContent
(Message message) Determines if the current message has no response content.static boolean
MessageUtils.isDOMPresent
(Message m) Returns true if the underlying content format is a W3C DOM or a SAAJ message.static boolean
MessageUtils.isEmptyPartialResponse
(Message message) Determines if the current message is an empty partial response, which is a partial response with an empty content.static boolean
Determine if message is fault.static boolean
Checks if the message is oneway or notstatic 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 -
Uses of Message in org.apache.cxf.phase
Classes in org.apache.cxf.phase with type parameters of type MessageModifier and TypeClassDescriptionclass
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.Methods in org.apache.cxf.phase that return MessageMethods in org.apache.cxf.phase that return types with arguments of type MessageModifier and TypeMethodDescriptionCollection<PhaseInterceptor<? extends Message>>
AbstractPhaseInterceptor.getAdditionalInterceptors()
Collection<PhaseInterceptor<? extends Message>>
PhaseInterceptor.getAdditionalInterceptors()
Returns a collection of Interceptors that should be added to the chain whenever this interceptor is added.ListIterator<Interceptor<? extends Message>>
PhaseInterceptorChain.getIterator()
Iterator<Interceptor<? extends Message>>
PhaseInterceptorChain.iterator()
Methods in org.apache.cxf.phase with parameters of type MessageModifier and TypeMethodDescriptionboolean
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.static boolean
PhaseInterceptorChain.setCurrentMessage
(PhaseInterceptorChain chain, Message m) void
Method parameters in org.apache.cxf.phase with type arguments of type MessageModifier and TypeMethodDescriptionvoid
PhaseInterceptorChain.add
(Collection<Interceptor<? extends Message>> newhandlers) void
PhaseInterceptorChain.add
(Collection<Interceptor<? extends Message>> newhandlers, boolean force) void
PhaseInterceptorChain.add
(Interceptor<? extends Message> i) void
PhaseInterceptorChain.add
(Interceptor<? extends Message> i, boolean force) PhaseChainCache.get
(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2) PhaseChainCache.get
(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3) PhaseChainCache.get
(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4) PhaseChainCache.get
(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4, List<Interceptor<? extends Message>> p5) void
PhaseInterceptorChain.remove
(Interceptor<? extends Message> i) -
Uses of Message in org.apache.cxf.policy
Methods in org.apache.cxf.policy with parameters of type MessageModifier and TypeMethodDescription<T> void
PolicyDataEngine.assertMessage
(Message message, T confPol, PolicyCalculator<T> policyCalculator) <T> T
PolicyDataEngine.getClientEndpointPolicy
(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator) <T> T
PolicyDataEngine.getPolicy
(Message message, T confPolicy, PolicyCalculator<T> intersector) <T> T
PolicyDataEngine.getServerEndpointPolicy
(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator) boolean
PolicyCalculator.isAsserted
(Message message, T policy, T refPolicy) -
Uses of Message in org.apache.cxf.staxutils
Methods in org.apache.cxf.staxutils with parameters of type MessageModifier and TypeMethodDescriptionstatic XMLStreamReader
StaxUtils.configureReader
(XMLStreamReader xreader, Message message) static boolean
StaxUtils.isSecureReader
(XMLStreamReader reader, Message message) -
Uses of Message in org.apache.cxf.staxutils.validation
Methods in org.apache.cxf.staxutils.validation with parameters of type MessageModifier and TypeMethodDescriptionvoid
StaxSchemaValidationInInterceptor.handleMessage
(Message message) void
StaxSchemaValidationOutInterceptor.handleMessage
(Message message) -
Uses of Message in org.apache.cxf.transport
Fields in org.apache.cxf.transport with type parameters of type MessageModifier and TypeFieldDescriptionprotected List<Interceptor<? extends Message>>
MultipleEndpointObserver.bindingInterceptors
protected List<Interceptor<? extends Message>>
MultipleEndpointObserver.routingInterceptors
Methods in org.apache.cxf.transport that return MessageModifier and TypeMethodDescriptionprotected Message
MultipleEndpointObserver.createMessage
(Message message) Give a chance for a Binding to customize their messageMethods in org.apache.cxf.transport that return types with arguments of type MessageModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>
MultipleEndpointObserver.getBindingInterceptors()
List<Interceptor<? extends Message>>
MultipleEndpointObserver.getRoutingInterceptors()
Methods in org.apache.cxf.transport with parameters of type MessageModifier and TypeMethodDescriptionvoid
Assertor.assertMessage
(Message message) void
void
Close the connections associated with the messageprotected Message
MultipleEndpointObserver.createMessage
(Message message) Give a chance for a Binding to customize their messageAbstractDestination.getBackChannel
(Message inMessage) Retrieve a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.Destination.getBackChannel
(Message inMessage) Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.protected abstract Conduit
AbstractDestination.getInbuiltBackChannel
(Message inMessage) void
void
Called for an incoming message, i.e.void
void
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.common.gzip
Methods in org.apache.cxf.transport.common.gzip with parameters of type MessageModifier and TypeMethodDescriptionGZIPOutInterceptor.gzipPermitted
(Message message) Checks whether we can, cannot or must use gzip compression on this output message.void
GZIPInInterceptor.handleMessage
(Message message) void
GZIPOutInterceptor.handleMessage
(Message message) Method parameters in org.apache.cxf.transport.common.gzip with type arguments of type MessageModifier and TypeMethodDescriptionvoid
GZIPFeature.remove
(List<Interceptor<? extends Message>> outInterceptors) -
Uses of Message in org.apache.cxf.validation
Methods in org.apache.cxf.validation with parameters of type MessageModifier and TypeMethodDescriptionprotected BeanValidationProvider
BeanValidationOutInterceptor.getOutProvider
(Message message) protected BeanValidationProvider
AbstractValidationInterceptor.getProvider
(Message message) protected Method
AbstractBeanValidationInterceptor.getServiceMethod
(Message message) protected Method
AbstractValidationInterceptor.getServiceMethod
(Message message) protected Object
AbstractBeanValidationInterceptor.getServiceObject
(Message message) protected Object
AbstractValidationInterceptor.getServiceObject
(Message message) void
AbstractValidationInterceptor.handleMessage
(Message message) protected void
AbstractBeanValidationInterceptor.handleValidation
(Message message, Object resourceInstance, Method method, List<Object> arguments) protected abstract void
AbstractValidationInterceptor.handleValidation
(Message message, Object resourceInstance, Method method, List<Object> arguments) protected void
BeanValidationOutInterceptor.handleValidation
(Message message, Object resourceInstance, Method method, List<Object> arguments) -
Uses of Message in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing that return MessageModifier and TypeMethodDescriptionstatic Message
ContextUtils.createMessage
(Exchange exchange) Create a Binding specific Message.Methods in org.apache.cxf.ws.addressing that return types with arguments of type MessageModifier and TypeMethodDescriptionCollection<PhaseInterceptor<? extends Message>>
MAPAggregator.getAdditionalInterceptors()
Methods in org.apache.cxf.ws.addressing with parameters of type MessageModifier and TypeMethodDescriptionstatic Conduit
ContextUtils.getConduit
(Conduit conduit, Message message) Retreive Conduit from Exchange if not already availablevoid
MAPAggregator.handleFault
(Message message) void
MAPAggregator.handleMessage
(Message message) Invoked for normal processing of inbound and outbound messages.static boolean
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.static void
ContextUtils.propogateReceivedMAPs
(AddressingProperties inMAPs, Message responseMessage) Propogate inbound MAPs onto reponse message if applicable (not applicable for oneways).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 supportedstatic String
ContextUtils.retrieveMAPFaultName
(Message message) Retrieve MAP fault name from the message.static String
ContextUtils.retrieveMAPFaultReason
(Message message) Retrieve MAP fault reason from the message.static AddressingProperties
ContextUtils.retrieveMAPs
(Message message, boolean isProviderContext, boolean isOutbound) static AddressingProperties
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 boolean
WSAContextUtils.retrieveUsingAddressing
(Message message) Retrieve UsingAddressing override flag from the contextstatic void
ContextUtils.storeDeferredUncorrelatedMessageAbort
(Message message) Store indication that a deferred uncorrelated message abort should occurstatic void
ContextUtils.storeDeferUncorrelatedMessageAbort
(Message message) Store indication that a deferred uncorrelated message abort is supportedstatic void
ContextUtils.storeMAPFaultName
(String faultName, Message message) Store bad MAP fault name in the message.static void
ContextUtils.storeMAPFaultReason
(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.