The XMLRPC adaptor.
More...
|
static void | main (String[] args) throws Throwable |
|
|
XmlRpcClientConfigImpl | createConfig () |
| Creates a new instance of the XmlRpcClientConfig.
|
|
URL | createUrl (String url) |
| Creates an url from an url.
|
|
TimingOutCallback | createTimeout (long timeout) |
| Returns a timing callback.
|
|
The XMLRPC adaptor.
- Author
- Anders Henja
◆ XmlRpcAdaptor()
eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.XmlRpcAdaptor |
( |
| ) |
|
|
inline |
◆ createConfig()
XmlRpcClientConfigImpl eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.createConfig |
( |
| ) |
|
|
inlineprotected |
Creates a new instance of the XmlRpcClientConfig.
- Returns
- the xml rpc config
◆ createTimeout()
TimingOutCallback eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.createTimeout |
( |
long | timeout | ) |
|
|
inlineprotected |
Returns a timing callback.
- Parameters
-
- Returns
- the timing callback
◆ createUrl()
URL eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.createUrl |
( |
String | url | ) |
|
|
inlineprotected |
Creates an url from an url.
- Parameters
-
- Returns
- the url
- Exceptions
-
◆ getGenerator()
Returns the command generator.
- Returns
- the command generator
◆ getName()
String eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.getName |
( |
| ) |
|
|
inline |
◆ getTimeout()
long eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.getTimeout |
( |
| ) |
|
|
inline |
Returns the timeout.
- Returns
- the timeout
◆ getType()
String eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.getType |
( |
| ) |
|
|
inline |
◆ getUrl()
String eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.getUrl |
( |
| ) |
|
|
inline |
Returns the url.
- Returns
- the url
◆ handle() [1/2]
◆ handle() [2/2]
void eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.handle |
( |
IBltMessage | msg | ) |
|
|
inline |
◆ setCallback()
void eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.setCallback |
( |
IAdaptorCallback | cb | ) |
|
|
inline |
Sets the callback to use.
- Parameters
-
◆ setGenerator()
Sets the command generator.
- Parameters
-
generator | - the generator to set |
◆ setName()
void eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.setName |
( |
String | name | ) |
|
|
inline |
Sets the name of this adaptor.
- Parameters
-
name | the name of this adaptor |
◆ setSystemReporter()
void eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.setSystemReporter |
( |
ISystemReporter | reporter | ) |
|
|
inline |
Sets the beast reporter.
- Parameters
-
◆ setTimeout()
void eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.setTimeout |
( |
long | timeout | ) |
|
|
inline |
Sets the timeout.
- Parameters
-
◆ setUrl()
void eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptor.setUrl |
( |
String | url | ) |
|
|
inline |
The destination url for the rpc server.
- Parameters
-
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/adaptor/xmlrpc/XmlRpcAdaptor.java