org.mule.transport.email
Class SmtpsSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by javax.net.ssl.SSLSocketFactory
          extended by org.mule.api.security.tls.TlsPropertiesSocketFactory
              extended by org.mule.transport.email.SmtpsSocketFactory

public class SmtpsSocketFactory
extends TlsPropertiesSocketFactory

A socket factor that reads "indirect" configuration (see TlsConfiguration) for SMTPS from System properties.


Field Summary
static String MULE_SMTPS_NAMESPACE
           
 
Constructor Summary
SmtpsSocketFactory()
           
 
Method Summary
static SocketFactory getDefault()
           
 
Methods inherited from class org.mule.api.security.tls.TlsPropertiesSocketFactory
createSocket, createSocket, createSocket, createSocket, createSocket, createSocket, getDefaultCipherSuites, getSupportedCipherSuites
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULE_SMTPS_NAMESPACE

public static final String MULE_SMTPS_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

SmtpsSocketFactory

public SmtpsSocketFactory()
Method Detail

getDefault

public static SocketFactory getDefault()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.