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

List of all members.

Public Member Functions

 MapSerializer (TypeFactory pTypeFactory, XmlRpcStreamConfig pConfig)
void write (final ContentHandler pHandler, Object pObject) throws SAXException

Static Public Attributes

static final String MEMBER_TAG = "member"
static final String NAME_TAG = "name"
static final String STRUCT_TAG = "struct"

Protected Member Functions

void writeData (ContentHandler pHandler, Object pData) throws SAXException
void writeEntry (ContentHandler pHandler, Object pKey, Object pValue) throws SAXException

Private Member Functions

void writeValue (ContentHandler pHandler, Object pValue) throws SAXException

Private Attributes

final XmlRpcStreamConfig config
final TypeFactory typeFactory

Detailed Description

A TypeSerializer for maps.

Definition at line 32 of file MapSerializer.java.


Constructor & Destructor Documentation

Creates a new instance.

Parameters:
pTypeFactoryThe factory being used for creating serializers.
pConfigThe configuration being used for creating serializers.

Definition at line 52 of file MapSerializer.java.


Member Function Documentation

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

Definition at line 88 of file MapSerializer.java.

void org.apache.xmlrpc.serializer.MapSerializer.writeData ( ContentHandler  pHandler,
Object  pData 
) throws SAXException [inline, protected]

Definition at line 80 of file MapSerializer.java.

void org.apache.xmlrpc.serializer.MapSerializer.writeEntry ( ContentHandler  pHandler,
Object  pKey,
Object  pValue 
) throws SAXException [inline, protected]

Definition at line 57 of file MapSerializer.java.

void org.apache.xmlrpc.serializer.MapSerializer.writeValue ( ContentHandler  pHandler,
Object  pValue 
) throws SAXException [inline, private]

Definition at line 71 of file MapSerializer.java.


Member Data Documentation

Definition at line 45 of file MapSerializer.java.

Tag name of a maps member tag.

Definition at line 39 of file MapSerializer.java.

Tag name of a maps members name tag.

Definition at line 43 of file MapSerializer.java.

Tag name of a maps struct tag.

Definition at line 35 of file MapSerializer.java.

Definition at line 46 of file MapSerializer.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