Package org.openehealth.ipf.platform.camel.ihe.core
package org.openehealth.ipf.platform.camel.ihe.core
-
ClassDescriptionAbstract base class for components that use the Interceptor framework defined in this moduleInterceptableEndpoint<ConfigType extends InterceptableEndpointConfiguration,
ComponentType extends InterceptableComponent> Interface for endpoints that use the Interceptor framework defined in this module.Abstract base class for configuration forInterceptableEndpoint
that use the Interceptor framework defined in this moduleAdapter for interceptors which allows them to be exposed as CamelProducer
s.Factory creating anInterceptor
InterceptorFactoryBean<T extends Interceptor>Optional Bridging fromInterceptorFactory
to a SpringFactoryBean
.InterceptorFactorySupport<T extends Interceptor>Trivial InterceptorFactory that calls Class.newInstance()Convenience implementation ofInterceptor
for inheritance