public class SmtpServer extends Object
| Constructor and Description |
|---|
SmtpServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
outboundSocketBindingRef()
Outbound Socket binding to mail server
|
SmtpServer |
outboundSocketBindingRef(String value)
Outbound Socket binding to mail server
|
String |
password()
Password to authenticate on server
|
SmtpServer |
password(String value)
Password to authenticate on server
|
Boolean |
ssl()
Does server require SSL?
|
SmtpServer |
ssl(Boolean value)
Does server require SSL?
|
Boolean |
tls()
Does server require TLS?
|
SmtpServer |
tls(Boolean value)
Does server require TLS?
|
String |
username()
Username to authenticate on server
|
SmtpServer |
username(String value)
Username to authenticate on server
|
public String getKey()
public String outboundSocketBindingRef()
public SmtpServer outboundSocketBindingRef(String value)
public String password()
public SmtpServer password(String value)
public Boolean ssl()
public SmtpServer ssl(Boolean value)
public Boolean tls()
public SmtpServer tls(Boolean value)
public String username()
public SmtpServer username(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.