ナビゲーション・リンクをスキップ
A C E G H I M N O R S T U W X 

A

AsyncCallback - org.apache.xmlrpc.clientのインタフェース
A callback interface for an asynchronous XML-RPC call.

C

client - クラス の変数org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
ClientFactory - org.apache.xmlrpc.client.utilのクラス
The ClientFactory is a useful tool for simplifying the use of Apache XML-RPC.
ClientFactory(XmlRpcClient, TypeConverterFactory) - クラス のコンストラクタorg.apache.xmlrpc.client.util.ClientFactory
Creates a new instance.
ClientFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.util.ClientFactory
Creates a new instance.
cloneMe() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientConfigImpl
Creates a clone of this client configuration.
close() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
close() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
close() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
close() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport
Closes the connection and ensures, that all resources are being released.
close() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSunHttpTransport
 

E

execute(String, Object[]) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(XmlRpcClientConfig, String, Object[]) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs a request with the given configuration.
execute(String, List) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(XmlRpcClientConfig, String, List) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs a request with the given configuration.
execute(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientWorker
Performs a synchronous request.
execute(XmlRpcRequest, AsyncCallback) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientWorker
Performs an synchronous request.
executeAsync(String, Object[], AsyncCallback) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the clients default configuration.
executeAsync(XmlRpcClientConfig, String, Object[], AsyncCallback) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the given configuration.
executeAsync(String, List, AsyncCallback) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the clients default configuration.
executeAsync(XmlRpcClientConfig, String, List, AsyncCallback) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the given configuration.
executeAsync(XmlRpcRequest, AsyncCallback) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.

G

getClient() - クラス のメソッドorg.apache.xmlrpc.client.util.ClientFactory
Returns the factories client.
getClient() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
Returns the client operating this factory.
getClient() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcTransportImpl
Returns the client, which created this transport.
getClientConfig() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Returns the clients default configuration.
getConfig() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Returns the clients default configuration.
getConfig() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getContentLength() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
 
getController() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientWorker
 
getDefaultXmlRpcWorkerFactory() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
 
getHttpClient() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
Returns the factories HttpClient.
getInputStream() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
getInputStream() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
getInputStream() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
getInputStream() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport
Returns the input stream, from which the response is being read.
getInputStream() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
getMethodName() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getParameter(int) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getParameterCount() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getProxy() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun15HttpTransport
Returns the proxy to use.
getServerURL() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientConfigImpl
 
getServerURL() - インタフェース のメソッドorg.apache.xmlrpc.client.XmlRpcHttpClientConfig
Returns the HTTP servers URL.
getSSLSocketFactory() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLite14HttpTransport
Sets the SSL Socket Factory to use for https connections.
getSSLSocketFactory() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
Sets the SSL Socket Factory to use for https connections.
getSSLSocketFactory() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun14HttpTransport
Returns the SSLSocketFactory used to create secure sockets.
getSSLSocketFactory() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
Returns the SSLSocketFactory to be used by transports.
getStatusCode() - 例外 のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransportException
Get the HTTP status code that resulted in this exception.
getStatusMessage() - 例外 のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransportException
Get the status message returned by the HTTP server.
getTransport() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
 
getTransport() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
 
getTransport() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
 
getTransport() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
 
getTransport() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLocalTransportFactory
 
getTransport() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
 
getTransport() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
 
getTransport() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory
 
getTransport() - インタフェース のメソッドorg.apache.xmlrpc.client.XmlRpcTransportFactory
Returns an instance of XmlRpcTransport.
getTransportFactory() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Returns the clients transport factory.
getURLConnection() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSunHttpTransport
For use by subclasses.
getUserAgent() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientConfigImpl
Returns the user agent header to use
getUserAgent() - インタフェース のメソッドorg.apache.xmlrpc.client.XmlRpcHttpClientConfig
Returns the user agent header to use
getUserAgent() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
getXmlRpcServer() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientConfigImpl
 
getXmlWriterFactory() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Returns the clients instance of XmlWriterFactory.
GzipReqWriter(XmlRpcStreamTransport.ReqWriter) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
 

H

handleError(XmlRpcRequest, Throwable) - インタフェース のメソッドorg.apache.xmlrpc.client.AsyncCallback
Something went wrong, handle error.
handleError(XmlRpcRequest, Throwable) - クラス のメソッドorg.apache.xmlrpc.client.TimingOutCallback
 
handleResult(XmlRpcRequest, Object) - インタフェース のメソッドorg.apache.xmlrpc.client.AsyncCallback
Call went ok, handle result.
handleResult(XmlRpcRequest, Object) - クラス のメソッドorg.apache.xmlrpc.client.TimingOutCallback
 

I

initHttpHeaders(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
initHttpHeaders(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
initHttpHeaders(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun15HttpTransport
 
isCompressingRequest(XmlRpcStreamRequestConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport
 
isObjectMethodLocal() - クラス のメソッドorg.apache.xmlrpc.client.util.ClientFactory
Returns, whether a method declared by the Object class is performed by the local object, rather than by the server.
isRedirectRequired() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
isResponseGzipCompressed() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport
Returns, whether the response is gzip compressed.
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
isUsingByteArrayOutput(XmlRpcHttpClientConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
isUsingByteArrayOutput(XmlRpcHttpClientConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 

M

method - クラス の変数org.apache.xmlrpc.client.XmlRpcCommonsTransport
 

N

newHttpClient() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
newInstance(Class) - クラス のメソッドorg.apache.xmlrpc.client.util.ClientFactory
Creates an object, which is implementing the given interface.
newInstance(ClassLoader, Class) - クラス のメソッドorg.apache.xmlrpc.client.util.ClientFactory
Creates an object, which is implementing the given interface.
newInstance(ClassLoader, Class, String) - クラス のメソッドorg.apache.xmlrpc.client.util.ClientFactory
Creates an object, which is implementing the given interface.
newPostMethod(XmlRpcHttpClientConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
newReqWriter(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
newReqWriter(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
newReqWriter(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport
Creates a new instance of XmlRpcStreamTransport.ReqWriter.
newSocket(boolean, String, int) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLite14HttpTransport
 
newSocket(boolean, String, int) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
newThread(Runnable) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientWorker
 
newTransportFactory(XmlRpcClient) - クラス のstaticメソッドorg.apache.xmlrpc.client.XmlRpcClientDefaults
Creates a new transport factory for the given client.
newURLConnection(URL) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun14HttpTransport
 
newURLConnection(URL) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun15HttpTransport
 
newURLConnection(URL) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
newWorker() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientWorkerFactory
Creates a new worker instance.
newXMLReader() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport
 
newXmlRpcClientConfig() - クラス のstaticメソッドorg.apache.xmlrpc.client.XmlRpcClientDefaults
Creates a new instance of XmlRpcClientConfig.
newXmlWriterFactory() - クラス のstaticメソッドorg.apache.xmlrpc.client.XmlRpcClientDefaults
Creates a new XmlWriterFactory.

O

org.apache.xmlrpc.client - パッケージ org.apache.xmlrpc.client
 
org.apache.xmlrpc.client.util - パッケージ org.apache.xmlrpc.client.util
 

R

readResponse(XmlRpcStreamRequestConfig, InputStream) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport
 
ReqWriterImpl(XmlRpcRequest) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
 
resetClientForRedirect() - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 

S

sendRequest(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
sendRequest(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
sendRequest(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLocalTransport
 
sendRequest(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport
 
sendRequest(XmlRpcRequest) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
sendRequest(XmlRpcRequest) - インタフェース のメソッドorg.apache.xmlrpc.client.XmlRpcTransport
Send an XML-RPC message.
setCompressionHeaders(XmlRpcHttpClientConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
setConfig(XmlRpcClientConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Sets the clients default configuration.
setContentLength(int) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
setContentLength(int) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
setCredentials(XmlRpcHttpClientConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
setCredentials(XmlRpcHttpClientConfig) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
setHttpClient(HttpClient) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
Sets the factories HttpClient.
setObjectMethodLocal(boolean) - クラス のメソッドorg.apache.xmlrpc.client.util.ClientFactory
Sets, whether a method declared by the Object class is performed by the local object, rather than by the server.
setProxy(Proxy) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun15HttpTransport
Sets the proxy to use.
setProxy(String, int) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
Sets the proxy to use.
setProxy(Proxy) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
Sets the proxy to use.
setRequestHeader(String, String) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
setRequestHeader(String, String) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
setRequestHeader(String, String) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
setRequestHeader(String, String) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
setServerURL(URL) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientConfigImpl
Sets the servers URL.
setSSLSocketFactory(SSLSocketFactory) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLite14HttpTransport
Returns the SSL Socket Factory to use for https connections.
setSSLSocketFactory(SSLSocketFactory) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
Returns the SSL Socket Factory to use for https connections.
setSSLSocketFactory(SSLSocketFactory) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun14HttpTransport
Sets the SSLSocketFactory used to create secure sockets.
setSSLSocketFactory(SSLSocketFactory) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
Sets the SSLSocketFactory to be used by transports.
setTransportFactory(XmlRpcTransportFactory) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Sets the clients transport factory.
setUserAgent(String) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientConfigImpl
 
setXmlRpcServer(XmlRpcRequestProcessor) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClientConfigImpl
Returns the XmlRpcRequestProcessor being invoked.
setXmlWriterFactory(XmlWriterFactory) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcClient
Sets the clients instance of XmlWriterFactory.

T

TimeoutException(int, String) - 例外 のコンストラクタorg.apache.xmlrpc.client.TimingOutCallback.TimeoutException
Creates a new instance with the given error code and error message.
TimingOutCallback - org.apache.xmlrpc.clientのクラス
A callback object that can wait up to a specified amount of time for the XML-RPC response.
TimingOutCallback(long) - クラス のコンストラクタorg.apache.xmlrpc.client.TimingOutCallback
Waits the specified number of milliseconds for a response.
TimingOutCallback.TimeoutException - org.apache.xmlrpc.clientの例外
This exception is thrown, if the request times out.

U

USER_AGENT - クラス のstatic変数org.apache.xmlrpc.client.XmlRpcHttpTransport
The user agent string.

W

waitForResponse() - クラス のメソッドorg.apache.xmlrpc.client.TimingOutCallback
Called to wait for the response.
write(OutputStream) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
 
write(OutputStream) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
 
write(OutputStream) - インタフェース のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriter
Writes the requests data to the given output stream.
write(OutputStream) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
Writes the requests uncompressed XML data to the given output stream.
writeRequest(XmlRpcStreamTransport.ReqWriter) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcCommonsTransport
 
writeRequest(XmlRpcStreamTransport.ReqWriter) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
writeRequest(XmlRpcStreamTransport.ReqWriter) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
writeRequest(XmlRpcStreamTransport.ReqWriter) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcStreamTransport
 
writeRequest(XmlRpcStreamTransport.ReqWriter) - クラス のメソッドorg.apache.xmlrpc.client.XmlRpcSunHttpTransport
 

X

XmlRpcClient - org.apache.xmlrpc.clientのクラス
The main access point of an XML-RPC client.
XmlRpcClient() - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcClient
 
XmlRpcClientConfig - org.apache.xmlrpc.clientのインタフェース
This interface is being implemented by an Apache XML-RPC clients configuration object.
XmlRpcClientConfigImpl - org.apache.xmlrpc.clientのクラス
Default implementation of a clients request configuration.
XmlRpcClientConfigImpl() - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcClientConfigImpl
Creates a new client configuration with default settings.
XmlRpcClientDefaults - org.apache.xmlrpc.clientのクラス
This class is responsible to provide default settings.
XmlRpcClientDefaults() - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcClientDefaults
 
XmlRpcClientException - org.apache.xmlrpc.clientの例外
This is thrown by many of the client classes if an error occured processing and XML-RPC request or response due to client side processing.
XmlRpcClientException(String, Throwable) - 例外 のコンストラクタorg.apache.xmlrpc.client.XmlRpcClientException
Create an XmlRpcClientException with the given message and underlying cause exception.
XmlRpcClientRequestImpl - org.apache.xmlrpc.clientのクラス
Default implementation of XmlRpcRequest.
XmlRpcClientRequestImpl(XmlRpcRequestConfig, String, Object[]) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcClientRequestImpl
Creates a new instance.
XmlRpcClientRequestImpl(XmlRpcRequestConfig, String, List) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcClientRequestImpl
Creates a new instance.
XmlRpcClientWorker - org.apache.xmlrpc.clientのクラス
Object, which performs a request on the clients behalf.
XmlRpcClientWorker(XmlRpcClientWorkerFactory) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcClientWorker
Creates a new instance.
XmlRpcClientWorkerFactory - org.apache.xmlrpc.clientのクラス
A worker factory for the client, creating instances of XmlRpcClientWorker.
XmlRpcClientWorkerFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcClientWorkerFactory
Creates a new instance.
XmlRpcCommonsTransport - org.apache.xmlrpc.clientのクラス
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
XmlRpcCommonsTransport(XmlRpcCommonsTransportFactory) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcCommonsTransport
Creates a new instance.
XmlRpcCommonsTransportFactory - org.apache.xmlrpc.clientのクラス
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
XmlRpcCommonsTransportFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
Creates a new instance.
XmlRpcHttpClientConfig - org.apache.xmlrpc.clientのインタフェース
Extension of XmlRpcClientConfig for HTTP based transport.
XmlRpcHttpTransport - org.apache.xmlrpc.clientのクラス
Abstract base implementation of an HTTP transport.
XmlRpcHttpTransport(XmlRpcClient, String) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcHttpTransport
 
XmlRpcHttpTransport.ByteArrayReqWriter - org.apache.xmlrpc.clientのクラス
 
XmlRpcHttpTransportException - org.apache.xmlrpc.clientの例外
Exception thrown if the HTTP status code sent by the server indicates that the request could not be processed.
XmlRpcHttpTransportException(int, String) - 例外 のコンストラクタorg.apache.xmlrpc.client.XmlRpcHttpTransportException
Creates a new instance with the specified HTTP status code and HTTP status message.
XmlRpcHttpTransportException(int, String, String) - 例外 のコンストラクタorg.apache.xmlrpc.client.XmlRpcHttpTransportException
Construct a new XmlRpcHttpTransportException with the specified HTTP status code, HTTP status message, and exception message.
XmlRpcLite14HttpTransport - org.apache.xmlrpc.clientのクラス
A "light" HTTP transport implementation for Java 1.4.
XmlRpcLite14HttpTransport(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcLite14HttpTransport
Creates a new instance.
XmlRpcLite14HttpTransportFactory - org.apache.xmlrpc.clientのクラス
Java 1.4 specific factory for the lite HTTP transport, XmlRpcLiteHttpTransport.
XmlRpcLite14HttpTransportFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
Creates a new instance.
XmlRpcLiteHttpTransport - org.apache.xmlrpc.clientのクラス
A "light" HTTP transport implementation.
XmlRpcLiteHttpTransport(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcLiteHttpTransport
Creates a new instance.
XmlRpcLiteHttpTransportFactory - org.apache.xmlrpc.clientのクラス
Factory for the lite HTTP transport, XmlRpcLiteHttpTransport.
XmlRpcLiteHttpTransportFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
Creates a new instance.
XmlRpcLocalClientConfig - org.apache.xmlrpc.clientのインタフェース
Interface of a client configuration for local rpc calls.
XmlRpcLocalStreamTransport - org.apache.xmlrpc.clientのクラス
Another local transport for debugging and testing.
XmlRpcLocalStreamTransport(XmlRpcClient, XmlRpcStreamRequestProcessor) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcLocalStreamTransport
Creates a new instance.
XmlRpcLocalStreamTransportFactory - org.apache.xmlrpc.clientのクラス
Another local transport factory for debugging and testing.
XmlRpcLocalStreamTransportFactory(XmlRpcClient, XmlRpcStreamRequestProcessor) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
Creates a new instance.
XmlRpcLocalTransport - org.apache.xmlrpc.clientのクラス
The default implementation of a local transport.
XmlRpcLocalTransport(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcLocalTransport
Creates a new instance.
XmlRpcLocalTransportFactory - org.apache.xmlrpc.clientのクラス
A transport factory being used for local XML-RPC calls.
XmlRpcLocalTransportFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcLocalTransportFactory
Creates a new instance, operated by the given client.
XmlRpcStreamTransport - org.apache.xmlrpc.clientのクラス
Implementation of a transport class, which is based on an output stream for sending the request and an input stream for receiving the response,
XmlRpcStreamTransport(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcStreamTransport
Creates a new instance on behalf of the given client.
XmlRpcStreamTransport.GzipReqWriter - org.apache.xmlrpc.clientのクラス
 
XmlRpcStreamTransport.ReqWriter - org.apache.xmlrpc.clientのインタフェース
 
XmlRpcStreamTransport.ReqWriterImpl - org.apache.xmlrpc.clientのクラス
 
XmlRpcStreamTransportFactory - org.apache.xmlrpc.clientのクラス
Abstract base implementation of a factory for stream transports.
XmlRpcStreamTransportFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcStreamTransportFactory
 
XmlRpcSun14HttpTransport - org.apache.xmlrpc.clientのクラス
Default implementation of an HTTP transport in Java 1.4, based on the HttpURLConnection class.
XmlRpcSun14HttpTransport(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcSun14HttpTransport
Creates a new instance.
XmlRpcSun14HttpTransportFactory - org.apache.xmlrpc.clientのクラス
Default implementation of an HTTP transport factory in Java 1.4, based on the HttpURLConnection class.
XmlRpcSun14HttpTransportFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
Creates a new factory, which creates transports for the given client.
XmlRpcSun15HttpTransport - org.apache.xmlrpc.clientのクラス
Default implementation of an HTTP transport in Java 1.4, based on the HttpURLConnection class.
XmlRpcSun15HttpTransport(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcSun15HttpTransport
Creates a new instance.
XmlRpcSun15HttpTransportFactory - org.apache.xmlrpc.clientのクラス
Default implementation of an HTTP transport in Java 1.5, based on the HttpURLConnection class.
XmlRpcSun15HttpTransportFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
Creates a new factory, which creates transports for the given client.
XmlRpcSunHttpTransport - org.apache.xmlrpc.clientのクラス
Default implementation of an HTTP transport, based on the HttpURLConnection class.
XmlRpcSunHttpTransport(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcSunHttpTransport
Creates a new instance.
XmlRpcSunHttpTransportFactory - org.apache.xmlrpc.clientのクラス
Default implementation of a HTTP transport factory, based on the HttpURLConnection class.
XmlRpcSunHttpTransportFactory(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory
Creates a new factory, which creates transports for the given client.
XmlRpcTransport - org.apache.xmlrpc.clientのインタフェース
Interface from XML-RPC to an underlying transport, most likely based on HTTP.
XmlRpcTransportFactory - org.apache.xmlrpc.clientのインタフェース
Interface of an object creating instances of XmlRpcTransport.
XmlRpcTransportFactoryImpl - org.apache.xmlrpc.clientのクラス
Abstract base implementation of an XmlRpcTransportFactory.
XmlRpcTransportFactoryImpl(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
Creates a new instance.
XmlRpcTransportImpl - org.apache.xmlrpc.clientのクラス
Abstract base implementation of an XmlRpcTransport.
XmlRpcTransportImpl(XmlRpcClient) - クラス のコンストラクタorg.apache.xmlrpc.client.XmlRpcTransportImpl
Creates a new instance.
A C E G H I M N O R S T U W X 
ナビゲーション・リンクをスキップ