Uses of Interface
org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator
Package
Description
-
Uses of AsynchronyCorrelator in org.openehealth.ipf.boot.xds
Modifier and TypeMethodDescriptionIpfXdsAutoConfiguration.cachingAsynchronyCorrelator
(CacheManager cacheManager) -
Uses of AsynchronyCorrelator in org.openehealth.ipf.commons.ihe.hl7v3
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. -
Uses of AsynchronyCorrelator in org.openehealth.ipf.commons.ihe.ws
Modifier and TypeFieldDescriptionprotected final AsynchronyCorrelator<AuditDatasetType>
JaxWsAsyncResponseServiceFactory.correlator
protected final AsynchronyCorrelator<AuditDatasetType>
JaxWsClientFactory.correlator
ModifierConstructorDescriptionJaxWsAsyncResponseServiceFactory
(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceAddress, AuditStrategy<AuditDatasetType> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, AsynchronyCorrelator<AuditDatasetType> correlator) Constructs the factory.JaxWsClientFactory
(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceUrl, AuditStrategy<AuditDatasetType> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, List<AbstractFeature> features, Map<String, Object> properties, AsynchronyCorrelator<AuditDatasetType> correlator, WsSecurityInformation securityInformation, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy) Constructs the factory.JaxWsRequestClientFactory
(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceUrl, AuditStrategy<AuditDatasetType> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, List<AbstractFeature> features, Map<String, Object> properties, AsynchronyCorrelator<AuditDatasetType> correlator, WsSecurityInformation securityInformation, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy) -
Uses of AsynchronyCorrelator in org.openehealth.ipf.commons.ihe.ws.correlation
Modifier and TypeClassDescriptionclass
EhcacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>
Ehcache-based implementation of asynchronous message correlator.class
SpringCacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>
Ehcache-based implementation of asynchronous message correlator. -
Uses of AsynchronyCorrelator in org.openehealth.ipf.commons.ihe.ws.cxf.audit
ModifierConstructorDescriptionAuditOutRequestInterceptor
(AuditStrategy<T> auditStrategy, AuditContext auditContext, AsynchronyCorrelator<T> correlator, WsTransactionConfiguration<T> wsTransactionConfiguration) Constructor.AuditResponseInterceptor
(AuditStrategy<T> auditStrategy, AuditContext auditContext, boolean serverSide, AsynchronyCorrelator<T> correlator, boolean asyncReceiver) Constructor. -
Uses of AsynchronyCorrelator in org.openehealth.ipf.platform.camel.ihe.ws
Modifier and TypeMethodDescriptionvoid
AbstractWsEndpoint.setCorrelator
(AsynchronyCorrelator<AuditDatasetType> correlator) Configures the asynchrony correlator for this endpoint.