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 Details

  • Constructor Details

    • InterceptorFactorySupport

      public InterceptorFactorySupport(Class<T> clazz)
  • Method Details