|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XmlRpcStreamConfig in org.apache.xmlrpc |
Classes in org.apache.xmlrpc that implement XmlRpcStreamConfig | |
class |
XmlRpcConfigImpl
Default implementation of XmlRpcConfig . |
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.client |
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.client | |
interface |
XmlRpcHttpClientConfig
Extension of XmlRpcClientConfig
for HTTP based transport. |
Classes in org.apache.xmlrpc.client that implement XmlRpcStreamConfig | |
class |
XmlRpcClientConfigImpl
Default implementation of a clients request configuration. |
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.common |
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.common | |
interface |
XmlRpcHttpConfig
Interface of a configuration for HTTP requests. |
interface |
XmlRpcHttpRequestConfig
Extension of XmlRpcClientConfig
for HTTP based transport. |
interface |
XmlRpcStreamRequestConfig
Interface of a client configuration for a transport, which is implemented by writing to a stream. |
Classes in org.apache.xmlrpc.common that implement XmlRpcStreamConfig | |
class |
XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration. |
Methods in org.apache.xmlrpc.common with parameters of type XmlRpcStreamConfig | |
TypeSerializer |
TypeFactory.getSerializer(XmlRpcStreamConfig pConfig,
java.lang.Object pObject)
Creates a serializer for the object pObject . |
TypeParser |
TypeFactory.getParser(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
java.lang.String pURI,
java.lang.String pLocalName)
Creates a parser for a parameter or result object. |
TypeSerializer |
TypeFactoryImpl.getSerializer(XmlRpcStreamConfig pConfig,
java.lang.Object pObject)
|
TypeParser |
TypeFactoryImpl.getParser(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
java.lang.String pURI,
java.lang.String pLocalName)
|
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.jaxb |
Methods in org.apache.xmlrpc.jaxb with parameters of type XmlRpcStreamConfig | |
TypeParser |
JaxbTypeFactory.getParser(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
java.lang.String pURI,
java.lang.String pLocalName)
|
TypeSerializer |
JaxbTypeFactory.getSerializer(XmlRpcStreamConfig pConfig,
java.lang.Object pObject)
|
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.parser |
Fields in org.apache.xmlrpc.parser declared as XmlRpcStreamConfig | |
protected XmlRpcStreamConfig |
RecursiveTypeParserImpl.cfg
|
Constructors in org.apache.xmlrpc.parser with parameters of type XmlRpcStreamConfig | |
ObjectArrayParser(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance. |
|
XmlRpcRequestParser(XmlRpcStreamConfig pConfig,
TypeFactory pTypeFactory)
Creates a new instance, which parses a clients request. |
|
MapParser(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance. |
|
RecursiveTypeParserImpl(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance. |
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.serializer |
Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfig | |
org.xml.sax.ContentHandler |
XmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream)
Creates a new instance of ContentHandler ,
writing to the given OutputStream . |
org.xml.sax.ContentHandler |
DefaultXMLWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream)
|
org.xml.sax.ContentHandler |
BaseXmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
java.io.OutputStream pStream)
|
Constructors in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfig | |
MapSerializer(TypeFactory pTypeFactory,
XmlRpcStreamConfig pConfig)
Creates a new instance. |
|
ListSerializer(TypeFactory pTypeFactory,
XmlRpcStreamConfig pConfig)
Creates a new instance. |
|
ObjectArraySerializer(TypeFactory pTypeFactory,
XmlRpcStreamConfig pConfig)
Creates a new instance. |
|
XmlRpcWriter(XmlRpcStreamConfig pConfig,
org.xml.sax.ContentHandler pHandler,
TypeFactory pTypeFactory)
Creates a new instance. |
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.server |
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.server | |
interface |
XmlRpcHttpServerConfig
HTTP servers configuration. |
Classes in org.apache.xmlrpc.server that implement XmlRpcStreamConfig | |
class |
XmlRpcServerConfigImpl
Default implementation of XmlRpcServerConfig . |
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.webserver |
Classes in org.apache.xmlrpc.webserver that implement XmlRpcStreamConfig | |
class |
RequestData
Web servers extension of XmlRpcHttpRequestConfig ,
which allows to store additional per request data. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |