A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractReflectiveHandlerMapping - Class in org.apache.xmlrpc.server
-
Abstract base class of handler mappings, which are using reflection.
- AbstractReflectiveHandlerMapping() - Constructor for class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- AbstractReflectiveHandlerMapping.AuthenticationHandler - Interface in org.apache.xmlrpc.server
-
An object implementing this interface may be used to validate user names and passwords.
- accept - Variable in class org.apache.xmlrpc.webserver.WebServer
- acceptClient(String) - Method in class org.apache.xmlrpc.webserver.WebServer
-
Add an IP address to the list of accepted clients.
- addCookie(Cookie) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- addDateHeader(String, long) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- addHandler(String, Class) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
-
Adds handlers for the given object to the mapping.
- addHeader(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- addHeader(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- addIntHeader(String, int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- addParameter(Map, String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- address - Variable in class org.apache.xmlrpc.webserver.WebServer
- AddressMatcher(String) - Constructor for class org.apache.xmlrpc.webserver.WebServer.AddressMatcher
- addResult(Object) - Method in class org.apache.xmlrpc.parser.MapParser
- addResult(Object) - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
- addResult(Object) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- addResult(Object) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
- addResult(Object) - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
- addSystemHandler(PropertyHandlerMapping) - Static method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
-
Adds an instance of this class to the given handler mapping.
- addTask(ThreadPool.Task) - Method in class org.apache.xmlrpc.util.ThreadPool
-
Deprecated.No longer in use.
- allowConnection(Socket) - Method in class org.apache.xmlrpc.webserver.WebServer
-
Checks incoming connections to see if they should be allowed.
- append(StringBuffer, int, int) - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
- ARRAY_TAG - Static variable in class org.apache.xmlrpc.serializer.ObjectArraySerializer
-
Tag name of an array value.
- AsyncCallback - Interface in org.apache.xmlrpc.client
-
A callback interface for an asynchronous XML-RPC call.
- AtomicParser - Class in org.apache.xmlrpc.parser
-
Abstract base implementation of
TypeParser
for parsing an atomic value. - AtomicParser() - Constructor for class org.apache.xmlrpc.parser.AtomicParser
-
Creates a new instance.
- attributes - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- authenticate(HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- authenticationHandler - Variable in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- authenticationHandler - Variable in class org.apache.xmlrpc.webserver.XmlRpcServlet
- available - Variable in class org.apache.xmlrpc.util.LimitedInputStream
B
- backConvert(Object) - Method in interface org.apache.xmlrpc.common.TypeConverter
-
Converts the given object into its generic representation.
- backConvert(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.CastCheckingTypeConverter
- backConvert(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.IdentityTypeConverter
- backConvert(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.ListTypeConverter
- backConvert(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.PrimitiveTypeConverter
- BadEncodingException(RequestData, String) - Constructor for exception org.apache.xmlrpc.webserver.Connection.BadEncodingException
- BadRequestException(RequestData, String) - Constructor for exception org.apache.xmlrpc.webserver.Connection.BadRequestException
- baos - Variable in class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
- baos - Variable in class org.apache.xmlrpc.parser.ByteArrayParser
- BASE_64_TAG - Static variable in class org.apache.xmlrpc.serializer.ByteArraySerializer
-
Tag name of a base64 value.
- BaseXmlWriterFactory - Class in org.apache.xmlrpc.serializer
-
The default instance of
XmlWriterFactory
creates instances ofXMLWriterImpl
. - BaseXmlWriterFactory() - Constructor for class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
- basicEncoding - Variable in class org.apache.xmlrpc.XmlRpcConfigImpl
- basicPassword - Variable in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- basicUserName - Variable in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- BIGDECIMAL_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- BIGDECIMAL_TAG - Static variable in class org.apache.xmlrpc.serializer.BigDecimalSerializer
-
Tag name of a BigDecimal value.
- BigDecimalParser - Class in org.apache.xmlrpc.parser
-
Parser for BigDecimal values.
- BigDecimalParser() - Constructor for class org.apache.xmlrpc.parser.BigDecimalParser
- BigDecimalSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for BigDecimal. - BigDecimalSerializer() - Constructor for class org.apache.xmlrpc.serializer.BigDecimalSerializer
- bigDecimalTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- BIGINTEGER_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- BIGINTEGER_TAG - Static variable in class org.apache.xmlrpc.serializer.BigIntegerSerializer
-
Tag name of a BigDecimal value.
- BigIntegerParser - Class in org.apache.xmlrpc.parser
-
Parser for BigInteger values.
- BigIntegerParser() - Constructor for class org.apache.xmlrpc.parser.BigIntegerParser
- BigIntegerSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for BigInteger. - BigIntegerSerializer() - Constructor for class org.apache.xmlrpc.serializer.BigIntegerSerializer
- bigIntegerTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- BOOLEAN_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- BOOLEAN_TAG - Static variable in class org.apache.xmlrpc.serializer.BooleanSerializer
-
Tag name of a boolean value.
- BooleanParser - Class in org.apache.xmlrpc.parser
-
Parser for boolean values.
- BooleanParser() - Constructor for class org.apache.xmlrpc.parser.BooleanParser
- BooleanSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for booleans. - BooleanSerializer() - Constructor for class org.apache.xmlrpc.serializer.BooleanSerializer
- booleanTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- buffer - Variable in class org.apache.xmlrpc.webserver.Connection
- buffer - Variable in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- BUFFER_SIZE - Static variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- bufferOffset - Variable in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- builder - Variable in class org.apache.xmlrpc.parser.NodeParser
- BYTE_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- ByteArrayParser - Class in org.apache.xmlrpc.parser
-
A parser for base64 elements.
- ByteArrayParser() - Constructor for class org.apache.xmlrpc.parser.ByteArrayParser
- ByteArrayReqWriter(XmlRpcRequest) - Constructor for class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
- ByteArraySerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for byte arrays. - ByteArraySerializer() - Constructor for class org.apache.xmlrpc.serializer.ByteArraySerializer
- byteArrayTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- byteTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
C
- CALENDAR_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- CALENDAR_TAG - Static variable in class org.apache.xmlrpc.serializer.CalendarSerializer
-
Tag name of a BigDecimal value.
- CalendarParser - Class in org.apache.xmlrpc.parser
-
Parser for integer values.
- CalendarParser() - Constructor for class org.apache.xmlrpc.parser.CalendarParser
- CalendarSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for date values. - CalendarSerializer() - Constructor for class org.apache.xmlrpc.serializer.CalendarSerializer
- calendarTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- CastCheckingTypeConverter(Class) - Constructor for class org.apache.xmlrpc.common.TypeConverterFactoryImpl.CastCheckingTypeConverter
- cfg - Variable in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- changeSessionId() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- characterEncoding - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.AtomicParser
- characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.ByteArrayParser
- characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.ExtParser
- characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.MapParser
- characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
- characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
- characterTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- charEncoding - Variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- CharSetXmlWriterFactory - Class in org.apache.xmlrpc.serializer
-
An implementation of
XmlWriterFactory
, which creates instances ofCharSetXMLWriter
. - CharSetXmlWriterFactory() - Constructor for class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
- checkStatus(HttpMethod) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
-
Check the status of the HTTP request and throw an XmlRpcHttpTransportException if it indicates that there is an error.
- clazz - Variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.CastCheckingTypeConverter
- clazz - Variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.IdentityTypeConverter
- clazz - Variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.ListTypeConverter
- clazz - Variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.PrimitiveTypeConverter
- clazz - Variable in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
- clength - Static variable in class org.apache.xmlrpc.webserver.Connection
- client - Variable in class org.apache.xmlrpc.client.util.ClientFactory
- client - Variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- client - Variable in class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
- client - Variable in class org.apache.xmlrpc.client.XmlRpcTransportImpl
- ClientFactory - Class in org.apache.xmlrpc.client.util
-
The
ClientFactory
is a useful tool for simplifying the use of Apache XML-RPC. - ClientFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.util.ClientFactory
-
Creates a new instance.
- ClientFactory(XmlRpcClient, TypeConverterFactory) - Constructor for class org.apache.xmlrpc.client.util.ClientFactory
-
Creates a new instance.
- cloneMe() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
-
Creates a clone of this client configuration.
- close() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- close() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- close() - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
- close() - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
-
Closes the connection and ensures, that all resources are being released.
- close() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
- close() - Method in class org.apache.xmlrpc.common.LocalStreamConnection.LocalServerStreamConnection
- close() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
-
Closes the connection, and frees resources.
- close() - Method in class org.apache.xmlrpc.webserver.Connection
- close() - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- close() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
- closed - Variable in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- code - Variable in exception org.apache.xmlrpc.XmlRpcException
-
The fault code of the exception.
- committed - Variable in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- conclose - Static variable in class org.apache.xmlrpc.webserver.Connection
- config - Variable in class org.apache.xmlrpc.client.XmlRpcClient
- config - Variable in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
- config - Variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- config - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- config - Variable in class org.apache.xmlrpc.common.LocalStreamConnection
- config - Variable in class org.apache.xmlrpc.serializer.MapSerializer
- config - Variable in class org.apache.xmlrpc.serializer.ObjectArraySerializer
- config - Variable in class org.apache.xmlrpc.serializer.XmlRpcWriter
- config - Variable in class org.apache.xmlrpc.server.XmlRpcServer
- conkeep - Static variable in class org.apache.xmlrpc.webserver.Connection
- conn - Variable in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
- conn - Variable in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
- connection - Variable in class org.apache.xmlrpc.webserver.RequestData
- Connection - Class in org.apache.xmlrpc.webserver
-
Handler for a single clients connection.
- Connection(WebServer, XmlRpcStreamServer, Socket) - Constructor for class org.apache.xmlrpc.webserver.Connection
-
Creates a new webserver connection on the given socket.
- Connection.BadEncodingException - Exception in org.apache.xmlrpc.webserver
- Connection.BadRequestException - Exception in org.apache.xmlrpc.webserver
- Connection.RequestException - Exception in org.apache.xmlrpc.webserver
- ConnectionServer - Class in org.apache.xmlrpc.webserver
- ConnectionServer() - Constructor for class org.apache.xmlrpc.webserver.ConnectionServer
- connectionTimeout - Variable in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- containsHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- contentBytesRemaining - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- contentLength - Variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- contentLength - Variable in class org.apache.xmlrpc.webserver.RequestData
- contentLengthOptional - Variable in class org.apache.xmlrpc.XmlRpcConfigImpl
- context - Variable in class org.apache.xmlrpc.jaxb.JaxbParser
- context - Variable in class org.apache.xmlrpc.jaxb.JaxbSerializer
- context - Variable in class org.apache.xmlrpc.jaxb.JaxbTypeFactory
- context - Variable in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- controller - Variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- controller - Variable in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
- convert(Object) - Method in interface org.apache.xmlrpc.common.TypeConverter
-
Converts the given object into the required representation.
- convert(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.CastCheckingTypeConverter
- convert(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.IdentityTypeConverter
- convert(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.ListTypeConverter
- convert(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.PrimitiveTypeConverter
- convertThrowable(Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
This method allows to convert the error into another error.
- createServerSocket(int, int, InetAddress) - Method in class org.apache.xmlrpc.webserver.WebServer
-
Factory method to manufacture the server socket.
- ctype - Static variable in class org.apache.xmlrpc.webserver.Connection
D
- DATA_TAG - Static variable in class org.apache.xmlrpc.serializer.ObjectArraySerializer
-
Tag name of an arrays data.
- DATE_TAG - Static variable in class org.apache.xmlrpc.serializer.CalendarSerializer
-
Tag name of a date value.
- DATE_TAG - Static variable in class org.apache.xmlrpc.serializer.DateSerializer
-
Tag name of a date value.
- DateParser - Class in org.apache.xmlrpc.parser
-
Parser for integer values.
- DateParser(Format) - Constructor for class org.apache.xmlrpc.parser.DateParser
-
Creates a new instance with the given format.
- dateSerializer - Variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- DateSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for date values. - DateSerializer(Format) - Constructor for class org.apache.xmlrpc.serializer.DateSerializer
-
Creates a new instance with the given formatter.
- dateTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- dbf - Static variable in class org.apache.xmlrpc.parser.NodeParser
- decoder - Variable in class org.apache.xmlrpc.parser.ByteArrayParser
- DefaultXMLWriterFactory - Class in org.apache.xmlrpc.serializer
-
The default implementation of
XmlWriterFactory
tests, whether theCharSetXmlWriterFactory
is usable. - DefaultXMLWriterFactory() - Constructor for class org.apache.xmlrpc.serializer.DefaultXMLWriterFactory
-
Creates a new instance.
- deny - Variable in class org.apache.xmlrpc.webserver.WebServer
- denyClient(String) - Method in class org.apache.xmlrpc.webserver.WebServer
-
Add an IP address to the list of denied clients.
- description - Variable in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
- DOM_TAG - Static variable in class org.apache.xmlrpc.serializer.NodeSerializer
-
The local name of a dom tag.
- domTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- doneValue - Variable in class org.apache.xmlrpc.parser.MapParser
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Creates a new instance of
RequestData
for the request. - DOUBLE_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- DOUBLE_TAG - Static variable in class org.apache.xmlrpc.serializer.DoubleSerializer
-
Tag name of a double value.
- doubleNewline - Static variable in class org.apache.xmlrpc.webserver.Connection
- DoubleParser - Class in org.apache.xmlrpc.parser
-
Parser for double values.
- DoubleParser() - Constructor for class org.apache.xmlrpc.parser.DoubleParser
- DoubleSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for doubles. - DoubleSerializer() - Constructor for class org.apache.xmlrpc.serializer.DoubleSerializer
- doubleTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
E
- enabledForExceptions - Variable in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- enabledForExtensions - Variable in class org.apache.xmlrpc.XmlRpcConfigImpl
- encodeBasicAuthentication(String, String, String) - Static method in class org.apache.xmlrpc.util.HttpUtil
-
Creates the Base64 encoded credentials for HTTP Basic Authentication.
- encodeRedirectUrl(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- encodeRedirectURL(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- encodeUrl(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- encodeURL(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- encoding - Variable in class org.apache.xmlrpc.XmlRpcConfigImpl
- endDocument() - Method in class org.apache.xmlrpc.parser.ExtParser
- endDocument() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
- endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.AtomicParser
- endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.ByteArrayParser
- endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.ExtParser
- endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.MapParser
- endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
- endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
- endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
- endPrefixMapping(String) - Method in class org.apache.xmlrpc.parser.ExtParser
- endPrefixMapping(String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- endPrefixMapping(String) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
- endValueTag() - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- error - Variable in class org.apache.xmlrpc.client.TimingOutCallback
- errorCause - Variable in class org.apache.xmlrpc.parser.XmlRpcResponseParser
- errorCode - Variable in class org.apache.xmlrpc.parser.XmlRpcResponseParser
- errorLogger - Variable in class org.apache.xmlrpc.server.XmlRpcStreamServer
- errorMessage - Variable in class org.apache.xmlrpc.parser.XmlRpcResponseParser
- EX_BIGDECIMAL_TAG - Static variable in class org.apache.xmlrpc.serializer.BigDecimalSerializer
- EX_BIGINTEGER_TAG - Static variable in class org.apache.xmlrpc.serializer.BigIntegerSerializer
- EX_CALENDAR_TAG - Static variable in class org.apache.xmlrpc.serializer.CalendarSerializer
- EX_FLOAT_TAG - Static variable in class org.apache.xmlrpc.serializer.FloatSerializer
-
Fully qualified name of a float value.
- EX_I1_TAG - Static variable in class org.apache.xmlrpc.serializer.I1Serializer
-
Fully qualified name of an i1 value.
- EX_I2_TAG - Static variable in class org.apache.xmlrpc.serializer.I2Serializer
-
Fully qualified name of an i2 value.
- EX_I8_TAG - Static variable in class org.apache.xmlrpc.serializer.I8Serializer
-
Fully qualified name of an i8 value.
- EX_NIL_TAG - Static variable in class org.apache.xmlrpc.serializer.NullSerializer
-
Qualified tag name of a nil value.
- EX_SERIALIZABLE_TAG - Static variable in class org.apache.xmlrpc.serializer.SerializableSerializer
- Exception(int, String, String) - Constructor for exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
-
Creates a new instance.
- execute(String, Object[]) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs a request with the clients default configuration.
- execute(String, List) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs a request with the clients default configuration.
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
-
Processes the servlet request.
- execute(XmlRpcClientConfig, String, Object[]) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs a request with the given configuration.
- execute(XmlRpcClientConfig, String, List) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs a request with the given configuration.
- execute(XmlRpcStreamRequestConfig, ServerStreamConnection) - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor
-
Reads an XML-RPC request from the connection object and processes the request, writing the result to the same connection object.
- execute(XmlRpcStreamRequestConfig, ServerStreamConnection) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
Returns, whether the /** Processes a "connection".
- execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs a request with the clients default configuration.
- execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
-
Performs a synchronous request.
- execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.common.XmlRpcRequestProcessor
-
Processes the given request and returns a result object.
- execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.common.XmlRpcWorker
-
Performs a synchronous request.
- execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
- execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.XmlRpcLocalStreamServer
- execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.XmlRpcServer
-
Performs the given request.
- execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.XmlRpcServerWorker
- execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.XmlRpcHandler
-
Performs the request and returns the result object.
- execute(XmlRpcRequest, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
-
Performs an synchronous request.
- executeAsync(String, Object[], AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs an asynchronous request with the clients default configuration.
- executeAsync(String, List, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs an asynchronous request with the clients default configuration.
- executeAsync(XmlRpcClientConfig, String, Object[], AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs an asynchronous request with the given configuration.
- executeAsync(XmlRpcClientConfig, String, List, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs an asynchronous request with the given configuration.
- executeAsync(XmlRpcRequest, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Performs a request with the clients default configuration.
- EXTENSIONS_URI - Static variable in class org.apache.xmlrpc.serializer.XmlRpcWriter
-
The namespace URI for proprietary XML-RPC extensions.
- ExtParser - Class in org.apache.xmlrpc.parser
-
Base class for parsing external XML representations, like DOM, or JAXB.
- ExtParser() - Constructor for class org.apache.xmlrpc.parser.ExtParser
- ExtSerializer - Class in org.apache.xmlrpc.serializer
-
Base class for external XML representations, like DOM, or JAXB.
- ExtSerializer() - Constructor for class org.apache.xmlrpc.serializer.ExtSerializer
F
- f - Variable in class org.apache.xmlrpc.parser.DateParser
- factory - Variable in class org.apache.xmlrpc.client.XmlRpcClientWorker
- factory - Variable in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- factory - Variable in class org.apache.xmlrpc.serializer.DefaultXMLWriterFactory
- factory - Variable in class org.apache.xmlrpc.server.XmlRpcServerWorker
- FALSE - Static variable in class org.apache.xmlrpc.serializer.BooleanSerializer
- firstByte - Variable in class org.apache.xmlrpc.webserver.Connection
- FLOAT_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- FLOAT_TAG - Static variable in class org.apache.xmlrpc.serializer.FloatSerializer
-
Tag name of a float value.
- FloatParser - Class in org.apache.xmlrpc.parser
-
Parser for float values.
- FloatParser() - Constructor for class org.apache.xmlrpc.parser.FloatParser
- FloatSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for floats. - FloatSerializer() - Constructor for class org.apache.xmlrpc.serializer.FloatSerializer
- floatTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- flush() - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- flush(boolean) - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- flushBuffer() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- format - Static variable in class org.apache.xmlrpc.parser.CalendarParser
- format - Static variable in class org.apache.xmlrpc.serializer.CalendarSerializer
- format - Variable in class org.apache.xmlrpc.serializer.DateSerializer
- format(Object, StringBuffer, FieldPosition) - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
- format(Object, StringBuffer, FieldPosition) - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
G
- getAsyncContext() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getAttribute(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getAttributeNames() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getAuthenticationHandler() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Returns the authentication handler, if any, or null.
- getAuthenticationHandler() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Returns the servlets
AbstractReflectiveHandlerMapping.AuthenticationHandler
. - getAuthType() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getBasicEncoding() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpConfig
-
Returns the encoding being used to convert the String "username:password" into bytes.
- getBasicEncoding() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
- getBasicPassword() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
-
Returns the password being used for basic HTTP authentication.
- getBasicPassword() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- getBasicUserName() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
-
Returns the user name being used for basic HTTP authentication.
- getBasicUserName() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- getBufferSize() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getCause() - Method in exception org.apache.xmlrpc.XmlRpcException
- getCharacterEncoding() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getCharacterEncoding() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getClient() - Method in class org.apache.xmlrpc.client.util.ClientFactory
-
Returns the factories client.
- getClient() - Method in class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
-
Returns the client operating this factory.
- getClient() - Method in class org.apache.xmlrpc.client.XmlRpcTransportImpl
-
Returns the client, which created this transport.
- getClientConfig() - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Returns the clients default configuration.
- getConfig() - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Returns the clients default configuration.
- getConfig() - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
- getConfig() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
-
Returns the request configuration.
- getConfig() - Method in class org.apache.xmlrpc.common.XmlRpcController
-
Returns the controllers default configuration.
- getConfig() - Method in class org.apache.xmlrpc.server.XmlRpcServer
- getConfig() - Method in interface org.apache.xmlrpc.XmlRpcRequest
-
Returns the request configuration.
- getConfig(HttpServletRequest) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
- getConnection() - Method in class org.apache.xmlrpc.webserver.RequestData
-
Returns the connection, which is serving the request.
- getConnectionTimeout() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
-
Return the connection timeout in milliseconds
- getConnectionTimeout() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- getContentLength() - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
- getContentLength() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getContentLength() - Method in class org.apache.xmlrpc.webserver.RequestData
-
Returns the requests content length.
- getContentLengthLong() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getContentType() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getContentType() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
-
Returns the content type used for the MIME body sent in this response.
- getContextPath() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getController() - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
- getController() - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
-
Returns the controller, which operates the type factory.
- getController() - Method in interface org.apache.xmlrpc.common.XmlRpcWorker
-
Returns the workers controller.
- getController() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
-
Returns the factory controller.
- getController() - Method in class org.apache.xmlrpc.server.XmlRpcServerWorker
- getCookies() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getCurrentRequests() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
-
Returns the number of currently running requests.
- getDateHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getDefaultXmlRpcWorkerFactory() - Method in class org.apache.xmlrpc.client.XmlRpcClient
- getDefaultXmlRpcWorkerFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
-
Creates the controllers default worker factory.
- getDefaultXmlRpcWorkerFactory() - Method in class org.apache.xmlrpc.server.XmlRpcServer
- getDescription() - Method in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
-
Returns the error description.
- getDispatcherType() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getDocumentLocator() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
-
Returns the document locator.
- getEncoding() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamConfig
-
Returns the encoding being used for data encoding, when writing to a stream.
- getEncoding() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
- getErrorCause() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
-
If the response contained a fault, returns the (optional) exception.
- getErrorCode() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
-
If the response contained a fault, returns the error code.
- getErrorLogger() - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
Returns the error logger.
- getErrorMessage() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
-
If the response contained a fault, returns the error message.
- getExtHandler() - Method in class org.apache.xmlrpc.jaxb.JaxbParser
- getExtHandler() - Method in class org.apache.xmlrpc.parser.ExtParser
-
Returns a content handler for parsing the actual contents.
- getExtHandler() - Method in class org.apache.xmlrpc.parser.NodeParser
- getHandler(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Returns the
XmlRpcHandler
with the given name. - getHandler(String) - Method in interface org.apache.xmlrpc.server.XmlRpcHandlerMapping
-
Return the handler for the specified handler name.
- getHandlerMapping() - Method in class org.apache.xmlrpc.server.XmlRpcServer
-
Returns the servers handler mapping.
- getHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getHeaderNames() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getHeaderNames() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getHeaders(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getHeaders(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getHttpClient() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
-
Returns the factories
HttpClient
. - getHttpHeaders(Integer) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getHttpVersion() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getHttpVersion() - Method in class org.apache.xmlrpc.webserver.RequestData
-
Returns the requests HTTP version.
- getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
- getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
-
Returns the input stream, from which the response is being read.
- getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
- getInputStream() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getInputStream(XmlRpcStreamRequestConfig, ServerStreamConnection) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
- getInstance(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
- getIntHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getLinkedException() - Method in exception org.apache.xmlrpc.util.XmlRpcIOException
-
Returns the linked exception, which is the actual cause for this exception.
- getListMethods() - Method in interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
-
This method implements the introspection method
system.listMethods
, which is specified as follows: - getListMethods() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- getLocalAddr() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getLocale() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getLocale() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getLocales() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getLocalName() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getLocalPort() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getMaxThreads() - Method in class org.apache.xmlrpc.common.XmlRpcController
-
Returns the maximum number of concurrent requests.
- getMaxThreads() - Method in class org.apache.xmlrpc.util.ThreadPool
-
Returns the maximum number of concurrent threads.
- getMessage() - Method in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
- getMethod() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getMethod() - Method in class org.apache.xmlrpc.webserver.RequestData
-
Returns the request method.
- getMethodHelp() - Method in class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
- getMethodHelp() - Method in interface org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
-
This method may be used to implement
XmlRpcListableHandlerMapping.getMethodHelp(String)
. - getMethodHelp(Class, Method) - Static method in class org.apache.xmlrpc.metadata.Util
-
Returns a help string for the given method, which is applied to the given class.
- getMethodHelp(Class, Method[]) - Static method in class org.apache.xmlrpc.metadata.Util
-
Returns a help string for the given method, which is applied to the given class.
- getMethodHelp(Class, Method[]) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Creates a help string for the given method, when applied to the given class.
- getMethodHelp(String) - Method in interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
-
This method implements the introspection method
system.methodSignature
, which is specified as follows: - getMethodHelp(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- getMethodName() - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
- getMethodName() - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
-
Returns the method name being invoked.
- getMethodName() - Method in interface org.apache.xmlrpc.XmlRpcRequest
-
Returns the requests method name.
- getMethodSignature(String) - Method in interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
-
This method implements the introspection method
system.methodSignature
, which is specified as follows: - getMethodSignature(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- getNonIdentityTransferEncoding(String) - Static method in class org.apache.xmlrpc.util.HttpUtil
-
Returns, whether the HTTP header value
pHeaderValue
indicates, that another encoding than "identity" is used. - getNumThreads() - Method in class org.apache.xmlrpc.util.ThreadPool
-
Returns the number of threads, which have actually been created, as opposed to the number of currently running threads.
- getOutputStream() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- getOutputStream() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getOutputStream(ServerStreamConnection, XmlRpcStreamRequestConfig, OutputStream) - Method in class org.apache.xmlrpc.server.XmlRpcHttpServer
- getOutputStream(ServerStreamConnection, XmlRpcStreamRequestConfig, OutputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
Called to prepare the output stream.
- getOutputStream(XmlRpcStreamRequestConfig, ServerStreamConnection, int) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
Called to prepare the output stream, if content length is required.
- getOutputStream(XmlRpcStreamRequestConfig, ServerStreamConnection, int) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
- getParameter(int) - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
- getParameter(int) - Method in interface org.apache.xmlrpc.XmlRpcRequest
-
Returns the parameter with index
pIndex
. - getParameter(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getParameterCount() - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
- getParameterCount() - Method in interface org.apache.xmlrpc.XmlRpcRequest
-
Returns the number of parameters.
- getParameterMap() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getParameterNames() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getParameterValues(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getParams() - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
-
Returns the parameter list.
- getParser(XmlRpcStreamConfig, NamespaceContextImpl, String, String) - Method in interface org.apache.xmlrpc.common.TypeFactory
-
Creates a parser for a parameter or result object.
- getParser(XmlRpcStreamConfig, NamespaceContextImpl, String, String) - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
- getParser(XmlRpcStreamConfig, NamespaceContextImpl, String, String) - Method in class org.apache.xmlrpc.jaxb.JaxbTypeFactory
- getPart(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getParts() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getPathInfo() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getPathTranslated() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getPoolable(ThreadPool.Task, boolean) - Method in class org.apache.xmlrpc.util.ThreadPool
- getPort() - Method in class org.apache.xmlrpc.webserver.WebServer
-
Returns the port, on which the web server is running.
- getProtocol() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getProxy() - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
-
Returns the proxy to use.
- getQueryString() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getReader() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getRealPath(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getRemoteAddr() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getRemoteHost() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getRemotePort() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getRemoteUser() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getReplyTimeout() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
-
Return the reply timeout in milliseconds
- getReplyTimeout() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- getRequest() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
-
Returns the request stream.
- getRequest() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
-
Returns the servlet request.
- getRequest(XmlRpcStreamRequestConfig, InputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
- getRequestConfig() - Method in class org.apache.xmlrpc.webserver.Connection
-
Returns the connections request configuration by merging the HTTP request headers and the servers configuration.
- getRequestData() - Method in exception org.apache.xmlrpc.webserver.Connection.RequestException
- getRequestDispatcher(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getRequestedSessionId() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getRequestProcessor(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
-
Subclasses may override this method for class specific configuration.
- getRequestProcessor(Class, XmlRpcRequest) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
-
Subclasses may override this method for request specific configuration.
- getRequestProcessor(XmlRpcRequest) - Method in interface org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestProcessorFactory
-
This method is invoked for any request in order to create and configure the request processor.
- getRequestProcessorFactory(Class) - Method in interface org.apache.xmlrpc.server.RequestProcessorFactoryFactory
-
This method is invoked at startup.
- getRequestProcessorFactory(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
- getRequestProcessorFactory(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
- getRequestProcessorFactoryFactory() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Returns the mappings
RequestProcessorFactoryFactory
. - getRequestProcessorFactoryFactory() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Returns the servlets
RequestProcessorFactoryFactory
. - getRequestURI() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getRequestURL() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getResponse() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
-
Returns an output stream, to which the response may be written.
- getResponse() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
-
Returns the servlet response.
- getResult() - Method in class org.apache.xmlrpc.jaxb.JaxbParser
- getResult() - Method in class org.apache.xmlrpc.parser.NodeParser
- getResult() - Method in class org.apache.xmlrpc.parser.SerializableParser
- getResult() - Method in interface org.apache.xmlrpc.parser.TypeParser
-
Returns the parsed object.
- getResult() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
- getSAXParserFactory() - Static method in class org.apache.xmlrpc.util.SAXParsers
-
Returns the SAX parser factory, which is used by Apache XML-RPC.
- getScheme() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getSerializer(XmlRpcStreamConfig, Object) - Method in interface org.apache.xmlrpc.common.TypeFactory
-
Creates a serializer for the object
pObject
. - getSerializer(XmlRpcStreamConfig, Object) - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
- getSerializer(XmlRpcStreamConfig, Object) - Method in class org.apache.xmlrpc.jaxb.JaxbTypeFactory
- getServerName() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getServerPort() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getServerStreamConnection() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
-
Returns the servers connection.
- getServerURL() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
- getServerURL() - Method in interface org.apache.xmlrpc.client.XmlRpcHttpClientConfig
-
Returns the HTTP servers URL.
- getServletContext() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getServletPath() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getSession() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getSession(boolean) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getSignature(Object[]) - Static method in class org.apache.xmlrpc.metadata.Util
-
Returns a signature for the given parameter set.
- getSignature(Method) - Static method in class org.apache.xmlrpc.metadata.Util
-
Returns a signature for the given methods.
- getSignature(Method[]) - Static method in class org.apache.xmlrpc.metadata.Util
-
Returns a signature for the given methods.
- getSignature(Method[]) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Creates a signature for the given method.
- getSignatures() - Method in class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
- getSignatures() - Method in interface org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
-
This method may be used to implement
XmlRpcListableHandlerMapping.getMethodSignature(String)
. - getSignatureType(Class) - Static method in class org.apache.xmlrpc.metadata.Util
-
Returns a signature for the given return type or parameter class.
- getSSLSocketFactory() - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
-
Sets the SSL Socket Factory to use for https connections.
- getSSLSocketFactory() - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
-
Sets the SSL Socket Factory to use for https connections.
- getSSLSocketFactory() - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransport
-
Returns the SSLSocketFactory used to create secure sockets.
- getSSLSocketFactory() - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
-
Returns the SSLSocketFactory to be used by transports.
- getStatus() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getStatusCode() - Method in exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
-
Get the HTTP status code that resulted in this exception.
- getStatusCode() - Method in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
-
Returns the HTTP status code.
- getStatusMessage() - Method in exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
-
Get the status message returned by the HTTP server.
- getStatusMessage(int) - Static method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
-
Returns a default message for a given HTTP status code.
- getTagName() - Method in class org.apache.xmlrpc.jaxb.JaxbParser
- getTagName() - Method in class org.apache.xmlrpc.jaxb.JaxbSerializer
- getTagName() - Method in class org.apache.xmlrpc.parser.ExtParser
-
Returns the outer node name.
- getTagName() - Method in class org.apache.xmlrpc.parser.NodeParser
- getTagName() - Method in class org.apache.xmlrpc.serializer.ExtSerializer
-
Returns the unqualied tag name.
- getTagName() - Method in class org.apache.xmlrpc.serializer.NodeSerializer
- getTask() - Method in class org.apache.xmlrpc.util.ThreadPool.Poolable
- getTimeZone() - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
-
Returns the time zone, which is used to interpret date/time values.
- getTimeZone() - Method in interface org.apache.xmlrpc.XmlRpcConfig
-
Returns the timezone, which is used to interpret date/time values.
- getTimeZone() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
- getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
- getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
- getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
- getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
- getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLocalTransportFactory
- getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
- getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
- getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory
- getTransport() - Method in interface org.apache.xmlrpc.client.XmlRpcTransportFactory
-
Returns an instance of
XmlRpcTransport
. - getTransportFactory() - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Returns the clients transport factory.
- getTypeConverter(Class) - Method in interface org.apache.xmlrpc.common.TypeConverterFactory
-
Creates an instance of
TypeFactory
, which may be used to create instances of the given class. - getTypeConverter(Class) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
-
Returns a type converter for the given class.
- getTypeConverterFactory() - Method in interface org.apache.xmlrpc.common.XmlRpcRequestProcessor
-
Returns the request processors
TypeConverterFactory
. - getTypeConverterFactory() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Returns the mappings
TypeConverterFactory
. - getTypeConverterFactory() - Method in class org.apache.xmlrpc.server.XmlRpcServer
- getTypeConverterFactory() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Returns the servlets
TypeConverterFactory
. - getTypeFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
-
Returns the type factory.
- getURLConnection() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
-
For use by subclasses.
- getUserAgent() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
-
Returns the user agent header to use
- getUserAgent() - Method in interface org.apache.xmlrpc.client.XmlRpcHttpClientConfig
-
Returns the user agent header to use
- getUserAgent() - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- getUserPrincipal() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- getWorker() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
-
Returns a worker for synchronous processing.
- getWorkerFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
-
Returns the clients worker factory.
- getWriter() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- getXmlRpcServer() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
- getXmlRpcServer() - Method in interface org.apache.xmlrpc.common.XmlRpcRequestProcessorFactory
-
Returns the
XmlRpcRequestProcessor
being invoked. - getXmlRpcServer() - Method in class org.apache.xmlrpc.webserver.WebServer
-
Returns the
XmlRpcServer
. - getXmlRpcServletServer() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Returns the servlets instance of
XmlRpcServletServer
. - getXmlRpcWriter(XmlRpcStreamRequestConfig, OutputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
- getXmlWriter(XmlRpcStreamConfig, OutputStream) - Method in class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
- getXmlWriter(XmlRpcStreamConfig, OutputStream) - Method in class org.apache.xmlrpc.serializer.DefaultXMLWriterFactory
- getXmlWriter(XmlRpcStreamConfig, OutputStream) - Method in interface org.apache.xmlrpc.serializer.XmlWriterFactory
-
Creates a new instance of
ContentHandler
, writing to the givenOutputStream
. - getXmlWriterFactory() - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Returns the clients instance of
XmlWriterFactory
. - getXMLWriterFactory() - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
Returns the XML Writer factory.
- gzipCompressing - Variable in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- gzipRequesting - Variable in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- GzipReqWriter(XmlRpcStreamTransport.ReqWriter) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
H
- handleError(XmlRpcRequest, Throwable) - Method in interface org.apache.xmlrpc.client.AsyncCallback
-
Something went wrong, handle error.
- handleError(XmlRpcRequest, Throwable) - Method in class org.apache.xmlrpc.client.TimingOutCallback
- handleInitParameters(ServletConfig) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
- handler - Variable in class org.apache.xmlrpc.jaxb.JaxbParser
- handler - Variable in class org.apache.xmlrpc.parser.ExtParser
- handler - Variable in class org.apache.xmlrpc.serializer.XmlRpcWriter
- handleResult(XmlRpcRequest, Object) - Method in interface org.apache.xmlrpc.client.AsyncCallback
-
Call went ok, handle result.
- handleResult(XmlRpcRequest, Object) - Method in class org.apache.xmlrpc.client.TimingOutCallback
- handlerMap - Variable in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- handlerMapping - Variable in class org.apache.xmlrpc.server.XmlRpcServer
- hashTableTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- headers - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- headers - Variable in class org.apache.xmlrpc.webserver.Connection
- headers - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- headers - Variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- host - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- hostname - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- HTTP_11 - Static variable in class org.apache.xmlrpc.webserver.WebServer
- httpClient - Variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
- HttpServletRequestImpl - Class in org.apache.xmlrpc.webserver
-
Stub implementation of a
HttpServletRequest
with lots of unimplemented methods. - HttpServletRequestImpl(Socket) - Constructor for class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
Creates a new instance, which reads input from the given socket.
- HttpServletResponseImpl - Class in org.apache.xmlrpc.webserver
-
Stub implementation of a
HttpServletResponse
with lots of unimplemented methods. - HttpServletResponseImpl(Socket) - Constructor for class org.apache.xmlrpc.webserver.HttpServletResponseImpl
-
Creates a new instance.
- HttpUtil - Class in org.apache.xmlrpc.util
-
Provides utility functions useful in HTTP communications
- HttpUtil() - Constructor for class org.apache.xmlrpc.util.HttpUtil
- httpVersion - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- httpVersion - Variable in class org.apache.xmlrpc.webserver.RequestData
I
- I1_TAG - Static variable in class org.apache.xmlrpc.serializer.I1Serializer
-
Tag name of an i1 value.
- I1Parser - Class in org.apache.xmlrpc.parser
-
Parser for byte values.
- I1Parser() - Constructor for class org.apache.xmlrpc.parser.I1Parser
- I1Serializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for bytes. - I1Serializer() - Constructor for class org.apache.xmlrpc.serializer.I1Serializer
- I2_TAG - Static variable in class org.apache.xmlrpc.serializer.I2Serializer
-
Tag name of an i2 value.
- I2Parser - Class in org.apache.xmlrpc.parser
-
Parser for short values.
- I2Parser() - Constructor for class org.apache.xmlrpc.parser.I2Parser
- I2Serializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for shorts. - I2Serializer() - Constructor for class org.apache.xmlrpc.serializer.I2Serializer
- I4_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- I4_TAG - Static variable in class org.apache.xmlrpc.serializer.I4Serializer
-
Tag name of an i4 value.
- I4Parser - Class in org.apache.xmlrpc.parser
-
Parser for integer values.
- I4Parser() - Constructor for class org.apache.xmlrpc.parser.I4Parser
- I4Serializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for integers. - I4Serializer() - Constructor for class org.apache.xmlrpc.serializer.I4Serializer
- I8_TAG - Static variable in class org.apache.xmlrpc.serializer.I8Serializer
-
Tag name of an i8 value.
- I8Parser - Class in org.apache.xmlrpc.parser
-
Parser for long values.
- I8Parser() - Constructor for class org.apache.xmlrpc.parser.I8Parser
- I8Serializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for longs. - I8Serializer() - Constructor for class org.apache.xmlrpc.serializer.I8Serializer
- IdentityTypeConverter(Class) - Constructor for class org.apache.xmlrpc.common.TypeConverterFactoryImpl.IdentityTypeConverter
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xmlrpc.parser.ExtParser
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xmlrpc.parser.MapParser
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
- in - Variable in class org.apache.xmlrpc.util.LimitedInputStream
- init(ServletConfig) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
- initHttpHeaders(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- initHttpHeaders(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- initHttpHeaders(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
- inMethodName - Variable in class org.apache.xmlrpc.parser.XmlRpcRequestParser
- inName - Variable in class org.apache.xmlrpc.parser.MapParser
- input - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- input - Variable in class org.apache.xmlrpc.webserver.Connection
- INT_TAG - Static variable in class org.apache.xmlrpc.serializer.I4Serializer
-
Tag name of an int value.
- integerTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- inValue - Variable in class org.apache.xmlrpc.parser.MapParser
- inValueTag - Variable in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- invoke(Object, Method, Object[]) - Method in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
- isAsyncStarted() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- isAsyncSupported() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- isAuthorized(XmlRpcRequest) - Method in interface org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.AuthenticationHandler
-
Returns, whether the user is authenticated and authorized to perform the request.
- isByteArrayRequired() - Method in class org.apache.xmlrpc.webserver.RequestData
-
Returns, whether a byte array for buffering the output is required.
- isCommitted() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- isCommitted() - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- isCompressingRequest(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
- isContentLengthOptional() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpConfig
-
Returns, whether a "Content-Length" header may be omitted.
- isContentLengthOptional() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
- isContentLengthRequired(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
Returns, whether the requests content length is required.
- isContentLengthRequired(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
-
Returns, whether the requests content length is required.
- isConvertable(Object) - Method in interface org.apache.xmlrpc.common.TypeConverter
-
Returns, whether the
TypeConverter
is ready to handle the given object. - isConvertable(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.CastCheckingTypeConverter
- isConvertable(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.IdentityTypeConverter
- isConvertable(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.ListTypeConverter
- isConvertable(Object) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.PrimitiveTypeConverter
- isEmpty(char[], int, int) - Static method in class org.apache.xmlrpc.parser.TypeParserImpl
- isEnabledForExceptions - Variable in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
- isEnabledForExceptions() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- isEnabledForExceptions() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
-
Returns, whether the response should contain a "faultCause" element in case of errors.
- isEnabledForExceptions() - Method in interface org.apache.xmlrpc.server.XmlRpcHttpServerConfig
-
Returns, whether the server may create a "faultCause" element in an error response.
- isEnabledForExceptions() - Method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
- isEnabledForExtensions() - Method in interface org.apache.xmlrpc.XmlRpcConfig
-
Returns, whether support for extensions are enabled.
- isEnabledForExtensions() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
- isExtensionType(Object) - Method in class org.apache.xmlrpc.client.XmlRpcLocalTransport
- isGzipCompressing() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- isGzipCompressing() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
-
Returns, whether the request stream is being compressed.
- isGzipRequesting() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- isGzipRequesting() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
-
Returns, whether compression is requested for the response stream.
- isHandlerMethod(Method) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- isKeepAlive() - Method in class org.apache.xmlrpc.webserver.RequestData
-
Returns, whether HTTP keepAlive is enabled for this connection.
- isKeepAliveEnabled - Variable in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
- isKeepAliveEnabled() - Method in interface org.apache.xmlrpc.server.XmlRpcHttpServerConfig
-
Returns, whether HTTP keepalive is being enabled.
- isKeepAliveEnabled() - Method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
- isObjectMethodLocal() - Method in class 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. - isParanoid() - Method in class org.apache.xmlrpc.webserver.WebServer
-
Returns the client filtering state.
- isReady() - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- isRedirectRequired() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- isRequestedSessionIdFromCookie() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- isRequestedSessionIdFromUrl() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- isRequestedSessionIdFromURL() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- isRequestedSessionIdValid() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- isResponseGzipCompressed() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
- isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
-
Returns, whether the response is gzip compressed.
- isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
- isSecure() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- isSuccess - Variable in class org.apache.xmlrpc.parser.XmlRpcResponseParser
- isSuccess() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
-
Returns whether the response returned success.
- isSuccess() - Method in class org.apache.xmlrpc.webserver.RequestData
-
Returns, whether the request was executed successfull.
- istream - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- isUserInRole(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- isUsingByteArrayOutput(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- isUsingByteArrayOutput(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- isUsingGzipEncoding(String) - Static method in class org.apache.xmlrpc.util.HttpUtil
-
Returns, whether the HTTP header value
pHeaderValue
indicates, that GZIP encoding is used or may be used. - isUsingGzipEncoding(Enumeration) - Static method in class org.apache.xmlrpc.util.HttpUtil
-
Returns, whether the HTTP header values in
pValues
indicate, that GZIP encoding is used or may be used. - isVoidMethodEnabled() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Returns, whether void methods are enabled.
J
- JAXB_TAG - Static variable in class org.apache.xmlrpc.jaxb.JaxbSerializer
-
The tag name for serializing JAXB objects.
- jaxbElementClass - Static variable in class org.apache.xmlrpc.metadata.Util
-
This field should solve the problem, that we do not want to depend on the presence of JAXB.
- JaxbParser - Class in org.apache.xmlrpc.jaxb
-
A parser for JAXB objects.
- JaxbParser(JAXBContext) - Constructor for class org.apache.xmlrpc.jaxb.JaxbParser
-
Creates a new instance with the given context.
- JaxbSerializer - Class in org.apache.xmlrpc.jaxb
-
A serializer for JAXB objects.
- JaxbSerializer(JAXBContext) - Constructor for class org.apache.xmlrpc.jaxb.JaxbSerializer
-
Creates a new instance with the given context.
- JaxbTypeFactory - Class in org.apache.xmlrpc.jaxb
-
A type factory with support for JAXB objects.
- JaxbTypeFactory(XmlRpcController, JAXBContext) - Constructor for class org.apache.xmlrpc.jaxb.JaxbTypeFactory
-
Creates a new instance with the given controller and JAXB context.
K
- keepAlive - Variable in class org.apache.xmlrpc.webserver.RequestData
L
- level - Variable in class org.apache.xmlrpc.parser.AtomicParser
- level - Variable in class org.apache.xmlrpc.parser.ByteArrayParser
- level - Variable in class org.apache.xmlrpc.parser.ExtParser
- level - Variable in class org.apache.xmlrpc.parser.MapParser
- level - Variable in class org.apache.xmlrpc.parser.ObjectArrayParser
- level - Variable in class org.apache.xmlrpc.parser.XmlRpcRequestParser
- level - Variable in class org.apache.xmlrpc.parser.XmlRpcResponseParser
- LimitedInputStream - Class in org.apache.xmlrpc.util
-
A filtering
InputStream
for proper handling of theContent-Length
header: It guarantees to return at most a given number of bytes. - LimitedInputStream(InputStream, int) - Constructor for class org.apache.xmlrpc.util.LimitedInputStream
-
Creates a new instance, reading from the given input stream and returning at most the given number of bytes.
- linkedException - Variable in exception org.apache.xmlrpc.util.XmlRpcIOException
- linkedException - Variable in exception org.apache.xmlrpc.XmlRpcException
-
If the transport was able to catch a remote exception (as is the case, if the local transport is used or if extensions are enabled and the server returned a serialized exception), then this field contains the trapped exception.
- list - Variable in class org.apache.xmlrpc.parser.ObjectArrayParser
- listener - Variable in class org.apache.xmlrpc.webserver.WebServer
- listMethods() - Method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
-
Implements the "system.listMethods" call.
- ListSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for lists. - ListSerializer(TypeFactory, XmlRpcStreamConfig) - Constructor for class org.apache.xmlrpc.serializer.ListSerializer
-
Creates a new instance.
- listTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- ListTypeConverter(Class) - Constructor for class org.apache.xmlrpc.common.TypeConverterFactoryImpl.ListTypeConverter
- load(ClassLoader, String) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
-
Reads handler definitions from a resource file.
- load(ClassLoader, URL) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
-
Reads handler definitions from a property file.
- load(ClassLoader, Map) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
-
Reads handler definitions from an existing Map.
- LOCAL_TRANSPORT - Variable in class org.apache.xmlrpc.client.XmlRpcLocalTransportFactory
- locale - Variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- localServer - Variable in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
- LocalServerStreamConnection() - Constructor for class org.apache.xmlrpc.common.LocalStreamConnection.LocalServerStreamConnection
- LocalStreamConnection - Class in org.apache.xmlrpc.common
-
Implementation of
ServerStreamConnection
for use by theXmlRpcLocalStreamTransport
. - LocalStreamConnection(XmlRpcStreamRequestConfig, InputStream) - Constructor for class org.apache.xmlrpc.common.LocalStreamConnection
-
Creates a new instance with the given request stream.
- LocalStreamConnection.LocalServerStreamConnection - Class in org.apache.xmlrpc.common
- locator - Variable in class org.apache.xmlrpc.parser.ExtParser
- locator - Variable in class org.apache.xmlrpc.parser.TypeParserImpl
- log - Static variable in class org.apache.xmlrpc.server.XmlRpcErrorLogger
- log - Static variable in class org.apache.xmlrpc.server.XmlRpcStreamServer
- log - Static variable in class org.apache.xmlrpc.webserver.XmlRpcServlet
- log(String) - Method in class org.apache.xmlrpc.server.XmlRpcErrorLogger
-
Called to log the given error message.
- log(String) - Method in class org.apache.xmlrpc.webserver.WebServer
-
Logs a message.
- log(String) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
- log(String, Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcErrorLogger
-
Called to log the given error.
- log(String, Throwable) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
- log(Throwable) - Method in class org.apache.xmlrpc.webserver.WebServer
-
Logs an error.
- logError(Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
- login(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- logout() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- LONG_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- LongParser - Class in org.apache.xmlrpc.parser
-
Parser for long values.
- LongParser() - Constructor for class org.apache.xmlrpc.parser.LongParser
- longTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
M
- map - Variable in class org.apache.xmlrpc.parser.MapParser
- MapParser - Class in org.apache.xmlrpc.parser
-
TypeParser
implementation for maps. - MapParser(XmlRpcStreamConfig, NamespaceContextImpl, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.MapParser
-
Creates a new instance.
- mapping - Variable in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
- mapping - Variable in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
- MapSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for maps. - MapSerializer(TypeFactory, XmlRpcStreamConfig) - Constructor for class org.apache.xmlrpc.serializer.MapSerializer
-
Creates a new instance.
- mapTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- mark(int) - Method in class org.apache.xmlrpc.util.LimitedInputStream
- markedAvailable - Variable in class org.apache.xmlrpc.util.LimitedInputStream
- markSupported() - Method in class org.apache.xmlrpc.util.LimitedInputStream
- matches(byte[]) - Method in class org.apache.xmlrpc.webserver.WebServer.AddressMatcher
- MAX_REDIRECT_ATTEMPTS - Static variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
-
Maximum number of allowed redirects.
- maxSize - Variable in class org.apache.xmlrpc.util.ThreadPool
- maxThreads - Variable in class org.apache.xmlrpc.common.XmlRpcController
- MEMBER_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
-
Tag name of a maps member tag.
- message - Variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- method - Variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- method - Variable in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.MethodData
- method - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- method - Variable in class org.apache.xmlrpc.webserver.RequestData
- MethodData(Method, TypeConverterFactory) - Constructor for class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.MethodData
- methodHelp - Variable in class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
- methodHelp(String) - Method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
-
Implements the "system.methodHelp" call.
- methodName - Variable in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
- methodName - Variable in class org.apache.xmlrpc.parser.XmlRpcRequestParser
- methods - Variable in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
- methodSignature(String) - Method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
-
Implements the "system.methodSignature" call.
N
- NAME_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
-
Tag name of a maps members name tag.
- nameBuffer - Variable in class org.apache.xmlrpc.parser.MapParser
- nameObject - Variable in class org.apache.xmlrpc.parser.MapParser
- newConfig(HttpServletRequest) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
- newHandlerClass(ClassLoader, String) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
- newHttpClient() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- newInputStream() - Method in class org.apache.xmlrpc.common.LocalStreamConnection.LocalServerStreamConnection
- newInputStream() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
-
Returns the connections input stream.
- newInputStream() - Method in class org.apache.xmlrpc.webserver.Connection
- newInputStream() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
- newInstance(Class) - Method in class org.apache.xmlrpc.client.util.ClientFactory
-
Creates an object, which is implementing the given interface.
- newInstance(Class) - Static method in class org.apache.xmlrpc.metadata.Util
-
Creates a new instance of
pClass
. - newInstance(ClassLoader, Class) - Method in class org.apache.xmlrpc.client.util.ClientFactory
-
Creates an object, which is implementing the given interface.
- newInstance(ClassLoader, Class, String) - Method in class org.apache.xmlrpc.client.util.ClientFactory
-
Creates an object, which is implementing the given interface.
- newline - Static variable in class org.apache.xmlrpc.webserver.Connection
- newList(int) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl.ListTypeConverter
- newOutputStream() - Method in class org.apache.xmlrpc.common.LocalStreamConnection.LocalServerStreamConnection
- newOutputStream() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
-
Returns the connections output stream.
- newOutputStream() - Method in class org.apache.xmlrpc.webserver.Connection
- newOutputStream() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
- newPostMethod(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- newPropertyHandlerMapping(URL) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Creates a new instance of
PropertyHandlerMapping
by loading the property file from the given URL. - newReqWriter(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- newReqWriter(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
- newReqWriter(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
-
Creates a new instance of
XmlRpcStreamTransport.ReqWriter
. - newSocket(boolean, String, int) - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
- newSocket(boolean, String, int) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- newStreamConnection(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
- newTask(WebServer, XmlRpcStreamServer, Socket) - Method in class org.apache.xmlrpc.webserver.ServletWebServer
- newTask(WebServer, XmlRpcStreamServer, Socket) - Method in class org.apache.xmlrpc.webserver.WebServer
- newThread(Runnable) - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
- newThreadPool() - Method in class org.apache.xmlrpc.webserver.WebServer
- newTransportFactory(XmlRpcClient) - Static method in class org.apache.xmlrpc.client.XmlRpcClientDefaults
-
Creates a new transport factory for the given client.
- newURLConnection(URL) - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransport
- newURLConnection(URL) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
- newURLConnection(URL) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
- newWorker() - Method in class org.apache.xmlrpc.client.XmlRpcClientWorkerFactory
-
Creates a new worker instance.
- newWorker() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
-
Creates a new worker instance.
- newWorker() - Method in class org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
- newXMLReader() - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
- newXMLReader() - Static method in class org.apache.xmlrpc.util.SAXParsers
-
Creates a new instance of
XMLReader
. - newXmlRpcClientConfig() - Static method in class org.apache.xmlrpc.client.XmlRpcClientDefaults
-
Creates a new instance of
XmlRpcClientConfig
. - newXmlRpcHandler(Class, Method[]) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Creates a new instance of
XmlRpcHandler
. - newXmlRpcHandlerMapping() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Creates a new handler mapping.
- newXmlRpcServer(ServletConfig) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Creates a new instance of
XmlRpcServer
, which is being used to process the requests. - newXmlRpcStreamServer() - Method in class org.apache.xmlrpc.webserver.WebServer
- newXmlWriter() - Method in class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
- newXmlWriter() - Method in class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
- newXmlWriterFactory() - Static method in class org.apache.xmlrpc.client.XmlRpcClientDefaults
-
Creates a new
XmlWriterFactory
. - NIL_TAG - Static variable in class org.apache.xmlrpc.serializer.NullSerializer
-
Tag name of a nil value.
- NODE_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- NodeParser - Class in org.apache.xmlrpc.parser
-
A parser for DOM document.
- NodeParser() - Constructor for class org.apache.xmlrpc.parser.NodeParser
- NodeSerializer - Class in org.apache.xmlrpc.serializer
-
The node serializer is serializing a DOM node.
- NodeSerializer() - Constructor for class org.apache.xmlrpc.serializer.NodeSerializer
- NULL_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- NullParser - Class in org.apache.xmlrpc.parser
-
SAX parser for a nil element (null value).
- NullParser() - Constructor for class org.apache.xmlrpc.parser.NullParser
- NullSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for null values. - NullSerializer() - Constructor for class org.apache.xmlrpc.serializer.NullSerializer
- num - Variable in class org.apache.xmlrpc.util.ThreadPool
- numThreads - Variable in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
O
- ObjectArrayParser - Class in org.apache.xmlrpc.parser
-
Parser for an array of objects, as created by
ObjectArraySerializer
. - ObjectArrayParser(XmlRpcStreamConfig, NamespaceContextImpl, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.ObjectArrayParser
-
Creates a new instance.
- ObjectArraySerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for object arrays. - ObjectArraySerializer(TypeFactory, XmlRpcStreamConfig) - Constructor for class org.apache.xmlrpc.serializer.ObjectArraySerializer
-
Creates a new instance.
- objectArrayTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- objectMethodLocal - Variable in class org.apache.xmlrpc.client.util.ClientFactory
- ok - Static variable in class org.apache.xmlrpc.webserver.Connection
- org.apache.xmlrpc - package org.apache.xmlrpc
- org.apache.xmlrpc.client - package org.apache.xmlrpc.client
- org.apache.xmlrpc.client.util - package org.apache.xmlrpc.client.util
- org.apache.xmlrpc.common - package org.apache.xmlrpc.common
- org.apache.xmlrpc.jaxb - package org.apache.xmlrpc.jaxb
- org.apache.xmlrpc.metadata - package org.apache.xmlrpc.metadata
- org.apache.xmlrpc.parser - package org.apache.xmlrpc.parser
- org.apache.xmlrpc.serializer - package org.apache.xmlrpc.serializer
- org.apache.xmlrpc.server - package org.apache.xmlrpc.server
- org.apache.xmlrpc.util - package org.apache.xmlrpc.util
- org.apache.xmlrpc.webserver - package org.apache.xmlrpc.webserver
- ostream - Variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- output - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- output - Variable in class org.apache.xmlrpc.webserver.Connection
P
- parameters - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- params - Variable in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
- params - Variable in class org.apache.xmlrpc.parser.XmlRpcRequestParser
- paranoid - Variable in class org.apache.xmlrpc.webserver.WebServer
- parseAuthorization(XmlRpcHttpRequestConfigImpl, String) - Static method in class org.apache.xmlrpc.util.HttpUtil
-
Parses an "Authorization" header and adds the username and password to
pConfig
. - parseInt(String, int, StringBuffer, int) - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
- parseObject(String, ParsePosition) - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
- parseObject(String, ParsePosition) - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
- parseParameter(Map, String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- parseParameters() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- parsePostData(Map, InputStream, String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- parseQueryString(Map, String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- parts - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- pattern - Variable in class org.apache.xmlrpc.webserver.WebServer.AddressMatcher
- pool - Variable in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
- pool - Variable in class org.apache.xmlrpc.webserver.WebServer
- Poolable(ThreadGroup, int) - Constructor for class org.apache.xmlrpc.util.ThreadPool.Poolable
- port - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- port - Variable in class org.apache.xmlrpc.webserver.WebServer
- postParametersParsed - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- prefixes - Variable in class org.apache.xmlrpc.parser.ExtParser
- primitiveBooleanTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- primitiveByteTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- primitiveCharTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- primitiveDoubleTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- primitiveFloatTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- primitiveIntTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- primitiveLongTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- primitiveShortTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- PrimitiveTypeConverter(Class) - Constructor for class org.apache.xmlrpc.common.TypeConverterFactoryImpl.PrimitiveTypeConverter
- printStackTrace(PrintStream) - Method in exception org.apache.xmlrpc.XmlRpcException
- printStackTrace(PrintWriter) - Method in exception org.apache.xmlrpc.XmlRpcException
- processingInstruction(String, String) - Method in class org.apache.xmlrpc.parser.ExtParser
- processingInstruction(String, String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- processingInstruction(String, String) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
-
PI's are by default ignored.
- propertiesTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- PropertyHandlerMapping - Class in org.apache.xmlrpc.server
-
A handler mapping based on a property file.
- PropertyHandlerMapping() - Constructor for class org.apache.xmlrpc.server.PropertyHandlerMapping
- protocol - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- proxy - Variable in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
- proxy - Variable in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
Q
- queryString - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
R
- read() - Method in class org.apache.xmlrpc.util.LimitedInputStream
- read(byte[], int, int) - Method in class org.apache.xmlrpc.util.LimitedInputStream
- reader - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- readHttpHeaders() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
Read the header lines, one by one.
- readLine() - Method in class org.apache.xmlrpc.webserver.Connection
- readLine(byte[]) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- readLine(InputStream, byte[]) - Static method in class org.apache.xmlrpc.util.HttpUtil
-
Reads a header line from the input stream
pIn
and converts it into a string. - readResponse(XmlRpcStreamRequestConfig, InputStream) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
- RecursiveTypeParserImpl - Class in org.apache.xmlrpc.parser
-
Abstract base class of a parser, that invokes other type parsers recursively.
- RecursiveTypeParserImpl(XmlRpcStreamConfig, NamespaceContextImpl, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
-
Creates a new instance.
- ReflectionUtil - Class in org.apache.xmlrpc.util
-
A utility class for using reflection.
- ReflectionUtil() - Constructor for class org.apache.xmlrpc.util.ReflectionUtil
- ReflectiveXmlRpcHandler - Class in org.apache.xmlrpc.server
-
Default implementation of
XmlRpcHandler
. - ReflectiveXmlRpcHandler(AbstractReflectiveHandlerMapping, TypeConverterFactory, Class, RequestProcessorFactoryFactory.RequestProcessorFactory, Method[]) - Constructor for class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
-
Creates a new instance.
- ReflectiveXmlRpcHandler.MethodData - Class in org.apache.xmlrpc.server
- ReflectiveXmlRpcMetaDataHandler - Class in org.apache.xmlrpc.metadata
-
Default implementation of
XmlRpcMetaDataHandler
. - ReflectiveXmlRpcMetaDataHandler(AbstractReflectiveHandlerMapping, TypeConverterFactory, Class, RequestProcessorFactoryFactory.RequestProcessorFactory, Method[], String[][], String) - Constructor for class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
-
Creates a new instance.
- registerPublicMethods(String, Class) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Searches for methods in the given class.
- releaseWorker(XmlRpcWorker) - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
-
Called, when the worker did its job.
- remove(ThreadPool.Poolable) - Method in class org.apache.xmlrpc.util.ThreadPool
- removeAttribute(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- removeHandler(String) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
-
Removes all handlers with the given class key.
- replyTimeout - Variable in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- repool(ThreadPool.Poolable) - Method in class org.apache.xmlrpc.util.ThreadPool
- request - Variable in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
- request - Variable in class org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
- request - Variable in class org.apache.xmlrpc.common.LocalStreamConnection
- request - Variable in class org.apache.xmlrpc.webserver.ServletConnection
- request - Variable in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
- requestData - Variable in class org.apache.xmlrpc.webserver.Connection
- requestData - Variable in exception org.apache.xmlrpc.webserver.Connection.RequestException
- RequestData - Class in org.apache.xmlrpc.webserver
-
Web servers extension of
XmlRpcHttpRequestConfig
, which allows to store additional per request data. - RequestData(Connection) - Constructor for class org.apache.xmlrpc.webserver.RequestData
-
Creates a new instance.
- RequestException(RequestData, String) - Constructor for exception org.apache.xmlrpc.webserver.Connection.RequestException
- requestProcessorFactory - Variable in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
- requestProcessorFactoryFactory - Variable in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- requestProcessorFactoryFactory - Variable in class org.apache.xmlrpc.webserver.XmlRpcServlet
- RequestProcessorFactoryFactory - Interface in org.apache.xmlrpc.server
-
The request processor is the object, which is actually performing the request.
- RequestProcessorFactoryFactory.RequestProcessorFactory - Interface in org.apache.xmlrpc.server
-
This is the factory for request processors.
- RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory - Class in org.apache.xmlrpc.server
-
This is the default implementation of
RequestProcessorFactoryFactory
. - RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory - Class in org.apache.xmlrpc.server
-
This is an alternative implementation of
RequestProcessorFactoryFactory
. - RequestSpecificProcessorFactoryFactory() - Constructor for class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
- reqWriter - Variable in class org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
- ReqWriterImpl(XmlRpcRequest) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
- res - Variable in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- reset() - Method in class org.apache.xmlrpc.util.LimitedInputStream
- reset() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- reset() - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- resetBuffer() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- resetClientForRedirect() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- resetTask() - Method in class org.apache.xmlrpc.util.ThreadPool.Poolable
- response - Variable in class org.apache.xmlrpc.common.LocalStreamConnection
- response - Variable in class org.apache.xmlrpc.webserver.ServletConnection
- response - Variable in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
- responseGzipCompressed - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- responseSeen - Variable in class org.apache.xmlrpc.client.TimingOutCallback
- result - Variable in class org.apache.xmlrpc.client.TimingOutCallback
- result - Variable in class org.apache.xmlrpc.parser.TypeParserImpl
- run() - Method in interface org.apache.xmlrpc.util.ThreadPool.Task
-
Performs the task.
- run() - Method in class org.apache.xmlrpc.webserver.Connection
- run() - Method in class org.apache.xmlrpc.webserver.ServletConnection
- run() - Method in class org.apache.xmlrpc.webserver.WebServer
-
Listens for client requests until stopped.
- runningThreads - Variable in class org.apache.xmlrpc.util.ThreadPool
S
- SAXParsers - Class in org.apache.xmlrpc.util
-
Utility class for working with SAX parsers.
- SAXParsers() - Constructor for class org.apache.xmlrpc.util.SAXParsers
- sb - Variable in class org.apache.xmlrpc.parser.AtomicParser
- sendError(int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- sendError(int, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- sendError(int, String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- sendHeader(OutputStream, String, String) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- sendRedirect(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcLocalTransport
- sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
- sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
- sendRequest(XmlRpcRequest) - Method in interface org.apache.xmlrpc.client.XmlRpcTransport
-
Send an XML-RPC message.
- sendRequestHeaders(OutputStream) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- ser - Static variable in class org.apache.xmlrpc.serializer.NodeSerializer
- SERIALIZABLE_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- SERIALIZABLE_TAG - Static variable in class org.apache.xmlrpc.serializer.SerializableSerializer
-
Tag name of a base64 value.
- SerializableParser - Class in org.apache.xmlrpc.parser
-
A parser for serializable objects.
- SerializableParser() - Constructor for class org.apache.xmlrpc.parser.SerializableParser
- SerializableSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for instances ofSerializable
. - SerializableSerializer() - Constructor for class org.apache.xmlrpc.serializer.SerializableSerializer
- serialize(ContentHandler, Object) - Method in class org.apache.xmlrpc.jaxb.JaxbSerializer
- serialize(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ExtSerializer
-
Performs the actual serialization.
- serialize(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.NodeSerializer
- serializer - Variable in class org.apache.xmlrpc.jaxb.JaxbTypeFactory
- serialVersionUID - Static variable in exception org.apache.xmlrpc.client.TimingOutCallback.TimeoutException
- serialVersionUID - Static variable in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
- serialVersionUID - Static variable in exception org.apache.xmlrpc.client.XmlRpcClientException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.common.XmlRpcExtensionException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.common.XmlRpcInvocationException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.common.XmlRpcLoadException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.common.XmlRpcNotAuthorizedException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException
- serialVersionUID - Static variable in class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
- serialVersionUID - Static variable in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
- serialVersionUID - Static variable in exception org.apache.xmlrpc.util.XmlRpcIOException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.webserver.Connection.BadEncodingException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.webserver.Connection.BadRequestException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.webserver.Connection.RequestException
- serialVersionUID - Static variable in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
- serialVersionUID - Static variable in class org.apache.xmlrpc.webserver.XmlRpcServlet
- serialVersionUID - Static variable in exception org.apache.xmlrpc.XmlRpcException
- server - Variable in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
- server - Variable in class org.apache.xmlrpc.webserver.Connection
- server - Variable in class org.apache.xmlrpc.webserver.WebServer
- server - Variable in class org.apache.xmlrpc.webserver.XmlRpcServlet
- ServerHttpConnection - Interface in org.apache.xmlrpc.server
-
Interface of a
ServerStreamConnection
for HTTP response transport. - serverName - Static variable in class org.apache.xmlrpc.webserver.Connection
- serverSocket - Variable in class org.apache.xmlrpc.webserver.WebServer
- serverStreamConnection - Variable in class org.apache.xmlrpc.common.LocalStreamConnection
- ServerStreamConnection - Interface in org.apache.xmlrpc.common
-
Interface of an object, which is able to provide an XML stream, containing an XML-RPC request.
- serverURL - Variable in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
- servlet - Variable in class org.apache.xmlrpc.webserver.ServletConnection
- servlet - Variable in class org.apache.xmlrpc.webserver.ServletWebServer
- ServletConnection - Class in org.apache.xmlrpc.webserver
-
ServletWebServer's
ThreadPool.Task
for handling a single servlet connection. - ServletConnection(HttpServlet, Socket) - Constructor for class org.apache.xmlrpc.webserver.ServletConnection
-
Creates a new instance.
- ServletOutputStreamImpl - Class in org.apache.xmlrpc.webserver
-
Default implementation of a servlet output stream.
- ServletOutputStreamImpl(OutputStream, HttpServletResponseImpl) - Constructor for class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- ServletStreamConnection(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
- ServletWebServer - Class in org.apache.xmlrpc.webserver
-
This is a subclass of the
WebServer
, which offers a minimal servlet API. - ServletWebServer(HttpServlet, int) - Constructor for class org.apache.xmlrpc.webserver.ServletWebServer
-
Creates a new instance, which is listening on all local IP addresses and the given port.
- ServletWebServer(HttpServlet, int, InetAddress) - Constructor for class org.apache.xmlrpc.webserver.ServletWebServer
-
Creates a new instance, which is listening on the given IP address and the given port.
- ServletWebServer.Exception - Exception in org.apache.xmlrpc.webserver
-
This exception is thrown by the request handling classes, advising the server, that it should return an error response.
- setAttribute(String, Object) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- setAuthenticationHandler(AbstractReflectiveHandlerMapping.AuthenticationHandler) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Sets the authentication handler, if any, or null.
- setAuthenticationHandler(AbstractReflectiveHandlerMapping.AuthenticationHandler) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Sets the servlets
AbstractReflectiveHandlerMapping.AuthenticationHandler
. - setBasicEncoding(String) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
-
Sets the encoding for basic authentication.
- setBasicPassword(String) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
-
Sets the password for basic authentication.
- setBasicUserName(String) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
-
Sets the user name for basic authentication.
- setBufferSize(int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setCharacterEncoding(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- setCharacterEncoding(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
- setCompressionHeaders(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- setConfig(XmlRpcClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Sets the clients default configuration.
- setConfig(XmlRpcServerConfig) - Method in class org.apache.xmlrpc.server.XmlRpcServer
-
Sets the servers configuration.
- setConnectionTimeout(int) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
-
Set the connection timeout in milliseconds.
- setContentLength(int) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- setContentLength(int) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- setContentLength(int) - Method in interface org.apache.xmlrpc.server.ServerHttpConnection
-
Sets the content length.
- setContentLength(int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setContentLength(int) - Method in class org.apache.xmlrpc.webserver.RequestData
-
Sets the requests content length.
- setContentLengthLong(long) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setContentLengthOptional(boolean) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
-
Sets, whether a "Content-Length" header may be omitted.
- setContentType(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setCredentials(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- setCredentials(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- setDateHeader(String, long) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setDocumentLocator(Locator) - Method in class org.apache.xmlrpc.parser.ExtParser
- setDocumentLocator(Locator) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
- setEnabledForExceptions(boolean) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
-
Sets, whether the response should contain a "faultCause" element in case of errors.
- setEnabledForExceptions(boolean) - Method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
-
Sets, whether the server may create a "faultCause" element in an error response.
- setEnabledForExtensions(boolean) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
-
Sets, whether extensions are enabled.
- setEncoding(String) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
-
Sets the requests encoding.
- setErrorLogger(XmlRpcErrorLogger) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
Sets the error logger.
- setGzipCompressing(boolean) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
-
Sets, whether gzip compression is being used for transmitting the request.
- setGzipRequesting(boolean) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
-
Sets, whether gzip compression is requested for the response.
- setHandlerMapping(XmlRpcHandlerMapping) - Method in class org.apache.xmlrpc.server.XmlRpcServer
-
Sets the servers handler mapping.
- setHeader(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setHttpClient(HttpClient) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
-
Sets the factories
HttpClient
. - setHttpVersion(String) - Method in class org.apache.xmlrpc.webserver.RequestData
-
Sets the requests HTTP version.
- setIntHeader(String, int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setKeepAlive(boolean) - Method in class org.apache.xmlrpc.webserver.RequestData
-
Sets, whether HTTP keepAlive is enabled for this connection.
- setKeepAliveEnabled(boolean) - Method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
-
Sets, whether HTTP keepalive is enabled for this server.
- setLocale(Locale) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setMaxThreads(int) - Method in class org.apache.xmlrpc.common.XmlRpcController
-
Sets the maximum number of concurrent requests.
- setMethod(String) - Method in class org.apache.xmlrpc.webserver.RequestData
-
Sets the request method.
- setObjectMethodLocal(boolean) - Method in class 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. - setParanoid(boolean) - Method in class org.apache.xmlrpc.webserver.WebServer
-
Switch client filtering on/off.
- setProperty(Object, String, String) - Static method in class org.apache.xmlrpc.util.ReflectionUtil
-
This method attempts to set a property value on a given object by calling a matching setter.
- setProxy(String, int) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
-
Sets the proxy to use.
- setProxy(Proxy) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
-
Sets the proxy to use.
- setProxy(Proxy) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
-
Sets the proxy to use.
- setReplyTimeout(int) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
-
Set the reply timeout in milliseconds.
- setRequestHeader(String, String) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- setRequestHeader(String, String) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- setRequestHeader(String, String) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- setRequestHeader(String, String) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
- setRequestProcessorFactoryFactory(RequestProcessorFactoryFactory) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Sets the mappings
RequestProcessorFactoryFactory
. - setRequestProcessorFactoryFactory(RequestProcessorFactoryFactory) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Sets the servlets
RequestProcessorFactoryFactory
. - setResponseHeader(String, String) - Method in interface org.apache.xmlrpc.server.ServerHttpConnection
-
Sets a response header.
- setResponseHeader(String, String) - Method in class org.apache.xmlrpc.webserver.Connection
-
Sets a response header value.
- setResponseHeader(ServerStreamConnection, String, String) - Method in class org.apache.xmlrpc.server.XmlRpcHttpServer
- setResponseHeader(ServerStreamConnection, String, String) - Method in class org.apache.xmlrpc.webserver.ConnectionServer
- setResponseHeader(ServerStreamConnection, String, String) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
- setResult(Object) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
-
Sets the result object.
- setResult(String) - Method in class org.apache.xmlrpc.parser.AtomicParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.BigDecimalParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.BigIntegerParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.BooleanParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.CalendarParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.DateParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.DoubleParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.FloatParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.I1Parser
- setResult(String) - Method in class org.apache.xmlrpc.parser.I2Parser
- setResult(String) - Method in class org.apache.xmlrpc.parser.I4Parser
- setResult(String) - Method in class org.apache.xmlrpc.parser.I8Parser
- setResult(String) - Method in class org.apache.xmlrpc.parser.LongParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.NullParser
- setResult(String) - Method in class org.apache.xmlrpc.parser.StringParser
- setSAXParserFactory(SAXParserFactory) - Static method in class org.apache.xmlrpc.util.SAXParsers
-
Sets the SAX parser factory, which is used by Apache XML-RPC.
- setServerURL(URL) - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
-
Sets the servers URL.
- setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
-
Returns the SSL Socket Factory to use for https connections.
- setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
-
Returns the SSL Socket Factory to use for https connections.
- setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransport
-
Sets the SSLSocketFactory used to create secure sockets.
- setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
-
Sets the SSLSocketFactory to be used by transports.
- setStatus(int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setStatus(int, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- setSuccess(boolean) - Method in class org.apache.xmlrpc.webserver.RequestData
-
Sets, whether the request was executed successfull.
- setTimeZone(TimeZone) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
-
Returns the timezone, which is used to interpret date/time values.
- setTransportFactory(XmlRpcTransportFactory) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Sets the clients transport factory.
- setTypeConverterFactory(TypeConverterFactory) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Sets the mappings
TypeConverterFactory
. - setTypeConverterFactory(TypeConverterFactory) - Method in class org.apache.xmlrpc.server.XmlRpcServer
-
Sets the servers
TypeConverterFactory
. - setTypeConverterFactory(TypeConverterFactory) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
Sets the servlets
TypeConverterFactory
. - setTypeFactory(TypeFactory) - Method in class org.apache.xmlrpc.common.XmlRpcController
-
Sets the type factory.
- setupServerSocket(int) - Method in class org.apache.xmlrpc.webserver.WebServer
-
Initializes this server's listener socket with the specified attributes, assuring that a socket timeout has been set.
- setUserAgent(String) - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
- setVoidMethodEnabled(boolean) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
Sets, whether void methods are enabled.
- setWorkerFactory(XmlRpcWorkerFactory) - Method in class org.apache.xmlrpc.common.XmlRpcController
-
Sets the clients worker factory.
- setWriteListener(WriteListener) - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- setXmlRpcServer(XmlRpcRequestProcessor) - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
-
Returns the
XmlRpcRequestProcessor
being invoked. - setXmlWriterFactory(XmlWriterFactory) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
Sets the clients instance of
XmlWriterFactory
. - setXMLWriterFactory(XmlWriterFactory) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
Sets the XML Writer factory.
- SHORT_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- shortTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- shutdown() - Method in interface org.apache.xmlrpc.util.ThreadPool.InterruptableTask
-
Interrupts the task.
- shutdown() - Method in class org.apache.xmlrpc.util.ThreadPool.Poolable
- shutdown() - Method in class org.apache.xmlrpc.util.ThreadPool
-
Closes the pool.
- shutdown() - Method in class org.apache.xmlrpc.webserver.Connection
- shutdown() - Method in class org.apache.xmlrpc.webserver.ServletConnection
- shutdown() - Method in class org.apache.xmlrpc.webserver.WebServer
-
Stop listening on the server port.
- shuttingDown - Variable in class org.apache.xmlrpc.util.ThreadPool.Poolable
- shuttingDown - Variable in class org.apache.xmlrpc.webserver.Connection
- shuttingDown - Variable in class org.apache.xmlrpc.webserver.ServletConnection
- signatures - Variable in class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
- singleton - Variable in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
- sistream - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- skip(long) - Method in class org.apache.xmlrpc.util.LimitedInputStream
- skippedEntity(String) - Method in class org.apache.xmlrpc.parser.ExtParser
- skippedEntity(String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- skippedEntity(String) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
-
Skipped entities raise an exception by default.
- socket - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- socket - Variable in class org.apache.xmlrpc.webserver.Connection
- socket - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- socket - Variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- socket - Variable in class org.apache.xmlrpc.webserver.ServletConnection
- soStream - Variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- spf - Static variable in class org.apache.xmlrpc.util.SAXParsers
- ssl - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- sslSocketFactory - Variable in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
- sslSocketFactory - Variable in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
- sslSocketFactory - Variable in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransport
- sslSocketFactory - Variable in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
- start() - Method in class org.apache.xmlrpc.webserver.WebServer
-
Spawns a new thread which binds this server to the port it's configured to accept connections on.
- start(ThreadPool.Task) - Method in class org.apache.xmlrpc.util.ThreadPool.Poolable
- startAsync() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- startAsync(ServletRequest, ServletResponse) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- startDocument() - Method in class org.apache.xmlrpc.parser.AtomicParser
- startDocument() - Method in class org.apache.xmlrpc.parser.ByteArrayParser
- startDocument() - Method in class org.apache.xmlrpc.parser.ExtParser
- startDocument() - Method in class org.apache.xmlrpc.parser.MapParser
- startDocument() - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
- startDocument() - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- startDocument() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
- startDocument() - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
- startDocument() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
- startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.AtomicParser
- startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.ByteArrayParser
- startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.ExtParser
- startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.MapParser
- startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
- startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
- startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
- startPrefixMapping(String, String) - Method in class org.apache.xmlrpc.parser.ExtParser
- startPrefixMapping(String, String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- startPrefixMapping(String, String) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
- startTask(ThreadPool.Task) - Method in class org.apache.xmlrpc.util.ThreadPool
-
Starts a task immediately.
- startValueTag() - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
-
Called to start a value tag.
- StatelessProcessorFactoryFactory() - Constructor for class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
- status - Variable in exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
- status - Variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- statusCode - Variable in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
- statusMessage - Variable in exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
- STRING_SERIALIZER - Static variable in class org.apache.xmlrpc.common.TypeFactoryImpl
- STRING_TAG - Static variable in class org.apache.xmlrpc.serializer.StringSerializer
-
(Optional) Tag name of a string value.
- StringParser - Class in org.apache.xmlrpc.parser
-
Parser implementation for parsing a string.
- StringParser() - Constructor for class org.apache.xmlrpc.parser.StringParser
- StringSerializer - Class in org.apache.xmlrpc.serializer
-
A
TypeSerializer
for strings. - StringSerializer() - Constructor for class org.apache.xmlrpc.serializer.StringSerializer
- stringTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- STRUCT_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
-
Tag name of a maps struct tag.
- success - Variable in class org.apache.xmlrpc.webserver.RequestData
T
- target - Variable in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- task - Variable in class org.apache.xmlrpc.util.ThreadPool.Poolable
- text - Variable in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- theErrorLogger - Static variable in class org.apache.xmlrpc.server.XmlRpcStreamServer
- thread - Variable in class org.apache.xmlrpc.util.ThreadPool.Poolable
- threadGroup - Variable in class org.apache.xmlrpc.util.ThreadPool
- ThreadPool - Class in org.apache.xmlrpc.util
-
Simple thread pool.
- ThreadPool(int, String) - Constructor for class org.apache.xmlrpc.util.ThreadPool
-
Creates a new instance.
- ThreadPool.InterruptableTask - Interface in org.apache.xmlrpc.util
-
A task, which may be interrupted, if the pool is shutting down.
- ThreadPool.Poolable - Class in org.apache.xmlrpc.util
- ThreadPool.Task - Interface in org.apache.xmlrpc.util
-
The thread pool contains instances of
ThreadPool.Task
. - timeout - Variable in class org.apache.xmlrpc.client.TimingOutCallback
- TimeoutException(int, String) - Constructor for exception org.apache.xmlrpc.client.TimingOutCallback.TimeoutException
-
Creates a new instance with the given error code and error message.
- timeZone - Variable in class org.apache.xmlrpc.XmlRpcConfigImpl
- TimingOutCallback - Class in org.apache.xmlrpc.client
-
A callback object that can wait up to a specified amount of time for the XML-RPC response.
- TimingOutCallback(long) - Constructor for class org.apache.xmlrpc.client.TimingOutCallback
-
Waits the specified number of milliseconds for a response.
- TimingOutCallback.TimeoutException - Exception in org.apache.xmlrpc.client
-
This exception is thrown, if the request times out.
- toHTTPBytes(String) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- toHTTPBytes(String) - Static method in class org.apache.xmlrpc.webserver.Connection
-
Returns the US-ASCII encoded byte representation of text for HTTP use (as per section 2.2 of RFC 2068).
- transportFactory - Variable in class org.apache.xmlrpc.client.XmlRpcClient
- TRUE - Static variable in class org.apache.xmlrpc.serializer.BooleanSerializer
- TypeConverter - Interface in org.apache.xmlrpc.common
-
A
TypeConverter
is used when actually calling the handler method or actually returning the result object. - typeConverterFactory - Variable in class org.apache.xmlrpc.client.util.ClientFactory
- typeConverterFactory - Variable in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- typeConverterFactory - Variable in class org.apache.xmlrpc.server.XmlRpcServer
- typeConverterFactory - Variable in class org.apache.xmlrpc.webserver.XmlRpcServlet
- TypeConverterFactory - Interface in org.apache.xmlrpc.common
-
A
TypeConverterFactory
is called for creating instances ofTypeConverter
. - TypeConverterFactoryImpl - Class in org.apache.xmlrpc.common
-
Default implementation of
TypeConverterFactory
. - TypeConverterFactoryImpl() - Constructor for class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- TypeConverterFactoryImpl.CastCheckingTypeConverter - Class in org.apache.xmlrpc.common
- TypeConverterFactoryImpl.IdentityTypeConverter - Class in org.apache.xmlrpc.common
- TypeConverterFactoryImpl.ListTypeConverter - Class in org.apache.xmlrpc.common
- TypeConverterFactoryImpl.PrimitiveTypeConverter - Class in org.apache.xmlrpc.common
- typeConverters - Variable in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.MethodData
- typeFactory - Variable in class org.apache.xmlrpc.common.XmlRpcController
- typeFactory - Variable in class org.apache.xmlrpc.serializer.MapSerializer
- typeFactory - Variable in class org.apache.xmlrpc.serializer.ObjectArraySerializer
- typeFactory - Variable in class org.apache.xmlrpc.serializer.XmlRpcWriter
- TypeFactory - Interface in org.apache.xmlrpc.common
-
A type factory creates serializers or handlers, based on the object type.
- TypeFactoryImpl - Class in org.apache.xmlrpc.common
-
Default implementation of a type factory.
- TypeFactoryImpl(XmlRpcController) - Constructor for class org.apache.xmlrpc.common.TypeFactoryImpl
-
Creates a new instance.
- typeParser - Variable in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
- TypeParser - Interface in org.apache.xmlrpc.parser
-
Interface of a SAX handler parsing a single parameter or result object.
- TypeParserImpl - Class in org.apache.xmlrpc.parser
-
Abstract base implementation of a
TypeParser
, for derivation of subclasses. - TypeParserImpl() - Constructor for class org.apache.xmlrpc.parser.TypeParserImpl
- TypeSerializer - Interface in org.apache.xmlrpc.serializer
-
A
TypeSerializer
is able to write a parameter or result object to the XML RPC request or response. - TypeSerializerImpl - Class in org.apache.xmlrpc.serializer
-
Abstract base implementation of a type serializer.
- TypeSerializerImpl() - Constructor for class org.apache.xmlrpc.serializer.TypeSerializerImpl
U
- upgrade(Class) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- uri - Variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- uri - Variable in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
- US_ASCII - Static variable in class org.apache.xmlrpc.webserver.Connection
- USER_AGENT - Static variable in class org.apache.xmlrpc.client.XmlRpcHttpTransport
-
The user agent string.
- userAgent - Variable in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
- userAgent - Static variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- userAgent - Variable in class org.apache.xmlrpc.client.XmlRpcHttpTransport
- userAgent - Static variable in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- userAgent - Static variable in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
- UTF8_ENCODING - Static variable in interface org.apache.xmlrpc.common.XmlRpcStreamConfig
-
Default encoding (UTF-8).
- Util - Class in org.apache.xmlrpc.metadata
-
Utility class, which provides services to meta data handlers and handler mappings.
- Util() - Constructor for class org.apache.xmlrpc.metadata.Util
V
- VALUE_TAG - Static variable in class org.apache.xmlrpc.serializer.TypeSerializerImpl
-
Tag name of a value element.
- vectorTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
- voidMethodEnabled - Variable in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
- voidTypeConverter - Static variable in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
W
- waitForResponse() - Method in class org.apache.xmlrpc.client.TimingOutCallback
-
Called to wait for the response.
- waitingTasks - Variable in class org.apache.xmlrpc.util.ThreadPool
- waitingThreads - Variable in class org.apache.xmlrpc.util.ThreadPool
- webServer - Variable in class org.apache.xmlrpc.webserver.Connection
- WebServer - Class in org.apache.xmlrpc.webserver
-
The
WebServer
is a minimal HTTP server, that might be used as an embedded web server. - WebServer(int) - Constructor for class org.apache.xmlrpc.webserver.WebServer
-
Creates a web server at the specified port number.
- WebServer(int, InetAddress) - Constructor for class org.apache.xmlrpc.webserver.WebServer
-
Creates a web server at the specified port number and IP address.
- WebServer.AddressMatcher - Class in org.apache.xmlrpc.webserver
- workerFactory - Variable in class org.apache.xmlrpc.common.XmlRpcController
- write(byte[], int, int) - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- write(int) - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
- write(OutputStream) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
- write(OutputStream) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
- write(OutputStream) - Method in interface org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriter
-
Writes the requests data to the given output stream.
- write(OutputStream) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
-
Writes the requests uncompressed XML data to the given output stream.
- write(XmlRpcRequest) - Method in class org.apache.xmlrpc.serializer.XmlRpcWriter
-
Writes a clients request to the output stream.
- write(XmlRpcRequestConfig, int, String) - Method in class org.apache.xmlrpc.serializer.XmlRpcWriter
-
Writes a servers error message to the output stream.
- write(XmlRpcRequestConfig, int, String, Throwable) - Method in class org.apache.xmlrpc.serializer.XmlRpcWriter
-
Writes a servers error message to the output stream.
- write(XmlRpcRequestConfig, Object) - Method in class org.apache.xmlrpc.serializer.XmlRpcWriter
-
Writes a servers response to the output stream.
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.BigDecimalSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.BigIntegerSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.BooleanSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ByteArraySerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.CalendarSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.DateSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.DoubleSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ExtSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.FloatSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.I1Serializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.I2Serializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.I4Serializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.I8Serializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.MapSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.NullSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ObjectArraySerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.SerializableSerializer
- write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.StringSerializer
- write(ContentHandler, Object) - Method in interface org.apache.xmlrpc.serializer.TypeSerializer
-
Writes the object
pObject
to the SAX handlerpHandler
. - write(ContentHandler, String, char[]) - Method in class org.apache.xmlrpc.serializer.TypeSerializerImpl
- write(ContentHandler, String, String) - Method in class org.apache.xmlrpc.serializer.TypeSerializerImpl
- write(ContentHandler, String, String, String) - Method in class org.apache.xmlrpc.serializer.TypeSerializerImpl
- writeContentLengthHeader(int) - Method in class org.apache.xmlrpc.webserver.Connection
- writeData(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ListSerializer
- writeData(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.MapSerializer
- writeData(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ObjectArraySerializer
- writeEntry(ContentHandler, Object, Object) - Method in class org.apache.xmlrpc.serializer.MapSerializer
- writeError(XmlRpcStreamRequestConfig, OutputStream, Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
- writeError(XmlRpcStreamRequestConfig, OutputStream, Throwable) - Method in class org.apache.xmlrpc.webserver.ConnectionServer
- writeError(RequestData, Throwable, ByteArrayOutputStream) - Method in class org.apache.xmlrpc.webserver.Connection
-
Writes an error response to the output stream.
- writeErrorHeader(RequestData, Throwable, int) - Method in class org.apache.xmlrpc.webserver.Connection
-
Writes an error responses headers to the output stream.
- writeObject(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ObjectArraySerializer
- writer - Variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
- writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
- writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
- writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
- writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
- writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
- writeResponse(XmlRpcStreamRequestConfig, OutputStream, Object) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
- writeResponse(XmlRpcStreamRequestConfig, OutputStream, Object) - Method in class org.apache.xmlrpc.webserver.ConnectionServer
- writeResponse(RequestData, OutputStream) - Method in class org.apache.xmlrpc.webserver.Connection
-
Writes the response header and the response to the output stream.
- writeResponseHeader(RequestData, int) - Method in class org.apache.xmlrpc.webserver.Connection
-
Writes the response header to the output stream.
- writerFactory - Variable in class org.apache.xmlrpc.server.XmlRpcStreamServer
- writeValue(Object) - Method in class org.apache.xmlrpc.serializer.XmlRpcWriter
-
Writes the XML representation of a Java object.
- writeValue(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.MapSerializer
- wwwAuthenticate - Static variable in class org.apache.xmlrpc.webserver.Connection
X
- XmlRpcClient - Class in org.apache.xmlrpc.client
-
The main access point of an XML-RPC client.
- XmlRpcClient() - Constructor for class org.apache.xmlrpc.client.XmlRpcClient
- XmlRpcClientConfig - Interface in org.apache.xmlrpc.client
-
This interface is being implemented by an Apache XML-RPC clients configuration object.
- XmlRpcClientConfigImpl - Class in org.apache.xmlrpc.client
-
Default implementation of a clients request configuration.
- XmlRpcClientConfigImpl() - Constructor for class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
-
Creates a new client configuration with default settings.
- XmlRpcClientDefaults - Class in org.apache.xmlrpc.client
-
This class is responsible to provide default settings.
- XmlRpcClientDefaults() - Constructor for class org.apache.xmlrpc.client.XmlRpcClientDefaults
- XmlRpcClientException - Exception in 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) - Constructor for exception org.apache.xmlrpc.client.XmlRpcClientException
-
Create an XmlRpcClientException with the given message and underlying cause exception.
- XmlRpcClientRequestImpl - Class in org.apache.xmlrpc.client
-
Default implementation of
XmlRpcRequest
. - XmlRpcClientRequestImpl(XmlRpcRequestConfig, String, Object[]) - Constructor for class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
-
Creates a new instance.
- XmlRpcClientRequestImpl(XmlRpcRequestConfig, String, List) - Constructor for class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
-
Creates a new instance.
- XmlRpcClientWorker - Class in org.apache.xmlrpc.client
-
Object, which performs a request on the clients behalf.
- XmlRpcClientWorker(XmlRpcClientWorkerFactory) - Constructor for class org.apache.xmlrpc.client.XmlRpcClientWorker
-
Creates a new instance.
- XmlRpcClientWorkerFactory - Class in org.apache.xmlrpc.client
-
A worker factory for the client, creating instances of
XmlRpcClientWorker
. - XmlRpcClientWorkerFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcClientWorkerFactory
-
Creates a new instance.
- XmlRpcCommonsTransport - Class in org.apache.xmlrpc.client
-
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
- XmlRpcCommonsTransport(XmlRpcCommonsTransportFactory) - Constructor for class org.apache.xmlrpc.client.XmlRpcCommonsTransport
-
Creates a new instance.
- XmlRpcCommonsTransportFactory - Class in org.apache.xmlrpc.client
-
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
- XmlRpcCommonsTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
-
Creates a new instance.
- XmlRpcConfig - Interface in org.apache.xmlrpc
-
A common base interface for
XmlRpcClientConfig
, andXmlRpcServerConfig
. - XmlRpcConfigImpl - Class in org.apache.xmlrpc
-
Default implementation of
XmlRpcConfig
. - XmlRpcConfigImpl() - Constructor for class org.apache.xmlrpc.XmlRpcConfigImpl
- XmlRpcController - Class in org.apache.xmlrpc.common
-
A common base class for
XmlRpcServer
andXmlRpcClient
. - XmlRpcController() - Constructor for class org.apache.xmlrpc.common.XmlRpcController
- XmlRpcDateTimeDateFormat - Class in org.apache.xmlrpc.util
-
An extension of
XmlRpcDateTimeFormat
, which accepts and/or creates instances ofDate
. - XmlRpcDateTimeDateFormat() - Constructor for class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
- XmlRpcDateTimeFormat - Class in org.apache.xmlrpc.util
-
An instance of
Format
, which may be used to parse and formatdateTime
values, as specified by the XML-RPC specification. - XmlRpcDateTimeFormat() - Constructor for class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
- XmlRpcErrorLogger - Class in org.apache.xmlrpc.server
-
Instances of this class can be used to customize the servers error logging.
- XmlRpcErrorLogger() - Constructor for class org.apache.xmlrpc.server.XmlRpcErrorLogger
- XmlRpcException - Exception in org.apache.xmlrpc
-
This exception is thrown by the XmlRpcClient, if an invocation of the remote method failed.
- XmlRpcException(int, String) - Constructor for exception org.apache.xmlrpc.XmlRpcException
-
Creates a new instance with the given error code and error message.
- XmlRpcException(int, String, Throwable) - Constructor for exception org.apache.xmlrpc.XmlRpcException
-
Creates a new instance with the given error code, error message and cause.
- XmlRpcException(String) - Constructor for exception org.apache.xmlrpc.XmlRpcException
-
Creates a new instance with the given error message and error code 0.
- XmlRpcException(String, Throwable) - Constructor for exception org.apache.xmlrpc.XmlRpcException
-
Creates a new instance with the given error message and cause.
- XmlRpcExtensionException - Exception in org.apache.xmlrpc.common
-
This exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.
- XmlRpcExtensionException(String) - Constructor for exception org.apache.xmlrpc.common.XmlRpcExtensionException
-
Creates a new instance with the given error message.
- XmlRpcHandler - Interface in org.apache.xmlrpc
-
The XML-RPC server uses this interface to call a method of an RPC handler.
- XmlRpcHandlerMapping - Interface in org.apache.xmlrpc.server
-
Maps from a handler name to a handler object.
- XmlRpcHttpClientConfig - Interface in org.apache.xmlrpc.client
-
Extension of
XmlRpcClientConfig
for HTTP based transport. - XmlRpcHttpConfig - Interface in org.apache.xmlrpc.common
-
Interface of a configuration for HTTP requests.
- XmlRpcHttpRequestConfig - Interface in org.apache.xmlrpc.common
-
Extension of
XmlRpcClientConfig
for HTTP based transport. - XmlRpcHttpRequestConfigImpl - Class in org.apache.xmlrpc.common
-
Default implementation of a request configuration.
- XmlRpcHttpRequestConfigImpl() - Constructor for class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
- XmlRpcHttpServer - Class in org.apache.xmlrpc.server
-
Abstract extension of
XmlRpcStreamServer
for deriving HTTP servers. - XmlRpcHttpServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcHttpServer
- XmlRpcHttpServerConfig - Interface in org.apache.xmlrpc.server
-
HTTP servers configuration.
- XmlRpcHttpTransport - Class in org.apache.xmlrpc.client
-
Abstract base implementation of an HTTP transport.
- XmlRpcHttpTransport(XmlRpcClient, String) - Constructor for class org.apache.xmlrpc.client.XmlRpcHttpTransport
- XmlRpcHttpTransport.ByteArrayReqWriter - Class in org.apache.xmlrpc.client
- XmlRpcHttpTransportException - Exception in 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) - Constructor for exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
-
Creates a new instance with the specified HTTP status code and HTTP status message.
- XmlRpcHttpTransportException(int, String, String) - Constructor for exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
-
Construct a new XmlRpcHttpTransportException with the specified HTTP status code, HTTP status message, and exception message.
- XmlRpcInvocationException - Exception in org.apache.xmlrpc.common
-
This exception is thrown, if the server catches an exception, which is thrown by the handler.
- XmlRpcInvocationException(int, String, Throwable) - Constructor for exception org.apache.xmlrpc.common.XmlRpcInvocationException
-
Creates a new instance with the given error code, error message and cause.
- XmlRpcInvocationException(String, Throwable) - Constructor for exception org.apache.xmlrpc.common.XmlRpcInvocationException
-
Creates a new instance with the given error message and cause.
- XmlRpcIOException - Exception in org.apache.xmlrpc.util
-
This is a subclass of
IOException
, which allows to attach a linked exception. - XmlRpcIOException(Throwable) - Constructor for exception org.apache.xmlrpc.util.XmlRpcIOException
-
Creates a new instance of
XmlRpcIOException
with the given cause. - XmlRpcListableHandlerMapping - Interface in org.apache.xmlrpc.metadata
-
A listable handler mapping is able to provide support for XML-RPC meta data, as specified here.
- XmlRpcLite14HttpTransport - Class in org.apache.xmlrpc.client
-
A "light" HTTP transport implementation for Java 1.4.
- XmlRpcLite14HttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
-
Creates a new instance.
- XmlRpcLite14HttpTransportFactory - Class in org.apache.xmlrpc.client
-
Java 1.4 specific factory for the lite HTTP transport,
XmlRpcLiteHttpTransport
. - XmlRpcLite14HttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
-
Creates a new instance.
- XmlRpcLiteHttpTransport - Class in org.apache.xmlrpc.client
-
A "light" HTTP transport implementation.
- XmlRpcLiteHttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
-
Creates a new instance.
- XmlRpcLiteHttpTransportFactory - Class in org.apache.xmlrpc.client
-
Factory for the lite HTTP transport,
XmlRpcLiteHttpTransport
. - XmlRpcLiteHttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
-
Creates a new instance.
- XmlRpcLoadException - Exception in org.apache.xmlrpc.common
-
This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.
- XmlRpcLoadException(String) - Constructor for exception org.apache.xmlrpc.common.XmlRpcLoadException
-
Creates a new instance.
- XmlRpcLocalClientConfig - Interface in org.apache.xmlrpc.client
-
Interface of a client configuration for local rpc calls.
- XmlRpcLocalStreamServer - Class in org.apache.xmlrpc.server
-
Server part of a local stream transport.
- XmlRpcLocalStreamServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcLocalStreamServer
- XmlRpcLocalStreamTransport - Class in org.apache.xmlrpc.client
-
Another local transport for debugging and testing.
- XmlRpcLocalStreamTransport(XmlRpcClient, XmlRpcStreamRequestProcessor) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
-
Creates a new instance.
- XmlRpcLocalStreamTransportFactory - Class in org.apache.xmlrpc.client
-
Another local transport factory for debugging and testing.
- XmlRpcLocalStreamTransportFactory(XmlRpcClient, XmlRpcStreamRequestProcessor) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
-
Creates a new instance.
- XmlRpcLocalTransport - Class in org.apache.xmlrpc.client
-
The default implementation of a local transport.
- XmlRpcLocalTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalTransport
-
Creates a new instance.
- XmlRpcLocalTransportFactory - Class in org.apache.xmlrpc.client
-
A transport factory being used for local XML-RPC calls.
- XmlRpcLocalTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalTransportFactory
-
Creates a new instance, operated by the given client.
- XmlRpcMetaDataHandler - Interface in org.apache.xmlrpc.metadata
-
A metadata handler is able to provide metadata about itself, as specified here.
- XmlRpcNoSuchHandlerException - Exception in org.apache.xmlrpc.server
-
This exception is thrown, if an unknown handler is called.
- XmlRpcNoSuchHandlerException(String) - Constructor for exception org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException
-
Creates a new instance with the given message.
- XmlRpcNotAuthorizedException - Exception in org.apache.xmlrpc.common
-
This exception must be thrown, if the user isn't authenticated.
- XmlRpcNotAuthorizedException(String) - Constructor for exception org.apache.xmlrpc.common.XmlRpcNotAuthorizedException
-
Creates a new instance with the given error message.
- XmlRpcRequest - Interface in org.apache.xmlrpc
-
Interface to an XML-RPC request made by a client.
- XmlRpcRequestConfig - Interface in org.apache.xmlrpc
-
Interface of a request configuration.
- XmlRpcRequestParser - Class in org.apache.xmlrpc.parser
-
A SAX parser for an
XmlRpcClient
's request. - XmlRpcRequestParser(XmlRpcStreamConfig, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.XmlRpcRequestParser
-
Creates a new instance, which parses a clients request.
- XmlRpcRequestProcessor - Interface in org.apache.xmlrpc.common
-
Interface of an object, which is able to process XML-RPC requests.
- XmlRpcRequestProcessorFactory - Interface in org.apache.xmlrpc.common
-
Interface of an object, which may be used to create instances of
XmlRpcRequestProcessor
. - XmlRpcResponseParser - Class in org.apache.xmlrpc.parser
-
A SAX parser for an
XmlRpcServer
's response. - XmlRpcResponseParser(XmlRpcStreamRequestConfig, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.XmlRpcResponseParser
-
Creates a new instance.
- xmlRpcServer - Variable in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
- XmlRpcServer - Class in org.apache.xmlrpc.server
-
A multithreaded, reusable XML-RPC server object.
- XmlRpcServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcServer
- XmlRpcServerConfig - Interface in org.apache.xmlrpc.server
-
Server specific extension of
XmlRpcConfig
. - XmlRpcServerConfigImpl - Class in org.apache.xmlrpc.server
-
Default implementation of
XmlRpcServerConfig
. - XmlRpcServerConfigImpl() - Constructor for class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
- XmlRpcServerWorker - Class in org.apache.xmlrpc.server
-
Server specific implementation of
XmlRpcWorker
. - XmlRpcServerWorker(XmlRpcServerWorkerFactory) - Constructor for class org.apache.xmlrpc.server.XmlRpcServerWorker
-
Creates a new instance.
- XmlRpcServerWorkerFactory - Class in org.apache.xmlrpc.server
-
Server specific worker factory.
- XmlRpcServerWorkerFactory(XmlRpcServer) - Constructor for class org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
-
Creates a new factory with the given controller.
- XmlRpcServlet - Class in org.apache.xmlrpc.webserver
-
A default servlet implementation The typical use would be to derive a subclass, which is overwriting at least the method
XmlRpcServlet.newXmlRpcHandlerMapping()
. - XmlRpcServlet() - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServlet
- XmlRpcServletServer - Class in org.apache.xmlrpc.webserver
-
An extension of
XmlRpcServer
, which is suitable for processing servlet requests. - XmlRpcServletServer() - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServletServer
- XmlRpcServletServer.ServletStreamConnection - Class in org.apache.xmlrpc.webserver
- XmlRpcStreamConfig - Interface in org.apache.xmlrpc.common
-
Interface of a configuration for a stream based transport.
- XmlRpcStreamRequestConfig - Interface in org.apache.xmlrpc.common
-
Interface of a client configuration for a transport, which is implemented by writing to a stream.
- XmlRpcStreamRequestProcessor - Interface in org.apache.xmlrpc.common
-
An instance of
XmlRpcRequestProcessor
, which is processing an XML stream. - XmlRpcStreamServer - Class in org.apache.xmlrpc.server
-
Extension of
XmlRpcServer
with support for reading requests from a stream and writing the response to another stream. - XmlRpcStreamServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcStreamServer
- XmlRpcStreamTransport - Class in 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) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransport
-
Creates a new instance on behalf of the given client.
- XmlRpcStreamTransport.GzipReqWriter - Class in org.apache.xmlrpc.client
- XmlRpcStreamTransport.ReqWriter - Interface in org.apache.xmlrpc.client
- XmlRpcStreamTransport.ReqWriterImpl - Class in org.apache.xmlrpc.client
- XmlRpcStreamTransportFactory - Class in org.apache.xmlrpc.client
-
Abstract base implementation of a factory for stream transports.
- XmlRpcStreamTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransportFactory
- XmlRpcSun14HttpTransport - Class in org.apache.xmlrpc.client
-
Default implementation of an HTTP transport in Java 1.4, based on the
HttpURLConnection
class. - XmlRpcSun14HttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSun14HttpTransport
-
Creates a new instance.
- XmlRpcSun14HttpTransportFactory - Class in org.apache.xmlrpc.client
-
Default implementation of an HTTP transport factory in Java 1.4, based on the
HttpURLConnection
class. - XmlRpcSun14HttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
-
Creates a new factory, which creates transports for the given client.
- XmlRpcSun15HttpTransport - Class in org.apache.xmlrpc.client
-
Default implementation of an HTTP transport in Java 1.4, based on the
HttpURLConnection
class. - XmlRpcSun15HttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
-
Creates a new instance.
- XmlRpcSun15HttpTransportFactory - Class in org.apache.xmlrpc.client
-
Default implementation of an HTTP transport in Java 1.5, based on the
HttpURLConnection
class. - XmlRpcSun15HttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
-
Creates a new factory, which creates transports for the given client.
- XmlRpcSunHttpTransport - Class in org.apache.xmlrpc.client
-
Default implementation of an HTTP transport, based on the
HttpURLConnection
class. - XmlRpcSunHttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
-
Creates a new instance.
- XmlRpcSunHttpTransportFactory - Class in org.apache.xmlrpc.client
-
Default implementation of a HTTP transport factory, based on the
HttpURLConnection
class. - XmlRpcSunHttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory
-
Creates a new factory, which creates transports for the given client.
- XmlRpcSystemImpl - Class in org.apache.xmlrpc.metadata
-
This class implements the various "system" calls, as specifies by
XmlRpcListableHandlerMapping
. - XmlRpcSystemImpl(XmlRpcListableHandlerMapping) - Constructor for class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
-
Creates a new instance, which provides meta data for the given handler mappings methods.
- XmlRpcTransport - Interface in org.apache.xmlrpc.client
-
Interface from XML-RPC to an underlying transport, most likely based on HTTP.
- XmlRpcTransportFactory - Interface in org.apache.xmlrpc.client
-
Interface of an object creating instances of
XmlRpcTransport
. - XmlRpcTransportFactoryImpl - Class in org.apache.xmlrpc.client
-
Abstract base implementation of an
XmlRpcTransportFactory
. - XmlRpcTransportFactoryImpl(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
-
Creates a new instance.
- XmlRpcTransportImpl - Class in org.apache.xmlrpc.client
-
Abstract base implementation of an
XmlRpcTransport
. - XmlRpcTransportImpl(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcTransportImpl
-
Creates a new instance.
- XmlRpcWorker - Interface in org.apache.xmlrpc.common
-
An object, which executes requests on the controllers behalf.
- XmlRpcWorkerFactory - Class in org.apache.xmlrpc.common
-
A factory for
XmlRpcWorker
instances. - XmlRpcWorkerFactory(XmlRpcController) - Constructor for class org.apache.xmlrpc.common.XmlRpcWorkerFactory
-
Creates a new instance.
- XmlRpcWriter - Class in org.apache.xmlrpc.serializer
-
This class is responsible for writing an XmlRpc request or an XmlRpc response to an output stream.
- XmlRpcWriter(XmlRpcStreamConfig, ContentHandler, TypeFactory) - Constructor for class org.apache.xmlrpc.serializer.XmlRpcWriter
-
Creates a new instance.
- xmlWriterFactory - Variable in class org.apache.xmlrpc.client.XmlRpcClient
- xmlWriterFactory - Static variable in class org.apache.xmlrpc.client.XmlRpcClientDefaults
- XmlWriterFactory - Interface in org.apache.xmlrpc.serializer
-
This factory is responsible for creating instances of
XMLWriter
.
Z
- ZERO_ATTRIBUTES - Static variable in class org.apache.xmlrpc.serializer.TypeSerializerImpl
- ZERO_ATTRIBUTES - Static variable in class org.apache.xmlrpc.serializer.XmlRpcWriter
- ZERO_PARAMS - Static variable in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
All Classes All Packages