Class ConsumerTracingInterceptor.Factory
- java.lang.Object
-
- org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.consumer.ConsumerTracingInterceptor.Factory
-
- All Implemented Interfaces:
Serializable
,InterceptorFactory<HL7v2Endpoint,ConsumerTracingInterceptor>
- Enclosing class:
- ConsumerTracingInterceptor
public static class ConsumerTracingInterceptor.Factory extends Object implements InterceptorFactory<HL7v2Endpoint,ConsumerTracingInterceptor>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory(MessageTracer messageTracer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumerTracingInterceptor
getNewInstance()
Returns a new instance of an Interceptor
-
-
-
Constructor Detail
-
Factory
public Factory(MessageTracer messageTracer)
-
-
Method Detail
-
getNewInstance
public ConsumerTracingInterceptor getNewInstance()
Description copied from interface:InterceptorFactory
Returns a new instance of an Interceptor- Specified by:
getNewInstance
in interfaceInterceptorFactory<HL7v2Endpoint,ConsumerTracingInterceptor>
- Returns:
- new instance of an Interceptor
-
-