public class DefaultServiceCallServer extends Object implements ServiceCallServer
Constructor and Description |
---|
DefaultServiceCallServer(String ip,
int port) |
Modifier and Type | Method and Description |
---|---|
String |
getIp()
Gets the IP or hostname of the server hosting the service
|
int |
getPort()
Gets the port number of the server hosting the service
|
String |
toString() |
public DefaultServiceCallServer(String ip, int port)
public String getIp()
ServiceCallServer
getIp
in interface ServiceCallServer
public int getPort()
ServiceCallServer
getPort
in interface ServiceCallServer
Apache Camel