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 SummaryFields inherited from class org.openehealth.ipf.commons.ihe.ws.JaxWsClientFactoryauditContext, auditStrategy, clientPool, correlator, customInterceptors, features, httpClientPolicy, POOL_SIZE_PROPERTY, properties, securityInformation, serviceUrl, wsTransactionConfiguration
- 
Constructor SummaryConstructorsConstructorDescriptionHl7v3DeferredResponderFactory(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 SummaryModifier and TypeMethodDescriptionprotected voidconfigureInterceptors(Client client) Configures SOAP interceptors for the given client.Methods inherited from class org.openehealth.ipf.commons.ihe.ws.JaxWsClientFactoryconfigureProperties, getClient, getWsTransactionConfiguration, installPayloadInterceptors, restoreClient
- 
Constructor Details- 
Hl7v3DeferredResponderFactorypublic 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- 
configureInterceptorsDescription copied from class:JaxWsClientFactoryConfigures SOAP interceptors for the given client.- Overrides:
- configureInterceptorsin class- JaxWsClientFactory<Hl7v3AuditDataset>
 
 
-