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()
ServiceCallServergetIp in interface ServiceCallServerpublic int getPort()
ServiceCallServergetPort in interface ServiceCallServerApache Camel