Uses of Class
org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3WsTransactionConfiguration
Package
Description
-
Uses of Hl7v3WsTransactionConfiguration in org.openehealth.ipf.commons.ihe.hl7v3
Modifier and TypeInterfaceDescriptioninterface
Hl7v3InteractionId<ConfigType extends Hl7v3WsTransactionConfiguration>
Modifier and TypeMethodDescriptionPIXV3.Interactions.getWsTransactionConfiguration()
XCPD.Interactions.getWsTransactionConfiguration()
ModifierConstructorDescriptionHl7v3AsyncResponseServiceFactory
(Hl7v3WsTransactionConfiguration wsTransactionConfiguration, String serviceAddress, AuditStrategy<Hl7v3AuditDataset> auditStrategy, AuditContext auditContext, AsynchronyCorrelator<Hl7v3AuditDataset> correlator, InterceptorProvider customInterceptors) Constructs the factory.Hl7v3ClientFactory
(Hl7v3WsTransactionConfiguration wsTransactionConfiguration, String serviceUrl, AuditStrategy<Hl7v3AuditDataset> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, List<AbstractFeature> features, Map<String, Object> properties, AsynchronyCorrelator<Hl7v3AuditDataset> correlator, WsSecurityInformation securityInformation, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy) Constructs the factory.Hl7v3DeferredResponderFactory
(Hl7v3WsTransactionConfiguration wsTransactionConfiguration, String serviceUrl, AuditStrategy<Hl7v3AuditDataset> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, List<AbstractFeature> features, Map<String, Object> properties, WsSecurityInformation securityInformation, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy) Hl7v3ServiceFactory
(Hl7v3WsTransactionConfiguration wsTransactionConfiguration, String serviceAddress, AuditStrategy<Hl7v3AuditDataset> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, WsRejectionHandlingStrategy rejectionHandlingStrategy) Constructs the factory. -
Uses of Hl7v3WsTransactionConfiguration in org.openehealth.ipf.platform.camel.ihe.hl7v3
Modifier and TypeClassDescriptionclass
Hl7v3AsyncResponseEndpoint<ConfigType extends Hl7v3WsTransactionConfiguration>
Camel endpoint implementation for asynchronous response receivers of HL7v3-based IHE components.class
Hl7v3Component<ConfigType extends Hl7v3WsTransactionConfiguration>
Base class for all Camel components implementing IHE HL7v3 transactionsclass
Hl7v3Endpoint<ConfigType extends Hl7v3WsTransactionConfiguration>
Camel endpoint implementation for HL7v3-based IHE components.ModifierConstructorDescriptionAbstractHl7v3WebService
(Hl7v3InteractionId<? extends Hl7v3WsTransactionConfiguration> hl7v3InteractionId) -
Uses of Hl7v3WsTransactionConfiguration in org.openehealth.ipf.platform.camel.ihe.hl7v3.iti44
ModifierConstructorDescriptionIti44Producer
(AbstractWsEndpoint<Hl7v3AuditDataset, Hl7v3WsTransactionConfiguration> endpoint, JaxWsClientFactory<Hl7v3AuditDataset> clientFactory) Constructs the producer. -
Uses of Hl7v3WsTransactionConfiguration in org.openehealth.ipf.platform.camel.ihe.hl7v3.iti55.deferredresponse
ModifierConstructorDescriptionIti55DeferredResponseProducer
(AbstractWsEndpoint<Hl7v3AuditDataset, Hl7v3WsTransactionConfiguration> endpoint, JaxWsClientFactory<Hl7v3AuditDataset> clientFactory)