|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
XmlRpcResponseParser(XmlRpcStreamRequestConfig pConfig,
TypeFactory pTypeFactory)
Creates a new instance. |
|
XmlRpcRequestParser(XmlRpcStreamConfig pConfig,
TypeFactory pTypeFactory)
Creates a new instance, which parses a clients request. |
|
ObjectArrayParser(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance. |
|
RecursiveTypeParserImpl(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance. |
|
MapParser(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance. |
Uses of TypeFactory in org.apache.xmlrpc.serializer |
Constructors in org.apache.xmlrpc.serializer with parameters of type TypeFactory | |
XmlRpcWriter(XmlRpcStreamConfig pConfig,
org.xml.sax.ContentHandler pHandler,
TypeFactory pTypeFactory)
Creates a new instance. |
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |