org.apache.camel.component.smpp
Class SmppSSLConnectionFactory

java.lang.Object
  extended by org.apache.camel.component.smpp.SmppSSLConnectionFactory
All Implemented Interfaces:
org.jsmpp.session.connection.ConnectionFactory

public final class SmppSSLConnectionFactory
extends Object
implements org.jsmpp.session.connection.ConnectionFactory

A Jsmpp ConnectionFactory that creates SSL Sockets.

Version:
$Revision: 954209 $

Method Summary
 org.jsmpp.session.connection.Connection createConnection(String host, int port)
           
static SmppSSLConnectionFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SmppSSLConnectionFactory getInstance()

createConnection

public org.jsmpp.session.connection.Connection createConnection(String host,
                                                                int port)
                                                         throws IOException
Specified by:
createConnection in interface org.jsmpp.session.connection.ConnectionFactory
Throws:
IOException


Apache CAMEL