public class MllpEndpointConfiguration extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
MllpEndpointConfiguration(MllpComponent component,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
org.openehealth.ipf.commons.ihe.core.ClientAuthType |
getClientAuthType() |
org.apache.mina.filter.codec.ProtocolCodecFactory |
getCodecFactory() |
String[] |
getCustomInterceptorBeans() |
List<Hl7v2InterceptorFactory> |
getCustomInterceptorFactories() |
ConsumerDispatchingInterceptor |
getDispatcher() |
int |
getSegmentFragmentationThreshold() |
String[] |
getSslCiphers() |
SSLContext |
getSslContext() |
String[] |
getSslProtocols() |
boolean |
isAudit() |
boolean |
isSupportSegmentFragmentation() |
public org.apache.mina.filter.codec.ProtocolCodecFactory getCodecFactory()
public boolean isAudit()
public SSLContext getSslContext()
public String[] getCustomInterceptorBeans()
public List<Hl7v2InterceptorFactory> getCustomInterceptorFactories()
public org.openehealth.ipf.commons.ihe.core.ClientAuthType getClientAuthType()
public String[] getSslProtocols()
public String[] getSslCiphers()
public boolean isSupportSegmentFragmentation()
public int getSegmentFragmentationThreshold()
public ConsumerDispatchingInterceptor getDispatcher()
Copyright © 2015 Open eHealth Foundation. All rights reserved.