Uses of Class
org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpEndpoint
-
Packages that use MllpEndpoint Package Description org.openehealth.ipf.platform.camel.ihe.mllp.core -
-
Uses of MllpEndpoint in org.openehealth.ipf.platform.camel.ihe.mllp.core
Subclasses of MllpEndpoint in org.openehealth.ipf.platform.camel.ihe.mllp.core Modifier and Type Class Description classMllpDispatchEndpointMLLP dispatching Camel endpoint.classMllpTransactionEndpoint<AuditDatasetType extends MllpAuditDataset>Camel endpoint for MLLP-based eHealth transactions (like IHE PIX, PDQ, XAD-PID, etc.).Methods in org.openehealth.ipf.platform.camel.ihe.mllp.core that return MllpEndpoint Modifier and Type Method Description protected abstract MllpEndpoint<?,?,?>MllpComponent. createEndpoint(org.apache.camel.component.mina.MinaEndpoint wrappedEndpoint, ConfigType config)Creates an endpoint object.protected MllpEndpoint<?,?,?>MllpDispatchComponent. createEndpoint(org.apache.camel.component.mina.MinaEndpoint wrappedEndpoint, MllpDispatchEndpointConfiguration config)protected MllpEndpoint<?,?,?>MllpTransactionComponent. createEndpoint(org.apache.camel.component.mina.MinaEndpoint wrappedEndpoint, MllpTransactionEndpointConfiguration config)
-