|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClientExt.edu.internet2.middleware.grouperClientMail.GrouperClientEmail
public class GrouperClientEmail
use this chaining utility to send email
Constructor Summary | |
---|---|
GrouperClientEmail()
|
Method Summary | |
---|---|
static void |
main(String[] args)
try an email |
void |
send()
send the email |
GrouperClientEmail |
setBody(String theBody)
set the body |
GrouperClientEmail |
setFrom(String theFrom)
set the from address |
GrouperClientEmail |
setSubject(String theSubject)
set subject |
GrouperClientEmail |
setTo(String theToAddress)
set the to address |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrouperClientEmail()
Method Detail |
---|
public GrouperClientEmail setTo(String theToAddress)
theToAddress
-
public GrouperClientEmail setSubject(String theSubject)
theSubject
-
public GrouperClientEmail setBody(String theBody)
theBody
-
public GrouperClientEmail setFrom(String theFrom)
theFrom
-
public static void main(String[] args)
args
- public void send()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |