Class Hl7v3ContinuationAwareWsTransactionConfiguration
java.lang.Object
org.openehealth.ipf.commons.ihe.core.TransactionConfiguration<T>
org.openehealth.ipf.commons.ihe.ws.WsTransactionConfiguration<Hl7v3AuditDataset>
org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3WsTransactionConfiguration
org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3ContinuationAwareWsTransactionConfiguration
public class Hl7v3ContinuationAwareWsTransactionConfiguration
extends Hl7v3WsTransactionConfiguration
- Author:
- Dmytro Rud
-
Constructor Summary
ConstructorDescriptionHl7v3ContinuationAwareWsTransactionConfiguration
(String name, String description, boolean isQuery, AuditStrategy<Hl7v3AuditDataset> clientAuditStrategy, AuditStrategy<Hl7v3AuditDataset> serverAuditStrategy, QName serviceName, Class<?> sei, QName bindingName, boolean mtom, String wsdlLocation, String nakRootElementName, String controlActProcessCode, boolean auditRequestPayload, boolean supportAsynchrony, CombinedXmlValidationProfile requestValidationProfile, CombinedXmlValidationProfile responseValidationProfile, String mainRequestRootElementName, String mainResponseRootElementName, boolean includeQuantities) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3WsTransactionConfiguration
getControlActProcessCode, getNakRootElementName, getRequestValidationProfile, getResponseValidationProfile, isIncludeQuantities
Methods inherited from class org.openehealth.ipf.commons.ihe.ws.WsTransactionConfiguration
getBindingName, getSei, getServiceName, getWsdlLocation, isAddressing, isAllowAsynchrony, isAuditRequestPayload, isMtom, isSwaOutSupport
Methods inherited from class org.openehealth.ipf.commons.ihe.core.TransactionConfiguration
getClientAuditStrategy, getDescription, getName, getServerAuditStrategy, isQuery, isStrict, setStrict
-
Constructor Details
-
Hl7v3ContinuationAwareWsTransactionConfiguration
public Hl7v3ContinuationAwareWsTransactionConfiguration(String name, String description, boolean isQuery, AuditStrategy<Hl7v3AuditDataset> clientAuditStrategy, AuditStrategy<Hl7v3AuditDataset> serverAuditStrategy, QName serviceName, Class<?> sei, QName bindingName, boolean mtom, String wsdlLocation, String nakRootElementName, String controlActProcessCode, boolean auditRequestPayload, boolean supportAsynchrony, CombinedXmlValidationProfile requestValidationProfile, CombinedXmlValidationProfile responseValidationProfile, String mainRequestRootElementName, String mainResponseRootElementName, boolean includeQuantities)
-
-
Method Details
-
getMainRequestRootElementName
- Returns:
- root XML element name for request messages which correspond to the "main" operation of the transaction, e.g. "PRPA_IN201305UV02" for PDQv3.
-
getMainResponseRootElementName
- Returns:
- root XML element name for response messages which correspond to the "main" operation of the transaction, e.g. "PRPA_IN201306UV02" for PDQv3.
-