Class InterceptorFactorySupport<T extends Interceptor>
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<T>
- All Implemented Interfaces:
Serializable
,InterceptorFactory
- Direct Known Subclasses:
ConsumerInPayloadLoggerInterceptor.Factory
,ConsumerOutPayloadLoggerInterceptor.Factory
,InterceptorFactoryBean
,ProducerInPayloadLoggerInterceptor.Factory
,ProducerOutPayloadLoggerInterceptor.Factory
public class InterceptorFactorySupport<T extends Interceptor>
extends Object
implements InterceptorFactory
Trivial InterceptorFactory that calls Class.newInstance()
- Since:
- 3.1
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
clazz
-
-
Constructor Details
-
InterceptorFactorySupport
-
-
Method Details
-
getNewInstance
Description copied from interface:InterceptorFactory
Returns a new instance of an Interceptor- Specified by:
getNewInstance
in interfaceInterceptorFactory
- Returns:
- new instance of an Interceptor
-