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:
-
Field Summary
Fields inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport
clazz
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport
getNewInstance
-
Constructor Details
-
InterceptorFactoryBean
-
-
Method Details
-
getObject
- Specified by:
getObject
in interfaceFactoryBean<T extends Interceptor>
-
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<T extends Interceptor>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceFactoryBean<T extends Interceptor>
-