Class ConsumerOutPayloadLoggerInterceptor.Factory
- java.lang.Object
-
- org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<MllpEndpoint<?,?,?>,ConsumerOutPayloadLoggerInterceptor>
-
- org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer.ConsumerOutPayloadLoggerInterceptor.Factory
-
- All Implemented Interfaces:
Serializable,org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactory<MllpEndpoint<?,?,?>,ConsumerOutPayloadLoggerInterceptor>
- Enclosing class:
- ConsumerOutPayloadLoggerInterceptor
public static class ConsumerOutPayloadLoggerInterceptor.Factory extends org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<MllpEndpoint<?,?,?>,ConsumerOutPayloadLoggerInterceptor>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumerOutPayloadLoggerInterceptorgetNewInstance()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 ConsumerOutPayloadLoggerInterceptor getNewInstance()
- Specified by:
getNewInstancein interfaceorg.openehealth.ipf.platform.camel.ihe.core.InterceptorFactory<MllpEndpoint<?,?,?>,ConsumerOutPayloadLoggerInterceptor>- Overrides:
getNewInstancein classorg.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<MllpEndpoint<?,?,?>,ConsumerOutPayloadLoggerInterceptor>
-
setEnabled
public void setEnabled(boolean enabled)
-
-