Uses of Interface
org.openehealth.ipf.platform.camel.ihe.core.Interceptor
Packages that use Interceptor
Package
Description
-
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.atna.interceptor
Subinterfaces of Interceptor in org.openehealth.ipf.platform.camel.ihe.atna.interceptorModifier and TypeInterfaceDescriptioninterfaceAuditInterceptor<T extends AuditDataset>Interface for Auditing interceptors. -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.core
Classes in org.openehealth.ipf.platform.camel.ihe.core with type parameters of type InterceptorModifier and TypeClassDescriptionclassInterceptorFactoryBean<T extends Interceptor>Optional Bridging fromInterceptorFactoryto a SpringFactoryBean.classInterceptorFactorySupport<T extends Interceptor>Trivial InterceptorFactory that calls Class.newInstance()Classes in org.openehealth.ipf.platform.camel.ihe.core that implement InterceptorMethods in org.openehealth.ipf.platform.camel.ihe.core that return InterceptorModifier and TypeMethodDescriptionInterceptorFactory.getNewInstance()Returns a new instance of an InterceptorMethods in org.openehealth.ipf.platform.camel.ihe.core that return types with arguments of type InterceptorModifier and TypeMethodDescriptionInterceptableEndpoint.createInitialConsumerInterceptorChain()InterceptableEndpoint.createInitialProducerInterceptorChain()default List<Interceptor> InterceptableComponent.getAdditionalConsumerInterceptors()Returns a list of component-specific (i.e. transaction-specific) interceptors which will be integrated into the interceptor chain of each consumer instance created by this component.default List<Interceptor> InterceptableComponent.getAdditionalProducerInterceptors()Returns a list of component-specific (i.e. transaction-specific) FHIR interceptors which will be integrated into the interceptor chain of each producer instance created by this component.default List<Interceptor> InterceptableEndpoint.getCustomInterceptors()Returns a list of endpoint-specific custom interceptors fromInterceptableEndpoint.getInterceptableConfiguration()Method parameters in org.openehealth.ipf.platform.camel.ihe.core with type arguments of type InterceptorModifier and TypeMethodDescriptionstatic ProducerInterceptorUtils.adaptProducerChain(List<Interceptor> chain, Endpoint endpoint, Producer originalProducer) -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.fhir.core
Methods in org.openehealth.ipf.platform.camel.ihe.fhir.core that return types with arguments of type InterceptorModifier 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
Classes in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.consumer that implement InterceptorModifier and TypeClassDescriptionclassConsumerAuditInterceptor<AuditDatasetType extends FhirAuditDataset>Consumer-side FHIR ATNA auditing Camel interceptor. -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.producer
Classes in org.openehealth.ipf.platform.camel.ihe.fhir.core.intercept.producer that implement InterceptorModifier and TypeClassDescriptionclassProducerAuditInterceptor<AuditDatasetType extends FhirAuditDataset>Consumer-side FHIR ATNA auditing Camel interceptor. -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.fhir.iti68
Methods in org.openehealth.ipf.platform.camel.ihe.fhir.iti68 that return types with arguments of type InterceptorModifier and TypeMethodDescriptionIti68Endpoint.createInitialConsumerInterceptorChain()Iti68Endpoint.createInitialProducerInterceptorChain() -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.fhir.iti68bin
Methods in org.openehealth.ipf.platform.camel.ihe.fhir.iti68bin that return types with arguments of type InterceptorModifier and TypeMethodDescriptionIti68BinaryEndpoint.createInitialConsumerInterceptorChain()Iti68BinaryEndpoint.createInitialProducerInterceptorChain() -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.consumer
Classes in org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.consumer that implement InterceptorModifier and TypeClassDescriptionclassConsumer-side Camel interceptor which creates aMessagefrom various possible response types.classConsumer-side HL7 marshaling/unmarshaling interceptor.classConsumer-side interceptor for request message acceptance checking.classInterceptor that adds the HL7InteractionId to the camel headersclassConsumer-side interceptor for response message acceptance checking.classConsumer-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
Classes in org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.producer that implement InterceptorModifier and TypeClassDescriptionclassProducer-side Camel interceptor which creates a HAPI Message from various possible request types.classProducer-side Hl7 marshalling/unmarshalling interceptor.classProducer-side interceptor for request message acceptance checking.classProducer-side interceptor for response message acceptance checking.classProducer-side Camel interceptor which enriches aMessagewith tracing information. -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.hl7v2ws
Methods in org.openehealth.ipf.platform.camel.ihe.hl7v2ws that return types with arguments of type InterceptorModifier and TypeMethodDescriptionprotected List<Interceptor> SimpleHl7v2WsEndpoint.getProducerInterceptorChain() -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.core
Methods in org.openehealth.ipf.platform.camel.ihe.mllp.core that return types with arguments of type InterceptorModifier and TypeMethodDescriptionMllpDispatchEndpoint.createInitialConsumerInterceptorChain()MllpTransactionEndpoint.createInitialConsumerInterceptorChain()MllpDispatchEndpoint.createInitialProducerInterceptorChain()MllpTransactionEndpoint.createInitialProducerInterceptorChain() -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept
Classes in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept that implement InterceptorModifier and TypeClassDescriptionclassMllpAuditInterceptorSupport<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
Classes in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer that implement InterceptorModifier and TypeClassDescriptionclassConsumerAuditInterceptor<AuditDatasetType extends MllpAuditDataset>Consumer-side ATNA auditing Camel interceptor.classInterceptor that handles anyMllpAuthenticationFailurethat occurred while processing an exchange.final classInterceptor which dispatches an incoming request message to another MLLP route.classConsumer-side MLLP interceptor which stores incoming payload into files with user-defined name patterns.classConsumer-side interceptor for interactive continuation support as described in paragraph 5.6.3 of the HL7 v2.5 specification.classConsumer-side MLLP interceptor which stores outgoing payload into files with user-defined name patterns.classConsumer-side interceptor for receiving unsolicited request fragments as described in paragraph 2.10.2.2 of the HL7 v.2.5 specification.classConsumer-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
Classes in org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer that implement InterceptorModifier and TypeClassDescriptionclassProducerAuditInterceptor<AuditDatasetType extends MllpAuditDataset>Producer-side ATNA auditing Camel interceptor.classProducer-side MLLP interceptor which stores incoming payload into files with user-defined name patterns.classProducer-side Hl7 marshalling/unmarshalling interceptor with support for interactive continuation.classProducer-side MLLP interceptor which stores outgoing payload into files with user-defined name patterns.classA producer-side interceptor which implements non-interactive request fragmentation as described in paragraph 2.10.2.2 of the HL7 v.2.5 specification.classProducer-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
Methods in org.openehealth.ipf.platform.camel.ihe.mllp.iti21 that return types with arguments of type Interceptor -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.iti22
Methods in org.openehealth.ipf.platform.camel.ihe.mllp.iti22 that return types with arguments of type Interceptor -
Uses of Interceptor in org.openehealth.ipf.platform.camel.ihe.mllp.iti9
Methods in org.openehealth.ipf.platform.camel.ihe.mllp.iti9 that return types with arguments of type Interceptor