Uses of Class
org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpDispatchEndpointConfiguration
-
Packages that use MllpDispatchEndpointConfiguration Package Description org.openehealth.ipf.platform.camel.ihe.mllp.core -
-
Uses of MllpDispatchEndpointConfiguration in org.openehealth.ipf.platform.camel.ihe.mllp.core
Methods in org.openehealth.ipf.platform.camel.ihe.mllp.core that return MllpDispatchEndpointConfiguration Modifier and Type Method Description protected MllpDispatchEndpointConfigurationMllpDispatchComponent. createConfig(String uri, Map<String,Object> parameters)Methods in org.openehealth.ipf.platform.camel.ihe.mllp.core with parameters of type MllpDispatchEndpointConfiguration Modifier and Type Method Description protected MllpEndpoint<?,?,?>MllpDispatchComponent. createEndpoint(org.apache.camel.component.netty.NettyEndpoint wrappedEndpoint, MllpDispatchEndpointConfiguration config)Constructors in org.openehealth.ipf.platform.camel.ihe.mllp.core with parameters of type MllpDispatchEndpointConfiguration Constructor Description MllpDispatchEndpoint(MllpDispatchComponent mllpComponent, org.apache.camel.component.netty.NettyEndpoint wrappedEndpoint, MllpDispatchEndpointConfiguration config)Constructor parameters in org.openehealth.ipf.platform.camel.ihe.mllp.core with type arguments of type MllpDispatchEndpointConfiguration Constructor Description MllpDispatchEndpointConfiguration(MllpComponent<MllpDispatchEndpointConfiguration,MllpAuditDataset> component, String uri, Map<String,Object> parameters)
-