|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A mail config interface contains both - the input and the output.
Nested Class Summary | |
static interface |
MailConfig.Input
An input configuration. |
static interface |
MailConfig.Output
An output configuration. |
Method Summary | |
MailConfig.Input |
getInput()
Gets an input configuration. |
MailConfig.Output |
getOutput()
Gets an output configuration. |
MailConfig.Input |
newInput()
Creates new input configuration. |
MailConfig.Output |
newOutput()
Creates new output configuration. |
void |
setInput(MailConfig.Input input)
Sets an input configuration. |
void |
setOutput(MailConfig.Output output)
Sets an output configuration. |
Methods inherited from interface org.idoox.transport.config.TransportConfig |
getClassName, getClassSpaceName, getDefaultServer, getName, getPreload, getScheme, setClassName, setClassSpaceName, setDefaultServer, setName, setPreload, setScheme |
Method Detail |
public MailConfig.Output getOutput()
public void setOutput(MailConfig.Output output)
output
- the outputpublic MailConfig.Output newOutput()
public MailConfig.Input getInput()
public void setInput(MailConfig.Input input)
input
- the inputpublic MailConfig.Input newInput()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |