Class InterceptorFactoryBean<E extends org.apache.camel.Endpoint,T extends Interceptor<E>>
- java.lang.Object
-
- org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport<E,T>
-
- org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactoryBean<E,T>
-
- All Implemented Interfaces:
Serializable
,InterceptorFactory<E,T>
,FactoryBean<T>
public class InterceptorFactoryBean<E extends org.apache.camel.Endpoint,T extends Interceptor<E>> extends InterceptorFactorySupport<E,T> implements FactoryBean<T>
Optional Bridging fromInterceptorFactory
to a SpringFactoryBean
.- Since:
- 3.1
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description InterceptorFactoryBean(Class<T> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getObject()
Class<?>
getObjectType()
boolean
isSingleton()
-
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport
getNewInstance
-
-
-
-
Method Detail
-
getObject
public T getObject()
- Specified by:
getObject
in interfaceFactoryBean<E extends org.apache.camel.Endpoint>
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interfaceFactoryBean<E extends org.apache.camel.Endpoint>
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interfaceFactoryBean<E extends org.apache.camel.Endpoint>
-
-