Class ConsumerOutPayloadLoggerInterceptor.Factory
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<ConsumerOutPayloadLoggerInterceptor>
org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer.ConsumerOutPayloadLoggerInterceptor.Factory
- All Implemented Interfaces:
Serializable,InterceptorFactory
- Enclosing class:
ConsumerOutPayloadLoggerInterceptor
public static class ConsumerOutPayloadLoggerInterceptor.Factory
extends InterceptorFactorySupport<ConsumerOutPayloadLoggerInterceptor>
- See Also:
-
Field Summary
Fields inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a new instance of an InterceptorvoidsetEnabled(boolean enabled)
-
Constructor Details
-
Factory
-
Factory
-
-
Method Details
-
getNewInstance
Description copied from interface:InterceptorFactoryReturns a new instance of an Interceptor- Specified by:
getNewInstancein interfaceInterceptorFactory- Overrides:
getNewInstancein classInterceptorFactorySupport<ConsumerOutPayloadLoggerInterceptor>- Returns:
- new instance of an Interceptor
-
setEnabled
public void setEnabled(boolean enabled)
-