|
Oracle® XML Java API Reference 10g Release 1 (10.1) B12024-02 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.soap.transport.smtp.SMTPUtils
Various SMTP utilities.
Constructor Summary | |
SMTPUtils() |
Method Summary | |
static java.lang.String |
getAddressFromAddressHeader(java.lang.String header) This method takes an SMTP header line like from say "To:" header and extracts the actual email address in there. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SMTPUtils()
Method Detail |
public static java.lang.String getAddressFromAddressHeader(java.lang.String header)
header
- the header line (without the header name - i.e., just the stuff after the first ':').
|
Oracle® XML Java API Reference 10g Release 1 (10.1) B12024-02 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |