Uses of Interface
org.apache.xmlrpc.common.TypeFactory
-
Packages that use TypeFactory Package Description 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 Modifier and Type Class Description class
TypeFactoryImpl
Default implementation of a type factory.Fields in org.apache.xmlrpc.common declared as TypeFactory Modifier and Type Field Description private TypeFactory
XmlRpcController. typeFactory
Methods in org.apache.xmlrpc.common that return TypeFactory Modifier and Type Method Description TypeFactory
XmlRpcController. getTypeFactory()
Returns the type factory.Methods in org.apache.xmlrpc.common with parameters of type TypeFactory Modifier and Type Method Description 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 Modifier and Type Class Description class
JaxbTypeFactory
A type factory with support for JAXB objects. -
Uses of TypeFactory in org.apache.xmlrpc.parser
Fields in org.apache.xmlrpc.parser declared as TypeFactory Modifier and Type Field Description private TypeFactory
RecursiveTypeParserImpl. factory
Constructors in org.apache.xmlrpc.parser with parameters of type TypeFactory Constructor Description 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
Fields in org.apache.xmlrpc.serializer declared as TypeFactory Modifier and Type Field Description private TypeFactory
MapSerializer. typeFactory
private TypeFactory
ObjectArraySerializer. typeFactory
private TypeFactory
XmlRpcWriter. typeFactory
Constructors in org.apache.xmlrpc.serializer with parameters of type TypeFactory Constructor Description 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.
-