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

Uses in package org.apache.xmlrpc.webserver

Classes implementing org.apache.xmlrpc.common.XmlRpcStreamConfig

class
Web servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.

Uses in package org.apache.xmlrpc.serializer

Constructors with parameter type org.apache.xmlrpc.common.XmlRpcStreamConfig

Creates a new instance.
Creates a new instance.
Creates a new instance.
XmlRpcWriter.XmlRpcWriter(XmlRpcStreamConfig pConfig, ContentHandler pHandler, TypeFactory pTypeFactory)
Creates a new instance.

Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamConfig

ContentHandler
BaseXmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream)
Creates a new instance of ContentHandler, writing to the given java.io.OutputStream.
ContentHandler
ContentHandler
XmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig, OutputStream pStream)
Creates a new instance of ContentHandler, writing to the given java.io.OutputStream.

Uses in package org.apache.xmlrpc.jaxb

Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamConfig

TypeParser
JaxbTypeFactory.getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName)
TypeSerializer

Uses in package org.apache.xmlrpc.common

Classes implementing org.apache.xmlrpc.common.XmlRpcStreamConfig

class
Default implementation of a request configuration.

Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamConfig

TypeParser
TypeFactory.getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName)
Creates a parser for a parameter or result object.
TypeParser
TypeFactoryImpl.getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName)
TypeSerializer
TypeFactory.getSerializer(XmlRpcStreamConfig pConfig, Object pObject)
Creates a serializer for the object pObject.
TypeSerializer

Uses in package org.apache.xmlrpc.client

Classes implementing org.apache.xmlrpc.common.XmlRpcStreamConfig

class
Default implementation of a clients request configuration.

Uses in package org.apache.xmlrpc.server

Classes implementing org.apache.xmlrpc.common.XmlRpcStreamConfig

class
Default implementation of XmlRpcServerConfig.

Uses in package org.apache.xmlrpc

Classes implementing org.apache.xmlrpc.common.XmlRpcStreamConfig

class
Default implementation of XmlRpcConfig.

Uses in package org.apache.xmlrpc.parser

Constructors with parameter type org.apache.xmlrpc.common.XmlRpcStreamConfig

MapParser.MapParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory)
Creates a new instance.
ObjectArrayParser.ObjectArrayParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory)
Creates a new instance.
RecursiveTypeParserImpl.RecursiveTypeParserImpl(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory)
Creates a new instance.
Creates a new instance, which parses a clients request.

Fields of type org.apache.xmlrpc.common.XmlRpcStreamConfig

XmlRpcStreamConfig

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.