Class MAPAggregatorImpl
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.ws.addressing.MAPAggregator
org.apache.cxf.ws.addressing.impl.MAPAggregatorImpl
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
Logical Handler responsible for aggregating the Message Addressing
Properties for outgoing messages.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classNested classes/interfaces inherited from class org.apache.cxf.ws.addressing.MAPAggregator
MAPAggregator.MAPAggregatorLoader -
Field Summary
Fields inherited from class org.apache.cxf.ws.addressing.MAPAggregator
ACTION_VERIFIED, ADDRESSING_DISABLED, ADDRESSING_NAMESPACE, addressingRequired, addressingResponses, allowDuplicates, DECOUPLED_DESTINATION, messageIdCache, USING_ADDRESSING, usingAddressingAdvisory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetActionUri(Message message, boolean checkMessage) voidhandleFault(Message message) Invoked when unwinding normal interceptor chain when a fault occurred.voidhandleMessage(Message message) Invoked for normal processing of inbound and outbound messages.protected booleanMediate message flow.Methods inherited from class org.apache.cxf.ws.addressing.MAPAggregator
allowDuplicates, getAdditionalInterceptors, getAddressingResponses, getMessageIdCache, isAddressingRequired, isUsingAddressingAdvisory, setAddressingRequired, setAddressingResponses, setAllowDuplicates, setMessageIdCache, setUsingAddressingAdvisory
-
Constructor Details
-
MAPAggregatorImpl
public MAPAggregatorImpl()Constructor. -
MAPAggregatorImpl
-
-
Method Details
-
handleMessage
Invoked for normal processing of inbound and outbound messages.- Specified by:
handleMessagein interfaceInterceptor<Message>- Overrides:
handleMessagein classMAPAggregator- Parameters:
message- the current message
-
handleFault
Invoked when unwinding normal interceptor chain when a fault occurred.- Specified by:
handleFaultin interfaceInterceptor<Message>- Overrides:
handleFaultin classMAPAggregator- Parameters:
message- the current message
-
mediate
Mediate message flow.- Parameters:
message- the current messageisFault- true if a fault is being mediated- Returns:
- true if processing should continue on dispatch path
-
getActionUri
-