Class ProducerInPayloadLoggerInterceptor.Factory
- java.lang.Object
-
- org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<MllpEndpoint<?,?,?>,ProducerInPayloadLoggerInterceptor>
-
- org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer.ProducerInPayloadLoggerInterceptor.Factory
-
- All Implemented Interfaces:
Serializable
,InterceptorFactory<MllpEndpoint<?,?,?>,ProducerInPayloadLoggerInterceptor>
- Enclosing class:
- ProducerInPayloadLoggerInterceptor
public static class ProducerInPayloadLoggerInterceptor.Factory extends InterceptorFactorySupport<MllpEndpoint<?,?,?>,ProducerInPayloadLoggerInterceptor>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport
clazz
-
-
Constructor Summary
Constructors Constructor Description Factory(String fileNamePattern)
Factory(ExpressionResolver resolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProducerInPayloadLoggerInterceptor
getNewInstance()
Returns a new instance of an Interceptorvoid
setEnabled(boolean enabled)
-
-
-
Constructor Detail
-
Factory
public Factory(String fileNamePattern)
-
Factory
public Factory(ExpressionResolver resolver)
-
-
Method Detail
-
getNewInstance
public ProducerInPayloadLoggerInterceptor getNewInstance()
Description copied from interface:InterceptorFactory
Returns a new instance of an Interceptor- Specified by:
getNewInstance
in interfaceInterceptorFactory<MllpEndpoint<?,?,?>,ProducerInPayloadLoggerInterceptor>
- Overrides:
getNewInstance
in classInterceptorFactorySupport<MllpEndpoint<?,?,?>,ProducerInPayloadLoggerInterceptor>
- Returns:
- new instance of an Interceptor
-
setEnabled
public void setEnabled(boolean enabled)
-
-