org.mule.transport.email
Class SessionDetails
java.lang.Object
org.mule.transport.email.SessionDetails
public class SessionDetails
- extends java.lang.Object
Constructor Summary |
SessionDetails(javax.mail.Session session,
javax.mail.URLName url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionDetails
public SessionDetails(javax.mail.Session session,
javax.mail.URLName url)
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.