|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.XmlRpcConfigImpl
org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
org.apache.xmlrpc.client.XmlRpcClientConfigImpl
public class XmlRpcClientConfigImpl
Default implementation of a clients request configuration.
Field Summary |
---|
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
---|
UTF8_ENCODING |
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
---|
UTF8_ENCODING |
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()
Returns the XmlRpcRequestProcessor being invoked. |
void |
setServerURL(java.net.URL pURL)
Sets the servers URL. |
void |
setXmlRpcServer(XmlRpcRequestProcessor pServer)
Returns the XmlRpcRequestProcessor being invoked. |
Methods inherited from class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl |
---|
getBasicPassword, getBasicUserName, getConnectionTimeout, getReplyTimeout, isGzipCompressing, isGzipRequesting, setBasicPassword, setBasicUserName, setConnectionTimeout, setGzipCompressing, setGzipRequesting, setReplyTimeout |
Methods inherited from class org.apache.xmlrpc.XmlRpcConfigImpl |
---|
getBasicEncoding, getEncoding, getTimeZone, isContentLengthOptional, isEnabledForExtensions, setBasicEncoding, setContentLengthOptional, setEnabledForExtensions, setEncoding, setTimeZone |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig |
---|
getBasicPassword, getBasicUserName, getConnectionTimeout, getReplyTimeout |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig |
---|
isGzipCompressing, isGzipRequesting |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
---|
getEncoding |
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig |
---|
getTimeZone, isEnabledForExtensions |
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig |
---|
getTimeZone, isEnabledForExtensions |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig |
---|
getBasicEncoding, isContentLengthOptional |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
---|
getEncoding |
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig |
---|
getTimeZone, isEnabledForExtensions |
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 XmlRpcHttpClientConfig
public 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()
XmlRpcRequestProcessorFactory
XmlRpcRequestProcessor
being invoked.
getXmlRpcServer
in interface XmlRpcRequestProcessorFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |