Class MllpTransactionEndpointConfiguration
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.core.InterceptableEndpointConfiguration
org.openehealth.ipf.platform.camel.ihe.atna.AuditableEndpointConfiguration
org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpEndpointConfiguration
org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpTransactionEndpointConfiguration
Camel endpoint configuration for MLLP-based eHealth transactions (like IHE PIX, PDQ, XAD-PID, etc.).
- Author:
- Dmytro Rud
-
Constructor Summary
ModifierConstructorDescriptionprotected
MllpTransactionEndpointConfiguration
(MllpComponent<MllpTransactionEndpointConfiguration, ? extends MllpAuditDataset> component, String uri, Map<String, Object> parameters) -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
boolean
boolean
boolean
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpEndpointConfiguration
getDispatcher, getSegmentFragmentationThreshold, isSupportSegmentFragmentation
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.atna.AuditableEndpointConfiguration
getAuditContext, isAudit
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptableEndpointConfiguration
getCustomInterceptorFactories
-
Constructor Details
-
MllpTransactionEndpointConfiguration
protected MllpTransactionEndpointConfiguration(MllpComponent<MllpTransactionEndpointConfiguration, ? extends MllpAuditDataset> component, String uri, Map<String, throws ExceptionObject> parameters) - Throws:
Exception
-
-
Method Details
-
isSupportUnsolicitedFragmentation
public boolean isSupportUnsolicitedFragmentation() -
getUnsolicitedFragmentationThreshold
public int getUnsolicitedFragmentationThreshold() -
getUnsolicitedFragmentationStorage
-
isSupportInteractiveContinuation
public boolean isSupportInteractiveContinuation() -
getInteractiveContinuationDefaultThreshold
public int getInteractiveContinuationDefaultThreshold() -
getInteractiveContinuationStorage
-
isAutoCancel
public boolean isAutoCancel() -
isCopyOriginalMessage
public boolean isCopyOriginalMessage()
-