BEAST
eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration Class Reference
Inheritance diagram for eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration:
eu.baltrad.beast.adaptor.IAdaptorConfiguration

Public Member Functions

 XmlRpcAdaptorConfiguration ()
 Default constructor.
 
 XmlRpcAdaptorConfiguration (String name)
 Constructor.
 
String getName ()
 
void setName (String name)
 Sets the name for the adaptor.
 
void setURL (String url)
 Sets an url.
 
String getURL ()
 Returns this url.
 
void setTimeout (long timeout)
 Sets the timeout (before the xmladaptor should assume that the request has gone wrong)
 
long getTimeout ()
 Returns the timeout.
 
String getType ()
 

Static Public Attributes

static final String TYPE = "XMLRPC"
 

Detailed Description

Author
Anders Henja

Constructor & Destructor Documentation

◆ XmlRpcAdaptorConfiguration() [1/2]

eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration.XmlRpcAdaptorConfiguration ( )
inline

Default constructor.

◆ XmlRpcAdaptorConfiguration() [2/2]

eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration.XmlRpcAdaptorConfiguration ( String name)
inline

Constructor.

Parameters
namethe name of the adaptor

Member Function Documentation

◆ getName()

String eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration.getName ( )
inline

◆ getTimeout()

long eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration.getTimeout ( )
inline

Returns the timeout.

Returns
the timeout

◆ getType()

String eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration.getType ( )
inline

◆ getURL()

String eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration.getURL ( )
inline

Returns this url.

Returns
the url to return

◆ setName()

void eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration.setName ( String name)
inline

Sets the name for the adaptor.

Parameters
namethe name of the adaptor

◆ setTimeout()

void eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration.setTimeout ( long timeout)
inline

Sets the timeout (before the xmladaptor should assume that the request has gone wrong)

Parameters
timeoutthe timeout

◆ setURL()

void eu.baltrad.beast.adaptor.xmlrpc.XmlRpcAdaptorConfiguration.setURL ( String url)
inline

Sets an url.

Parameters
urlthe url to set

The documentation for this class was generated from the following file: