org.mule.transport.email
Class SessionDetails

java.lang.Object
  extended by org.mule.transport.email.SessionDetails

public class SessionDetails
extends java.lang.Object


Constructor Summary
SessionDetails(javax.mail.Session session, javax.mail.URLName url)
           
 
Method Summary
 javax.mail.Session getSession()
           
 javax.mail.URLName getUrl()
           
 javax.mail.Store newStore()
           
 javax.mail.Transport newTransport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionDetails

public SessionDetails(javax.mail.Session session,
                      javax.mail.URLName url)
Method Detail

getSession

public javax.mail.Session getSession()

getUrl

public javax.mail.URLName getUrl()

newStore

public javax.mail.Store newStore()
                          throws javax.mail.NoSuchProviderException
Throws:
javax.mail.NoSuchProviderException

newTransport

public javax.mail.Transport newTransport()
                                  throws javax.mail.NoSuchProviderException
Throws:
javax.mail.NoSuchProviderException


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