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 RuntimeEndpoint
public void setProtocol(String protocol)
public String getHost()
getHost
in interface RuntimeEndpoint
public void setHost(String host)
public Integer getPort()
getPort
in interface RuntimeEndpoint
public void setPort(Integer port)
public String getContext()
getContext
in interface RuntimeEndpoint
public void setContext(String context)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.