Uses of Interface
org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator
Packages that use AsynchronyCorrelator
Package
Description
-
Uses of AsynchronyCorrelator in org.openehealth.ipf.boot.xds
Methods in org.openehealth.ipf.boot.xds that return AsynchronyCorrelatorModifier and TypeMethodDescriptionIpfXdsAutoConfiguration.cachingAsynchronyCorrelator
(CacheManager cacheManager) -
Uses of AsynchronyCorrelator in org.openehealth.ipf.commons.ihe.hl7v3
Constructors in org.openehealth.ipf.commons.ihe.hl7v3 with parameters of type AsynchronyCorrelatorModifierConstructorDescriptionHl7v3AsyncResponseServiceFactory
(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
Fields in org.openehealth.ipf.commons.ihe.ws declared as AsynchronyCorrelatorModifier and TypeFieldDescriptionprotected final AsynchronyCorrelator
<AuditDatasetType> JaxWsAsyncResponseServiceFactory.correlator
protected final AsynchronyCorrelator
<AuditDatasetType> JaxWsClientFactory.correlator
Constructors in org.openehealth.ipf.commons.ihe.ws with parameters of type AsynchronyCorrelatorModifierConstructorDescriptionJaxWsAsyncResponseServiceFactory
(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
Classes in org.openehealth.ipf.commons.ihe.ws.correlation that implement AsynchronyCorrelatorModifier and TypeClassDescriptionclass
EhcacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>
Deprecated, for removal: This API element is subject to removal in a future version.class
JCacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>
JCache-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
Constructors in org.openehealth.ipf.commons.ihe.ws.cxf.audit with parameters of type AsynchronyCorrelatorModifierConstructorDescriptionAuditOutRequestInterceptor
(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
Methods in org.openehealth.ipf.platform.camel.ihe.ws that return AsynchronyCorrelatorMethods in org.openehealth.ipf.platform.camel.ihe.ws with parameters of type AsynchronyCorrelatorModifier and TypeMethodDescriptionvoid
AbstractWsEndpoint.setCorrelator
(AsynchronyCorrelator<AuditDatasetType> correlator) Configures the asynchrony correlator for this endpoint.