Uses of Class
org.apache.camel.component.mllp.MllpConfiguration
-
Packages that use MllpConfiguration Package Description org.apache.camel.component.mllp -
-
Uses of MllpConfiguration in org.apache.camel.component.mllp
Methods in org.apache.camel.component.mllp that return MllpConfiguration Modifier and Type Method Description MllpConfigurationMllpConfiguration. copy()MllpConfigurationMllpComponent. getConfiguration()MllpConfigurationMllpEndpoint. getConfiguration()MllpConfigurationMllpTcpClientProducer. getConfiguration()MllpConfigurationMllpTcpServerConsumer. getConfiguration()Methods in org.apache.camel.component.mllp with parameters of type MllpConfiguration Modifier and Type Method Description voidMllpConfiguration. copy(MllpConfiguration source)static voidMllpConfiguration. copy(MllpConfiguration source, MllpConfiguration target)voidMllpComponent. setConfiguration(MllpConfiguration configuration)Sets the default configuration to use when creating MLLP endpoints.voidMllpEndpoint. setConfiguration(MllpConfiguration configuration)Constructors in org.apache.camel.component.mllp with parameters of type MllpConfiguration Constructor Description MllpEndpoint(String uri, MllpComponent component, MllpConfiguration configuration)
-