|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.ws.addressing.MAPAggregator
public class MAPAggregator
Logical Handler responsible for aggregating the Message Addressing Properties for outgoing messages.
| Field Summary | |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
messageIDs
REVISIT: map usage implies that the *same* interceptor instance is used in all chains. |
| Constructor Summary | |
|---|---|
MAPAggregator()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
allowDuplicates()
Indicates if duplicate messageIDs are allowed. |
void |
handleFault(Message message)
Invoked when unwinding normal interceptor chain when a fault occurred. |
void |
handleMessage(Message message)
Invoked for normal processing of inbound and outbound messages. |
boolean |
isUsingAddressingAdvisory()
Whether the presence of the |
protected boolean |
mediate(Message message,
boolean isFault)
Mediate message flow. |
void |
setAllowDuplicates(boolean ad)
Allows/disallows duplicate messageIdDs. |
void |
setUsingAddressingAdvisory(boolean advisory)
Controls whether the presence of the |
| Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
|---|
addAfter, addBefore, getAfter, getBefore, getId, getPhase, isGET |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.util.Map<java.lang.String,java.lang.String> messageIDs
| Constructor Detail |
|---|
public MAPAggregator()
| Method Detail |
|---|
public boolean allowDuplicates()
public void setAllowDuplicates(boolean ad)
ad - whether duplicate messageIDs are allowedpublic boolean isUsingAddressingAdvisory()
public void setUsingAddressingAdvisory(boolean advisory)
advisory - true if the presence of the public void handleMessage(Message message)
message - the current messagepublic void handleFault(Message message)
handleFault in interface Interceptor<Message>handleFault in class AbstractPhaseInterceptor<Message>message - the current message
protected boolean mediate(Message message,
boolean isFault)
message - the current messageisFault - true if a fault is being mediated
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||