Public Member Functions | Private Attributes | Static Private Attributes
org.apache.xmlrpc.client.XmlRpcClientConfigImpl Class Reference
Inheritance diagram for org.apache.xmlrpc.client.XmlRpcClientConfigImpl:
Inheritance graph
[legend]

List of all members.

Public Member Functions

XmlRpcClientConfigImpl cloneMe ()
URL getServerURL ()
String getUserAgent ()
XmlRpcRequestProcessor getXmlRpcServer ()
void setServerURL (URL pURL)
void setUserAgent (String pUserAgent)
void setXmlRpcServer (XmlRpcRequestProcessor pServer)
 XmlRpcClientConfigImpl ()

Private Attributes

URL serverURL
String userAgent
XmlRpcRequestProcessor xmlRpcServer

Static Private Attributes

static final long serialVersionUID = 4121131450507800889L

Detailed Description

Default implementation of a clients request configuration.

Definition at line 30 of file XmlRpcClientConfigImpl.java.


Constructor & Destructor Documentation

Creates a new client configuration with default settings.

Definition at line 39 of file XmlRpcClientConfigImpl.java.


Member Function Documentation

Creates a clone of this client configuration.

Returns:
A clone of this configuration.

Definition at line 45 of file XmlRpcClientConfigImpl.java.

Returns the HTTP servers URL.

Returns:
XML-RPC servers URL; for example, this may be the URL of a servlet

Implements org.apache.xmlrpc.client.XmlRpcHttpClientConfig.

Definition at line 59 of file XmlRpcClientConfigImpl.java.

Returns the user agent header to use

Returns:
the http user agent header to set when doing xmlrpc requests

Implements org.apache.xmlrpc.client.XmlRpcHttpClientConfig.

Definition at line 74 of file XmlRpcClientConfigImpl.java.

Returns the XmlRpcRequestProcessor being invoked.

Returns:
Server object being invoked. This will typically be a singleton instance, but could as well create a new instance with any call.

Implements org.apache.xmlrpc.common.XmlRpcRequestProcessorFactory.

Definition at line 68 of file XmlRpcClientConfigImpl.java.

Sets the servers URL.

Parameters:
pURLServers URL

Definition at line 56 of file XmlRpcClientConfigImpl.java.

Parameters:
pUserAgentthe http user agent header to set when doing xmlrpc requests

Definition at line 81 of file XmlRpcClientConfigImpl.java.

Returns the XmlRpcRequestProcessor being invoked.

Parameters:
pServerServer object being invoked. This will typically be a singleton instance, but could as well create a new instance with any call.

Definition at line 65 of file XmlRpcClientConfigImpl.java.


Member Data Documentation

final long org.apache.xmlrpc.client.XmlRpcClientConfigImpl.serialVersionUID = 4121131450507800889L [static, private]

Definition at line 32 of file XmlRpcClientConfigImpl.java.

Definition at line 33 of file XmlRpcClientConfigImpl.java.

Definition at line 35 of file XmlRpcClientConfigImpl.java.

Definition at line 34 of file XmlRpcClientConfigImpl.java.


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


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50