org.mule.transport.email
Class SessionDetails

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

public class SessionDetails
extends Object


Constructor Summary
SessionDetails(Session session, URLName url)
           
 
Method Summary
 Session getSession()
           
 URLName getUrl()
           
 Store newStore()
           
 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(Session session,
                      URLName url)
Method Detail

getSession

public Session getSession()

getUrl

public URLName getUrl()

newStore

public Store newStore()
               throws NoSuchProviderException
Throws:
NoSuchProviderException

newTransport

public Transport newTransport()
                       throws NoSuchProviderException
Throws:
NoSuchProviderException


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