public class BaseRuntimeEndpoint extends Object implements RuntimeEndpoint
| Constructor and Description |
|---|
BaseRuntimeEndpoint()
No-args constructor for enabling marshalling to work, please do not remove.
|
BaseRuntimeEndpoint(String protocol,
String host,
Integer port,
String context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContext() |
String |
getHost() |
Integer |
getPort() |
String |
getProtocol() |
int |
hashCode() |
void |
setContext(String context) |
void |
setHost(String host) |
void |
setPort(Integer port) |
void |
setProtocol(String protocol) |
String |
toString() |
public BaseRuntimeEndpoint()
public String getProtocol()
getProtocol in interface RuntimeEndpointpublic void setProtocol(String protocol)
public String getHost()
getHost in interface RuntimeEndpointpublic void setHost(String host)
public Integer getPort()
getPort in interface RuntimeEndpointpublic void setPort(Integer port)
public String getContext()
getContext in interface RuntimeEndpointpublic void setContext(String context)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.