org.talend.esb.sam.agent.flowidprocessor
Class FlowIdProducerIn<T extends org.apache.cxf.message.Message>

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<T>
      extended by org.talend.esb.sam.agent.flowidprocessor.FlowIdProducerIn<T>
Type Parameters:
T - the generic type
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<T>, org.apache.cxf.phase.PhaseInterceptor<T>

public class FlowIdProducerIn<T extends org.apache.cxf.message.Message>
extends org.apache.cxf.phase.AbstractPhaseInterceptor<T>

The Class FlowIdProducerIn used for FlowId generation in incoming messages.


Constructor Summary
FlowIdProducerIn()
          Instantiates a new flow id producer in.
 
Method Summary
 void handleMessage(T message)
           
 
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

FlowIdProducerIn

public FlowIdProducerIn()
Instantiates a new flow id producer in.

Method Detail

handleMessage

public void handleMessage(T message)
                   throws org.apache.cxf.interceptor.Fault
Throws:
org.apache.cxf.interceptor.Fault


Copyright © 2011-2012 Talend Inc.. All Rights Reserved.