Class ConsumerInPayloadLoggerInterceptor.Factory
- java.lang.Object
-
- org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<MllpEndpoint<?,?,?>,ConsumerInPayloadLoggerInterceptor>
-
- org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer.ConsumerInPayloadLoggerInterceptor.Factory
-
- All Implemented Interfaces:
Serializable
,InterceptorFactory<MllpEndpoint<?,?,?>,ConsumerInPayloadLoggerInterceptor>
- Enclosing class:
- ConsumerInPayloadLoggerInterceptor
public static class ConsumerInPayloadLoggerInterceptor.Factory extends InterceptorFactorySupport<MllpEndpoint<?,?,?>,ConsumerInPayloadLoggerInterceptor>
- 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 ConsumerInPayloadLoggerInterceptor
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 ConsumerInPayloadLoggerInterceptor getNewInstance()
Description copied from interface:InterceptorFactory
Returns a new instance of an Interceptor- Specified by:
getNewInstance
in interfaceInterceptorFactory<MllpEndpoint<?,?,?>,ConsumerInPayloadLoggerInterceptor>
- Overrides:
getNewInstance
in classInterceptorFactorySupport<MllpEndpoint<?,?,?>,ConsumerInPayloadLoggerInterceptor>
- Returns:
- new instance of an Interceptor
-
setEnabled
public void setEnabled(boolean enabled)
-
-