public class SmtpServer extends Object
| Constructor and Description |
|---|
SmtpServer() |
SmtpServer(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
host() |
SmtpServer |
host(String host) |
String |
jndiName() |
String |
name() |
String |
outboundSocketBindingRef() |
SmtpServer |
outboundSocketBindingRef(String bindingReference) |
String |
port() |
SmtpServer |
port(String port) |
public SmtpServer()
public SmtpServer(String name)
public String name()
public SmtpServer host(String host)
public String host()
public SmtpServer port(String port)
public String port()
public SmtpServer outboundSocketBindingRef(String bindingReference)
public String outboundSocketBindingRef()
public String jndiName()
Copyright © 2015 JBoss by Red Hat. All rights reserved.