|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Service
javax.mail.Transport
org.apache.geronimo.mail.AbstractTransport
Apache implementation of a generic transport. May be subclassed for optimisation for specific protocols.
Field Summary |
Fields inherited from class javax.mail.Service |
debug, session, url |
Constructor Summary | |
AbstractTransport(javax.mail.Session session,
javax.mail.URLName name)
Create a Transport against the given session and name |
Methods inherited from class javax.mail.Transport |
addTransportListener, notifyTransportListeners, removeTransportListener, send, send, sendMessage |
Methods inherited from class javax.mail.Service |
addConnectionListener, close, connect, connect, connect, finalize, getURLName, isConnected, notifyConnectionListeners, protocolConnect, queueEvent, removeConnectionListener, setConnected, setURLName, toString |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AbstractTransport(javax.mail.Session session, javax.mail.URLName name)
session
- the Session
this transport is associated withname
- the @{link URLName} of this transport
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |