Class Hl7v3DeferredResponderFactory
java.lang.Object
org.openehealth.ipf.commons.ihe.ws.JaxWsClientFactory<Hl7v3AuditDataset>
org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3DeferredResponderFactory
Special factory for HL7 v3 Deferred Response senders.
- Author:
- Dmytro Rud
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.ws.JaxWsClientFactory
auditContext, auditStrategy, clientPool, correlator, customInterceptors, features, httpClientPolicy, POOL_SIZE_PROPERTY, properties, securityInformation, serviceUrl, wsTransactionConfiguration
-
Constructor Summary
ConstructorDescriptionHl7v3DeferredResponderFactory
(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) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
configureInterceptors
(Client client) Configures SOAP interceptors for the given client.Methods inherited from class org.openehealth.ipf.commons.ihe.ws.JaxWsClientFactory
configureProperties, getClient, getWsTransactionConfiguration, installPayloadInterceptors, restoreClient
-
Constructor Details
-
Hl7v3DeferredResponderFactory
public 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)
-
-
Method Details
-
configureInterceptors
Description copied from class:JaxWsClientFactory
Configures SOAP interceptors for the given client.- Overrides:
configureInterceptors
in classJaxWsClientFactory<Hl7v3AuditDataset>
-