public static class AbstractServiceProxy.Target extends Object
The destination where the service proxy will send messages to. Use the target element, if you want to send the messages to a static target. If you want to use dynamic destinations have a look at the content based router.
| Constructor and Description |
|---|
Target() |
Target(String host) |
Target(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
SSLParser |
getSslParser() |
String |
getUrl() |
boolean |
isAdjustHostHeader() |
void |
setAdjustHostHeader(boolean adjustHostHeader) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setSslParser(SSLParser sslParser) |
void |
setUrl(String url) |
public Target()
public Target(String host)
public Target(String host, int port)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getUrl()
public void setUrl(String url)
public SSLParser getSslParser()
public void setSslParser(SSLParser sslParser)
public boolean isAdjustHostHeader()
public void setAdjustHostHeader(boolean adjustHostHeader)
Copyright © 2019. All Rights Reserved.