Uses of Interface org.apache.xmlrpc.XmlRpcRequestConfig

Uses in package org.apache.xmlrpc.serializer

Methods with parameter type org.apache.xmlrpc.XmlRpcRequestConfig

void
XmlRpcWriter.write(XmlRpcRequestConfig pConfig, Object pResult)
Writes a servers response to the output stream.
void
XmlRpcWriter.write(XmlRpcRequestConfig pConfig, int pCode, String pMessage)
Writes a servers error message to the output stream.
void
XmlRpcWriter.write(XmlRpcRequestConfig pConfig, int pCode, String pMessage, Throwable pThrowable)
Writes a servers error message to the output stream.

Uses in package org.apache.xmlrpc.webserver

Classes implementing org.apache.xmlrpc.XmlRpcRequestConfig

class
Web servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.

Uses in package org.apache.xmlrpc.common

Classes implementing org.apache.xmlrpc.XmlRpcRequestConfig

class
Default implementation of a request configuration.

Uses in package org.apache.xmlrpc.client

Classes implementing org.apache.xmlrpc.XmlRpcRequestConfig

class
Default implementation of a clients request configuration.

Constructors with parameter type org.apache.xmlrpc.XmlRpcRequestConfig

XmlRpcClientRequestImpl.XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig, String pMethodName, List pParams)
Creates a new instance.
XmlRpcClientRequestImpl.XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig, String pMethodName, Object[] pParams)
Creates a new instance.

Methods with return type org.apache.xmlrpc.XmlRpcRequestConfig

XmlRpcRequestConfig

Uses in package org.apache.xmlrpc

Methods with return type org.apache.xmlrpc.XmlRpcRequestConfig

XmlRpcRequestConfig
Returns the request configuration.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.