Uses of Interface
org.apache.xmlrpc.common.XmlRpcStreamConfig
-
-
Uses of XmlRpcStreamConfig in org.apache.xmlrpc
Classes in org.apache.xmlrpc that implement XmlRpcStreamConfig Modifier and Type Class Description class
XmlRpcConfigImpl
Default implementation ofXmlRpcConfig
. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.client Modifier and Type Interface Description interface
XmlRpcHttpClientConfig
Extension ofXmlRpcClientConfig
for HTTP based transport.Classes in org.apache.xmlrpc.client that implement XmlRpcStreamConfig Modifier and Type Class Description 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 Modifier and Type Interface Description interface
XmlRpcHttpConfig
Interface of a configuration for HTTP requests.interface
XmlRpcHttpRequestConfig
Extension ofXmlRpcClientConfig
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 Modifier and Type Class Description class
XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration.Methods in org.apache.xmlrpc.common with parameters of type XmlRpcStreamConfig Modifier and Type Method Description TypeParser
TypeFactory. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)
Creates a parser for a parameter or result object.TypeParser
TypeFactoryImpl. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)
TypeSerializer
TypeFactory. getSerializer(XmlRpcStreamConfig pConfig, java.lang.Object pObject)
Creates a serializer for the objectpObject
.TypeSerializer
TypeFactoryImpl. getSerializer(XmlRpcStreamConfig pConfig, java.lang.Object pObject)
-
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.jaxb
Methods in org.apache.xmlrpc.jaxb with parameters of type XmlRpcStreamConfig Modifier and Type Method Description TypeParser
JaxbTypeFactory. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.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 Modifier and Type Field Description protected XmlRpcStreamConfig
RecursiveTypeParserImpl. cfg
Constructors in org.apache.xmlrpc.parser with parameters of type XmlRpcStreamConfig Constructor Description MapParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, TypeFactory pFactory)
Creates a new instance.ObjectArrayParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, TypeFactory pFactory)
Creates a new instance.RecursiveTypeParserImpl(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, TypeFactory pFactory)
Creates a new instance.XmlRpcRequestParser(XmlRpcStreamConfig pConfig, TypeFactory pTypeFactory)
Creates a new instance, which parses a clients request. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.serializer
Fields in org.apache.xmlrpc.serializer declared as XmlRpcStreamConfig Modifier and Type Field Description private XmlRpcStreamConfig
MapSerializer. config
private XmlRpcStreamConfig
ObjectArraySerializer. config
private XmlRpcStreamConfig
XmlRpcWriter. config
Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfig Modifier and Type Method Description org.xml.sax.ContentHandler
BaseXmlWriterFactory. getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)
org.xml.sax.ContentHandler
DefaultXMLWriterFactory. getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)
org.xml.sax.ContentHandler
XmlWriterFactory. getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)
Creates a new instance ofContentHandler
, writing to the givenOutputStream
.Constructors in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfig Constructor Description ListSerializer(TypeFactory pTypeFactory, XmlRpcStreamConfig pConfig)
Creates a new instance.MapSerializer(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 Modifier and Type Interface Description interface
XmlRpcHttpServerConfig
HTTP servers configuration.Classes in org.apache.xmlrpc.server that implement XmlRpcStreamConfig Modifier and Type Class Description class
XmlRpcServerConfigImpl
Default implementation ofXmlRpcServerConfig
. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcStreamConfig Modifier and Type Class Description class
RequestData
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.
-