Uses of Interface
org.apache.xmlrpc.common.XmlRpcStreamConfig
Packages that use XmlRpcStreamConfig
Package
Description
-
Uses of XmlRpcStreamConfig in org.apache.xmlrpc
Classes in org.apache.xmlrpc that implement XmlRpcStreamConfig -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.clientModifier and TypeInterfaceDescriptioninterface
Extension ofXmlRpcClientConfig
for HTTP based transport.Classes in org.apache.xmlrpc.client that implement XmlRpcStreamConfigModifier and TypeClassDescriptionclass
Default implementation of a clients request configuration. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.commonModifier and TypeInterfaceDescriptioninterface
Interface of a configuration for HTTP requests.interface
Extension ofXmlRpcClientConfig
for HTTP based transport.interface
Interface of a client configuration for a transport, which is implemented by writing to a stream.Classes in org.apache.xmlrpc.common that implement XmlRpcStreamConfigModifier and TypeClassDescriptionclass
Default implementation of a request configuration.Methods in org.apache.xmlrpc.common with parameters of type XmlRpcStreamConfigModifier and TypeMethodDescriptionTypeFactory.getParser
(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName) Creates a parser for a parameter or result object.TypeFactoryImpl.getParser
(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName) TypeFactory.getSerializer
(XmlRpcStreamConfig pConfig, Object pObject) Creates a serializer for the objectpObject
.TypeFactoryImpl.getSerializer
(XmlRpcStreamConfig pConfig, Object pObject) -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.jaxb
Methods in org.apache.xmlrpc.jaxb with parameters of type XmlRpcStreamConfigModifier and TypeMethodDescriptionJaxbTypeFactory.getParser
(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName) JaxbTypeFactory.getSerializer
(XmlRpcStreamConfig pConfig, Object pObject) -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.parser
Fields in org.apache.xmlrpc.parser declared as XmlRpcStreamConfigConstructors in org.apache.xmlrpc.parser with parameters of type XmlRpcStreamConfigModifierConstructorDescriptionMapParser
(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.protected
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 XmlRpcStreamConfigModifier and TypeFieldDescriptionprivate final XmlRpcStreamConfig
MapSerializer.config
private final XmlRpcStreamConfig
ObjectArraySerializer.config
private final XmlRpcStreamConfig
XmlRpcWriter.config
Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfigModifier and TypeMethodDescriptionBaseXmlWriterFactory.getXmlWriter
(XmlRpcStreamConfig pConfig, OutputStream pStream) DefaultXMLWriterFactory.getXmlWriter
(XmlRpcStreamConfig pConfig, OutputStream pStream) XmlWriterFactory.getXmlWriter
(XmlRpcStreamConfig pConfig, OutputStream pStream) Creates a new instance ofContentHandler
, writing to the givenOutputStream
.Constructors in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfigModifierConstructorDescriptionListSerializer
(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, ContentHandler pHandler, TypeFactory pTypeFactory) Creates a new instance. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.server
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.serverModifier and TypeInterfaceDescriptioninterface
HTTP servers configuration.Classes in org.apache.xmlrpc.server that implement XmlRpcStreamConfig -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcStreamConfigModifier and TypeClassDescriptionclass
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.