Package org.apache.camel.component.smpp
Class SmppConnectionFactory
- java.lang.Object
-
- org.apache.camel.component.smpp.SmppConnectionFactory
-
- All Implemented Interfaces:
org.jsmpp.session.connection.ConnectionFactory
public final class SmppConnectionFactory extends Object implements org.jsmpp.session.connection.ConnectionFactory
A Jsmpp ConnectionFactory that creates SSL Sockets.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jsmpp.session.connection.ConnectioncreateConnection(String host, int port)static SmppConnectionFactorygetInstance(SmppConfiguration config)
-
-
-
Method Detail
-
getInstance
public static SmppConnectionFactory getInstance(SmppConfiguration config)
-
createConnection
public org.jsmpp.session.connection.Connection createConnection(String host, int port) throws IOException
- Specified by:
createConnectionin interfaceorg.jsmpp.session.connection.ConnectionFactory- Throws:
IOException
-
-