@Contract @Hk2XmlPreGenerate public interface WebServerBean
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
int |
getAdminPort() |
String |
getName() |
int |
getPort() |
int |
getSSLPort() |
void |
setAddress(String address) |
void |
setAdminPort(int adminPort) |
void |
setName(String name) |
void |
setPort(int port) |
void |
setSSLPort(int sslPort) |
@XmlIdentifier String getName()
void setName(String name)
name - the name to setString getAddress()
void setAddress(String address)
address - the address to setint getAdminPort()
void setAdminPort(int adminPort)
adminPort - the adminPort to setint getSSLPort()
void setSSLPort(int sslPort)
sslPort - the sslPort to setint getPort()
void setPort(int port)
sshPort - the port to setCopyright © 2009–2019 Oracle Corporation. All rights reserved.