Class ProducerTracingInterceptor.Factory
- java.lang.Object
-
- org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.producer.ProducerTracingInterceptor.Factory
-
- All Implemented Interfaces:
Serializable
,InterceptorFactory<HL7v2Endpoint,ProducerTracingInterceptor>
- Enclosing class:
- ProducerTracingInterceptor
public static class ProducerTracingInterceptor.Factory extends Object implements InterceptorFactory<HL7v2Endpoint,ProducerTracingInterceptor>
- 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 ProducerTracingInterceptor
getNewInstance()
Returns a new instance of an Interceptor
-
-
-
Constructor Detail
-
Factory
public Factory(MessageTracer messageTracer)
-
-
Method Detail
-
getNewInstance
public ProducerTracingInterceptor getNewInstance()
Description copied from interface:InterceptorFactory
Returns a new instance of an Interceptor- Specified by:
getNewInstance
in interfaceInterceptorFactory<HL7v2Endpoint,ProducerTracingInterceptor>
- Returns:
- new instance of an Interceptor
-
-