Public Member Functions | Protected Member Functions
org.apache.xmlrpc.serializer.ExtSerializer Class Reference
Inheritance diagram for org.apache.xmlrpc.serializer.ExtSerializer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void write (ContentHandler pHandler, Object pObject) throws SAXException

Protected Member Functions

abstract String getTagName ()
abstract void serialize (ContentHandler pHandler, Object pObject) throws SAXException

Detailed Description

Base class for external XML representations, like DOM, or JAXB.

Definition at line 28 of file ExtSerializer.java.


Member Function Documentation

abstract String org.apache.xmlrpc.serializer.ExtSerializer.getTagName ( ) [protected, pure virtual]

Returns the unqualied tag name.

Implemented in org.apache.xmlrpc.jaxb.JaxbSerializer, and org.apache.xmlrpc.serializer.NodeSerializer.

abstract void org.apache.xmlrpc.serializer.ExtSerializer.serialize ( ContentHandler  pHandler,
Object  pObject 
) throws SAXException [protected, pure virtual]

Performs the actual serialization.

Implemented in org.apache.xmlrpc.serializer.NodeSerializer.

void org.apache.xmlrpc.serializer.ExtSerializer.write ( ContentHandler  pHandler,
Object  pObject 
) throws SAXException [inline]

Writes the object pObject to the SAX handler pHandler.

Parameters:
pHandlerThe destination handler.
pObjectThe object being written.
Exceptions:
SAXExceptionWriting the object failed.

Implements org.apache.xmlrpc.serializer.TypeSerializer.

Definition at line 36 of file ExtSerializer.java.


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


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