Uses of Class
org.apache.camel.component.smpp.SmppEndpoint
-
-
Uses of SmppEndpoint in org.apache.camel.component.smpp
Methods in org.apache.camel.component.smpp that return SmppEndpoint Modifier and Type Method Description SmppEndpointSmppConsumer. getEndpoint()SmppEndpointSmppProducer. getEndpoint()Constructors in org.apache.camel.component.smpp with parameters of type SmppEndpoint Constructor Description MessageReceiverListenerImpl(SmppEndpoint endpoint, org.apache.camel.Processor processor, org.apache.camel.spi.ExceptionHandler exceptionHandler)SmppConsumer(SmppEndpoint endpoint, SmppConfiguration config, org.apache.camel.Processor processor)The constructor which gets a smpp endpoint, a smpp configuration and a processorSmppProducer(SmppEndpoint endpoint, SmppConfiguration config)
-