|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.talend.esb.sam.agent.flowidprocessor.FlowIdProtocolHeaderCodec
public final class FlowIdProtocolHeaderCodec
Read and Write the flowId using the PROTOCOL_HEADERS.
| Method Summary | |
|---|---|
static String |
readFlowId(org.apache.cxf.message.Message message)
Read flow id from message. |
static void |
writeFlowId(org.apache.cxf.message.Message message,
String flowId)
Write flow id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String readFlowId(org.apache.cxf.message.Message message)
message - the message
public static void writeFlowId(org.apache.cxf.message.Message message,
String flowId)
message - the messageflowId - the flow id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||