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
public class MllpEndpointConfiguration extends AuditableEndpointConfiguration
Configuration of an MLLP endpoint.- Author:
- Dmytro Rud
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
UNKNOWN_URI
-
Constructor Summary
Constructors Modifier Constructor Description protected
MllpEndpointConfiguration(MllpComponent<?,?> component, String uri, Map<String,Object> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientAuthType
getClientAuthType()
org.apache.mina.filter.codec.ProtocolCodecFactory
getCodecFactory()
ConsumerDispatchingInterceptor
getDispatcher()
int
getSegmentFragmentationThreshold()
String[]
getSslCiphers()
SSLContext
getSslContext()
String[]
getSslProtocols()
boolean
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
-
-
-
-
Field Detail
-
UNKNOWN_URI
protected static final String UNKNOWN_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCodecFactory
public org.apache.mina.filter.codec.ProtocolCodecFactory getCodecFactory()
-
getSslContext
public SSLContext getSslContext()
-
getClientAuthType
public ClientAuthType getClientAuthType()
-
getSslProtocols
public String[] getSslProtocols()
-
getSslCiphers
public String[] getSslCiphers()
-
isSupportSegmentFragmentation
public boolean isSupportSegmentFragmentation()
-
getSegmentFragmentationThreshold
public int getSegmentFragmentationThreshold()
-
getDispatcher
public ConsumerDispatchingInterceptor getDispatcher()
-
-