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

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

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
 TypeParser TypeFactoryImpl.getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)
           
 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.
 TypeSerializer TypeFactoryImpl.getSerializer(XmlRpcStreamConfig pConfig, java.lang.Object pObject)
           
 TypeSerializer TypeFactory.getSerializer(XmlRpcStreamConfig pConfig, java.lang.Object pObject)
          Creates a serializer for the 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, 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
protected  XmlRpcStreamConfig RecursiveTypeParserImpl.cfg
           
 

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

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



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.