Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.mockobjects.MockObject
com.mockobjects.mail.MockSession
Method Summary | |
boolean |
|
Session |
|
Session |
|
Folder | |
Folder |
|
Folder |
|
Session |
|
Session |
|
PasswordAuthentication |
|
Properties | |
String |
|
Provider |
|
Provider[] | |
Store |
|
Store |
|
Store |
|
Store |
|
Transport | |
Transport |
|
Transport |
|
Transport |
|
Transport |
|
javax.mail.Session | |
PasswordAuthentication |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class com.mockobjects.MockObject | |
notImplemented , notYetImplemented , verify |
public Session getDefaultInstance(Properties props)
- Specified by:
- getDefaultInstance in interface Session
public Session getDefaultInstance(Properties props, Authenticator authenticator)
- Specified by:
- getDefaultInstance in interface Session
public Folder getFolder()
public Folder getFolder(Store store)
public Session getInstance(Properties props)
- Specified by:
- getInstance in interface Session
public Session getInstance(Properties props, Authenticator authenticator)
- Specified by:
- getInstance in interface Session
public PasswordAuthentication getPasswordAuthentication(URLName url)
- Specified by:
- getPasswordAuthentication in interface Session
public Transport getTransport(Address address)
- Specified by:
- getTransport in interface Session
public Transport getTransport(Provider provider)
- Specified by:
- getTransport in interface Session
public Transport getTransport(String aTransportName)
- Specified by:
- getTransport in interface Session
public Transport getTransport(URLName url)
- Specified by:
- getTransport in interface Session
public javax.mail.Session getWrappedSession()
- Specified by:
- getWrappedSession in interface Session
public PasswordAuthentication requestPasswordAuthentication(java.net.InetAddress address, int port, String protocol, String prompt, String defaultUserName)
- Specified by:
- requestPasswordAuthentication in interface Session
public void setExpectedDebug(boolean aDebug)
public void setExpectedTransport(String aTransportName)
public void setPasswordAuthentication(URLName url, PasswordAuthentication passwordAuthentication)
- Specified by:
- setPasswordAuthentication in interface Session