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