Interface Hl7v2ConfigurationHolder<T extends MllpAuditDataset>
- All Known Subinterfaces:
HL7v2Endpoint<T>
- All Known Implementing Classes:
AbstractHl7v2WsComponent
,CustomMllpComponent
,Iti10Component
,Iti21Component
,Iti22Component
,Iti30Component
,Iti31Component
,Iti64Component
,Iti8Component
,Iti9Component
,MllpComponent
,MllpDispatchComponent
,MllpDispatchEndpoint
,MllpEndpoint
,MllpTransactionComponent
,MllpTransactionEndpoint
,Pcd01Component
,SimpleHl7v2WsEndpoint
public interface Hl7v2ConfigurationHolder<T extends MllpAuditDataset>
Interface for Camel components which handle HL7v2 messages,
independent of transport protocol.
- Author:
- Dmytro Rud
-
Method Summary
Modifier and TypeMethodDescriptiondefault Hl7v2TransactionConfiguration<T>
Returns component configuration.default NakFactory<T>
Returns transaction-specific NAK factory.
-
Method Details
-
getHl7v2TransactionConfiguration
Returns component configuration. -
getNakFactory
Returns transaction-specific NAK factory. -
getInteractionId
Hl7v2InteractionId<T> getInteractionId()
-