|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectXmlRpcHttpRequestConfigImpl
org.apache.xmlrpc.client.XmlRpcClientConfigImpl
public class XmlRpcClientConfigImpl
Default implementation of a clients request configuration.
| Constructor Summary | |
|---|---|
XmlRpcClientConfigImpl()
Creates a new client configuration with default settings. |
|
| Method Summary | |
|---|---|
XmlRpcClientConfigImpl |
cloneMe()
Creates a clone of this client configuration. |
java.net.URL |
getServerURL()
Returns the HTTP servers URL. |
XmlRpcRequestProcessor |
getXmlRpcServer()
|
void |
setServerURL(java.net.URL pURL)
Sets the servers URL. |
void |
setXmlRpcServer(XmlRpcRequestProcessor pServer)
Returns the XmlRpcRequestProcessor being invoked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlRpcClientConfigImpl()
| Method Detail |
|---|
public XmlRpcClientConfigImpl cloneMe()
public void setServerURL(java.net.URL pURL)
pURL - Servers URLpublic java.net.URL getServerURL()
XmlRpcHttpClientConfig
getServerURL in interface XmlRpcHttpClientConfigpublic void setXmlRpcServer(XmlRpcRequestProcessor pServer)
XmlRpcRequestProcessor being invoked.
pServer - Server object being invoked. This will typically
be a singleton instance, but could as well create a new
instance with any call.public XmlRpcRequestProcessor getXmlRpcServer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||