Class ProducerInPayloadLoggerInterceptor.Factory
- java.lang.Object
-
- org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<ProducerInPayloadLoggerInterceptor>
-
- org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer.ProducerInPayloadLoggerInterceptor.Factory
-
- All Implemented Interfaces:
Serializable,org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactory
- Enclosing class:
- ProducerInPayloadLoggerInterceptor
public static class ProducerInPayloadLoggerInterceptor.Factory extends org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<ProducerInPayloadLoggerInterceptor>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProducerInPayloadLoggerInterceptorgetNewInstance()voidsetEnabled(boolean enabled)
-
-
-
Constructor Detail
-
Factory
public Factory(String fileNamePattern)
-
Factory
public Factory(org.openehealth.ipf.commons.ihe.core.payload.ExpressionResolver resolver)
-
-
Method Detail
-
getNewInstance
public ProducerInPayloadLoggerInterceptor getNewInstance()
- Specified by:
getNewInstancein interfaceorg.openehealth.ipf.platform.camel.ihe.core.InterceptorFactory- Overrides:
getNewInstancein classorg.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<ProducerInPayloadLoggerInterceptor>
-
setEnabled
public void setEnabled(boolean enabled)
-
-