|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.talend.esb.sam.agent.flowidprocessor.FlowIdProducerOut<T>
T - the generic typepublic class FlowIdProducerOut<T extends org.apache.cxf.message.Message>
The Class FlowIdProducerOut used for writing FlowId in outcoming messages.
| Constructor Summary | |
|---|---|
FlowIdProducerOut()
Instantiates a new flow id producer out. |
|
| Method Summary | |
|---|---|
protected void |
handleINEvent(org.apache.cxf.message.Exchange exchange,
String reqFid)
Calling EventProducerInterceptor in case of logging faults. |
void |
handleMessage(T message)
|
protected void |
handleRequestOut(T message)
Handling out request. |
protected void |
handleResponseOut(T message)
Handling out responce. |
| Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
|---|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowIdProducerOut()
| Method Detail |
|---|
public void handleMessage(T message)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Fault
protected void handleResponseOut(T message)
throws org.apache.cxf.interceptor.Fault
message - the message
org.apache.cxf.interceptor.Fault - the fault
protected void handleRequestOut(T message)
throws org.apache.cxf.interceptor.Fault
message - the message
org.apache.cxf.interceptor.Fault - the fault
protected void handleINEvent(org.apache.cxf.message.Exchange exchange,
String reqFid)
throws org.apache.cxf.interceptor.Fault
exchange - the message exchangereqFid - the FlowId
org.apache.cxf.interceptor.Fault - the fault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||