Public Member Functions
org.apache.xmlrpc.common.TypeFactory Interface Reference
Inheritance diagram for org.apache.xmlrpc.common.TypeFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

TypeParser getParser (XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName)
TypeSerializer getSerializer (XmlRpcStreamConfig pConfig, Object pObject) throws SAXException

Detailed Description

A type factory creates serializers or handlers, based on the object type.

Definition at line 30 of file TypeFactory.java.


Member Function Documentation

TypeParser org.apache.xmlrpc.common.TypeFactory.getParser ( XmlRpcStreamConfig  pConfig,
NamespaceContextImpl  pContext,
String  pURI,
String  pLocalName 
)

Creates a parser for a parameter or result object.

Parameters:
pConfigThe request configuration.
pContextA namespace context, for looking up prefix mappings.
pURIThe namespace URI of the element containing the parameter or result.
pLocalNameThe local name of the element containing the parameter or result.
Returns:
The created parser.

Implemented in org.apache.xmlrpc.common.TypeFactoryImpl, and org.apache.xmlrpc.jaxb.JaxbTypeFactory.

TypeSerializer org.apache.xmlrpc.common.TypeFactory.getSerializer ( XmlRpcStreamConfig  pConfig,
Object  pObject 
) throws SAXException

Creates a serializer for the object pObject.

Parameters:
pConfigThe request configuration.
pObjectThe object being serialized.
Returns:
A serializer for pObject.
Exceptions:
SAXExceptionCreating the serializer failed.

Implemented in org.apache.xmlrpc.common.TypeFactoryImpl, and org.apache.xmlrpc.jaxb.JaxbTypeFactory.


The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50