org.talend.esb.sam.agent.flowidprocessor
Class FlowIdProtocolHeaderCodec

java.lang.Object
  extended by org.talend.esb.sam.agent.flowidprocessor.FlowIdProtocolHeaderCodec

public final class FlowIdProtocolHeaderCodec
extends Object

Read and Write the flowId using the PROTOCOL_HEADERS


Method Summary
static String readFlowId(org.apache.cxf.message.Message message)
           
static void writeFlowId(org.apache.cxf.message.Message message, String flowId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readFlowId

public static String readFlowId(org.apache.cxf.message.Message message)

writeFlowId

public static void writeFlowId(org.apache.cxf.message.Message message,
                               String flowId)


Copyright © 2011 Talend Inc.. All Rights Reserved.