Uses of Interface
org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator
-
Packages that use AsynchronyCorrelator Package Description org.openehealth.ipf.commons.ihe.ws org.openehealth.ipf.commons.ihe.ws.correlation org.openehealth.ipf.commons.ihe.ws.cxf.audit -
-
Uses of AsynchronyCorrelator in org.openehealth.ipf.commons.ihe.ws
Fields in org.openehealth.ipf.commons.ihe.ws declared as AsynchronyCorrelator Modifier and Type Field Description protected AsynchronyCorrelator<AuditDatasetType>JaxWsAsyncResponseServiceFactory. correlatorprotected AsynchronyCorrelator<AuditDatasetType>JaxWsClientFactory. correlatorConstructors in org.openehealth.ipf.commons.ihe.ws with parameters of type AsynchronyCorrelator Constructor Description JaxWsAsyncResponseServiceFactory(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceAddress, AuditStrategy<AuditDatasetType> auditStrategy, org.openehealth.ipf.commons.audit.AuditContext auditContext, org.apache.cxf.interceptor.InterceptorProvider customInterceptors, AsynchronyCorrelator<AuditDatasetType> correlator)Constructs the factory.JaxWsClientFactory(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceUrl, AuditStrategy<AuditDatasetType> auditStrategy, org.openehealth.ipf.commons.audit.AuditContext auditContext, org.apache.cxf.interceptor.InterceptorProvider customInterceptors, List<org.apache.cxf.feature.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, org.openehealth.ipf.commons.audit.AuditContext auditContext, org.apache.cxf.interceptor.InterceptorProvider customInterceptors, List<org.apache.cxf.feature.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 AsynchronyCorrelator Modifier and Type Class Description classEhcacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>Ehcache-based implementation of asynchronous message correlator.classSpringCacheAsynchronyCorrelator<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 AsynchronyCorrelator Constructor Description AuditOutRequestInterceptor(AuditStrategy<T> auditStrategy, org.openehealth.ipf.commons.audit.AuditContext auditContext, AsynchronyCorrelator<T> correlator, WsTransactionConfiguration<T> wsTransactionConfiguration)Constructor.AuditResponseInterceptor(AuditStrategy<T> auditStrategy, org.openehealth.ipf.commons.audit.AuditContext auditContext, boolean serverSide, AsynchronyCorrelator<T> correlator, boolean asyncReceiver)Constructor.
-