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
-
-
Field Summary
-
Fields inherited from class org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpEndpointConfiguration
UNKNOWN_URI
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MllpTransactionEndpointConfiguration(MllpComponent<MllpTransactionEndpointConfiguration,? extends MllpAuditDataset> component, String uri, Map<String,Object> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInteractiveContinuationDefaultThreshold()
InteractiveContinuationStorage
getInteractiveContinuationStorage()
UnsolicitedFragmentationStorage
getUnsolicitedFragmentationStorage()
int
getUnsolicitedFragmentationThreshold()
boolean
isAutoCancel()
boolean
isSupportInteractiveContinuation()
boolean
isSupportUnsolicitedFragmentation()
-
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpEndpointConfiguration
getClientAuthType, getCodecFactory, getDispatcher, getSegmentFragmentationThreshold, getSslCiphers, getSslContext, getSslProtocols, 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 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()
-
-