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

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

Uses of TypeFactory in org.apache.xmlrpc.common
 

Classes in org.apache.xmlrpc.common that implement TypeFactory
 class TypeFactoryImpl
          Default implementation of a type factory.
 

Methods in org.apache.xmlrpc.common that return TypeFactory
 TypeFactory XmlRpcController.getTypeFactory()
          Returns the type factory.
 

Methods in org.apache.xmlrpc.common with parameters of type TypeFactory
 void XmlRpcController.setTypeFactory(TypeFactory pTypeFactory)
          Sets the type factory.
 

Uses of TypeFactory in org.apache.xmlrpc.jaxb
 

Classes in org.apache.xmlrpc.jaxb that implement TypeFactory
 class JaxbTypeFactory
          A type factory with support for JAXB objects.
 

Uses of TypeFactory in org.apache.xmlrpc.parser
 

Constructors in org.apache.xmlrpc.parser with parameters of type TypeFactory
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.
XmlRpcResponseParser(XmlRpcStreamRequestConfig pConfig, TypeFactory pTypeFactory)
          Creates a new instance.
 

Uses of TypeFactory in org.apache.xmlrpc.serializer
 

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



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