Uses of Interface
org.apache.xmlrpc.common.XmlRpcStreamConfig

Packages that use XmlRpcStreamConfig
org.apache.xmlrpc   
org.apache.xmlrpc.common   
org.apache.xmlrpc.jaxb   
org.apache.xmlrpc.parser   
org.apache.xmlrpc.serializer   
 

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.common
 

Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.common
 interface XmlRpcHttpConfig
          Interface of a configuration for HTTP requests.
 interface XmlRpcHttpRequestConfig
          Extension of org.apache.xmlrpc.client.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
 TypeParser TypeFactory.getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)
          Creates a parser for a parameter or result object.
 TypeParser TypeFactoryImpl.getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)
           
 TypeSerializer TypeFactory.getSerializer(XmlRpcStreamConfig pConfig, java.lang.Object pObject)
          Creates a serializer for the object pObject.
 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
 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
MapParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory)
          Creates a new instance.
ObjectArrayParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory)
          Creates a new instance.
RecursiveTypeParserImpl(XmlRpcStreamConfig pConfig, 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
 

Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfig
 org.xml.sax.ContentHandler BaseXmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)
           
 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)
           
 

Constructors in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfig
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.