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

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

public class FlowIdProtocolHeaderCodec
extends Object

Read and Write the flowId using the PROTOCOL_HEADERS


Field Summary
static String FLOWID_HTTP_HEADER_NAME
           
protected static Logger logger
           
 
Constructor Summary
FlowIdProtocolHeaderCodec()
           
 
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
 

Field Detail

FLOWID_HTTP_HEADER_NAME

public static final String FLOWID_HTTP_HEADER_NAME
See Also:
Constant Field Values

logger

protected static Logger logger
Constructor Detail

FlowIdProtocolHeaderCodec

public FlowIdProtocolHeaderCodec()
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.