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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clazz
-
-
Constructor Details
-
InterceptorFactorySupport
-
-
Method Details
-
getNewInstance
Description copied from interface:InterceptorFactoryReturns a new instance of an Interceptor- Specified by:
getNewInstancein interfaceInterceptorFactory- Returns:
- new instance of an Interceptor
-