Uses of Interface
org.openehealth.ipf.platform.camel.ihe.core.Interceptor
Package
Description
-
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.atna.interceptor
Modifier and TypeInterfaceDescriptioninterface
AuditInterceptor<T extends AuditDataset>
Interface for Auditing interceptors. -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.core
Modifier and TypeClassDescriptionclass
InterceptorFactoryBean<T extends Interceptor>
Optional Bridging fromInterceptorFactory
to a SpringFactoryBean
.class
InterceptorFactorySupport<T extends Interceptor>
Trivial InterceptorFactory that calls Class.newInstance()Modifier and TypeMethodDescriptionInterceptorFactory.getNewInstance()
Returns a new instance of an InterceptorModifier and TypeMethodDescriptionInterceptableEndpoint.createInitialConsumerInterceptorChain()
InterceptableEndpoint.createInitialProducerInterceptorChain()
default List<Interceptor>
InterceptableComponent.getAdditionalConsumerInterceptors()
Returns a list of component-specific (i.e.default List<Interceptor>
InterceptableComponent.getAdditionalProducerInterceptors()
Returns a list of component-specific (i.e.default List<Interceptor>
InterceptableEndpoint.getCustomInterceptors()
Returns a list of endpoint-specific custom interceptors fromInterceptableEndpoint.getInterceptableConfiguration()
Modifier and TypeMethodDescriptionstatic Producer
InterceptorUtils.adaptProducerChain
(List<Interceptor> chain, Endpoint endpoint, Producer originalProducer) -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.fhir.core
Modifier and TypeMethodDescriptionFhirEndpoint.createInitialConsumerInterceptorChain()
Returns a list of interceptors that are default for FHIR consumers.FhirEndpoint.createInitialProducerInterceptorChain()
Returns a list of interceptors that are default for FHIR producers. -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.consumer
Modifier and TypeClassDescriptionclass
ConsumerAuditInterceptor<AuditDatasetType extends FhirAuditDataset>
Consumer-side FHIR ATNA auditing Camel interceptor. -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.producer
Modifier and TypeClassDescriptionclass
ProducerAuditInterceptor<AuditDatasetType extends FhirAuditDataset>
Consumer-side FHIR ATNA auditing Camel interceptor. -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.fhir.iti68
Modifier and TypeMethodDescriptionIti68Endpoint.createInitialConsumerInterceptorChain()
Iti68Endpoint.createInitialProducerInterceptorChain()
-
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.fhir.iti68bin
Modifier and TypeMethodDescriptionIti68BinaryEndpoint.createInitialConsumerInterceptorChain()
Iti68BinaryEndpoint.createInitialProducerInterceptorChain()
-
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.consumer
Modifier and TypeClassDescriptionclass
Consumer-side Camel interceptor which creates aMessage
from various possible response types.class
Consumer-side HL7 marshaling/unmarshaling interceptor.class
Consumer-side interceptor for request message acceptance checking.class
Interceptor that adds the HL7InteractionId to the camel headersclass
Consumer-side interceptor for response message acceptance checking.class
Consumer-side HL7v2 interceptor which echoes one segment from the request message in the corresponding response message.class
-
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.producer
Modifier and TypeClassDescriptionclass
Producer-side Camel interceptor which creates a HAPI Message from various possible request types.class
Producer-side Hl7 marshalling/unmarshalling interceptor.class
Producer-side interceptor for request message acceptance checking.class
Producer-side interceptor for response message acceptance checking.class
Producer-side Camel interceptor which enriches aMessage
with tracing information. -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.hl7v2ws
Modifier and TypeMethodDescriptionprotected List<Interceptor>
SimpleHl7v2WsEndpoint.getProducerInterceptorChain()
-
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.core
Modifier and TypeMethodDescriptionMllpDispatchEndpoint.createInitialConsumerInterceptorChain()
MllpTransactionEndpoint.createInitialConsumerInterceptorChain()
MllpDispatchEndpoint.createInitialProducerInterceptorChain()
MllpTransactionEndpoint.createInitialProducerInterceptorChain()
-
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept
Modifier and TypeClassDescriptionclass
MllpAuditInterceptorSupport<AuditDatasetType extends MllpAuditDataset>
Common audit interceptor support for both consumer and producer side of MLLP endpoints -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer
Modifier and TypeClassDescriptionclass
ConsumerAuditInterceptor<AuditDatasetType extends MllpAuditDataset>
Consumer-side ATNA auditing Camel interceptor.class
Interceptor that handles anyMllpAuthenticationFailure
that occurred while processing an exchange.final class
Interceptor which dispatches an incoming request message to another MLLP route.class
Consumer-side MLLP interceptor which stores incoming payload into files with user-defined name patterns.class
Consumer-side interceptor for interactive continuation support as described in paragraph 5.6.3 of the HL7 v2.5 specification.class
Consumer-side MLLP interceptor which stores outgoing payload into files with user-defined name patterns.class
Consumer-side interceptor for receiving unsolicited request fragments as described in paragraph 2.10.2.2 of the HL7 v.2.5 specification.class
Consumer-side MLLP interceptor that sets character encoding configured for the given endpoint, and handles segment fragmentation (\rADD|...). -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer
Modifier and TypeClassDescriptionclass
ProducerAuditInterceptor<AuditDatasetType extends MllpAuditDataset>
Producer-side ATNA auditing Camel interceptor.class
Producer-side MLLP interceptor which stores incoming payload into files with user-defined name patterns.class
Producer-side Hl7 marshalling/unmarshalling interceptor with support for interactive continuation.class
Producer-side MLLP interceptor which stores outgoing payload into files with user-defined name patterns.class
A producer-side interceptor which implements non-interactive request fragmentation as described in paragraph 2.10.2.2 of the HL7 v.2.5 specification.class
Producer-side MLLP interceptor that sets character encoding configured for the given endpoint, and handles segment fragmentation (\rADD|...). -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.iti21
-
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.iti22
-
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.iti9