Interface Hl7v3InteractionId<ConfigType extends Hl7v3WsTransactionConfiguration>
-
- All Superinterfaces:
InteractionId
,WsInteractionId<ConfigType>
- All Known Implementing Classes:
PDQV3.Interactions
,PIXV3.Interactions
,QED.Interactions
,XCPD.Interactions
public interface Hl7v3InteractionId<ConfigType extends Hl7v3WsTransactionConfiguration> extends WsInteractionId<ConfigType>
- Since:
- 3.2
- Author:
- Christian Ohr
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default CombinedXmlValidationProfile
getRequestValidationProfile()
default CombinedXmlValidationProfile
getResponseValidationProfile()
-
Methods inherited from interface org.openehealth.ipf.commons.ihe.ws.WsInteractionId
getWsTransactionConfiguration
-
-
-
-
Method Detail
-
getRequestValidationProfile
default CombinedXmlValidationProfile getRequestValidationProfile()
-
getResponseValidationProfile
default CombinedXmlValidationProfile getResponseValidationProfile()
-
-