Class MllpEndpointConfiguration
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
- Direct Known Subclasses:
MllpDispatchEndpointConfiguration
,MllpTransactionEndpointConfiguration
Configuration of an MLLP endpoint. Only IPF-specific parameters are maintained here, the rest is
maintained in
NettyConfiguration
.- Author:
- Dmytro Rud
-
Constructor Summary
ModifierConstructorDescriptionprotected
MllpEndpointConfiguration
(MllpComponent<?, ?> component, String uri, Map<String, Object> parameters) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
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
-
Method Details
-
isSupportSegmentFragmentation
public boolean isSupportSegmentFragmentation() -
getSegmentFragmentationThreshold
public int getSegmentFragmentationThreshold() -
getDispatcher
-