Class MllpDispatchEndpointConfiguration
- 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.MllpDispatchEndpointConfiguration
-
public class MllpDispatchEndpointConfiguration extends MllpEndpointConfiguration
Configuration of a dispatching MLLP endpoint.- 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
MllpDispatchEndpointConfiguration(MllpComponent<MllpDispatchEndpointConfiguration,MllpAuditDataset> component, String uri, Map<String,Object> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getRoutes()
-
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
-
MllpDispatchEndpointConfiguration
protected MllpDispatchEndpointConfiguration(MllpComponent<MllpDispatchEndpointConfiguration,MllpAuditDataset> component, String uri, Map<String,Object> parameters) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getRoutes
public String[] getRoutes()
-
-