public class STOMPClient extends AbstractInterceptor
Interceptor.Flowid, name, router| Constructor and Description |
|---|
STOMPClient() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
getConnectionConfiguration() |
String |
getHost() |
int |
getPort() |
SSLParser |
getSslOutboundParser() |
Outcome |
handleRequest(Exchange exc) |
void |
init()
Called after parsing is complete and this has been added to the object tree (whose root is Router).
|
void |
setConnectionConfiguration(ConnectionConfiguration connectionConfiguration) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setSslOutboundParser(SSLParser sslParser) |
getDisplayName, getFlow, getHelpId, getId, getLongDescription, getRouter, getRule, getShortDescription, handleAbort, handleResponse, init, setDisplayName, setFlow, setIdpublic int getPort()
public void setPort(int port)
public String getHost()
public void setHost(String host)
public ConnectionConfiguration getConnectionConfiguration()
public void setConnectionConfiguration(ConnectionConfiguration connectionConfiguration)
public SSLParser getSslOutboundParser()
public void setSslOutboundParser(SSLParser sslParser)
public void init()
throws Exception
AbstractInterceptorinit in class AbstractInterceptorExceptionpublic Outcome handleRequest(Exchange exc) throws Exception
handleRequest in interface InterceptorhandleRequest in class AbstractInterceptorExceptionCopyright © 2021. All Rights Reserved.