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

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

public final class FlowIdSoapCodec
extends Object

Read and write the FlowId using the SOAP 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.