Class InterceptorFactoryBean<T extends Interceptor>

java.lang.Object
org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<T>
org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactoryBean<T>
All Implemented Interfaces:
Serializable, InterceptorFactory, FactoryBean<T>

public class InterceptorFactoryBean<T extends Interceptor> extends InterceptorFactorySupport<T> implements FactoryBean<T>
Optional Bridging from InterceptorFactory to a Spring FactoryBean.
Since:
3.1
See Also: