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
-
public class MllpTransactionEndpointConfiguration extends MllpEndpointConfiguration
Camel endpoint configuration for MLLP-based eHealth transactions (like IHE PIX, PDQ, XAD-PID, etc.).- Author:
- Dmytro Rud
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMllpTransactionEndpointConfiguration(MllpComponent<MllpTransactionEndpointConfiguration,? extends MllpAuditDataset> component, String uri, Map<String,Object> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInteractiveContinuationDefaultThreshold()InteractiveContinuationStoragegetInteractiveContinuationStorage()UnsolicitedFragmentationStoragegetUnsolicitedFragmentationStorage()intgetUnsolicitedFragmentationThreshold()booleanisAutoCancel()booleanisCopyOriginalMessage()booleanisSupportInteractiveContinuation()booleanisSupportUnsolicitedFragmentation()-
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
-
-
-
-
Constructor Detail
-
MllpTransactionEndpointConfiguration
protected MllpTransactionEndpointConfiguration(MllpComponent<MllpTransactionEndpointConfiguration,? extends MllpAuditDataset> component, String uri, Map<String,Object> parameters) throws Exception
- Throws:
Exception
-
-
Method Detail
-
isSupportUnsolicitedFragmentation
public boolean isSupportUnsolicitedFragmentation()
-
getUnsolicitedFragmentationThreshold
public int getUnsolicitedFragmentationThreshold()
-
getUnsolicitedFragmentationStorage
public UnsolicitedFragmentationStorage getUnsolicitedFragmentationStorage()
-
isSupportInteractiveContinuation
public boolean isSupportInteractiveContinuation()
-
getInteractiveContinuationDefaultThreshold
public int getInteractiveContinuationDefaultThreshold()
-
getInteractiveContinuationStorage
public InteractiveContinuationStorage getInteractiveContinuationStorage()
-
isAutoCancel
public boolean isAutoCancel()
-
isCopyOriginalMessage
public boolean isCopyOriginalMessage()
-
-