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

List of all members.

Public Member Functions

 DefaultXMLWriterFactory ()
ContentHandler getXmlWriter (XmlRpcStreamConfig pConfig, OutputStream pStream) throws XmlRpcException

Private Attributes

final XmlWriterFactory factory

Detailed Description

The default implementation of org.apache.xmlrpc.serializer.XmlWriterFactory tests, whether the org.apache.xmlrpc.serializer.CharSetXmlWriterFactory is usable. This is the case, when running in Java 1.4 or later. If so, this factory is used. Otherwise, the org.apache.xmlrpc.serializer.BaseXmlWriterFactory is used as a fallback.

Definition at line 38 of file DefaultXMLWriterFactory.java.


Constructor & Destructor Documentation

Creates a new instance.

Definition at line 43 of file DefaultXMLWriterFactory.java.


Member Function Documentation

ContentHandler org.apache.xmlrpc.serializer.DefaultXMLWriterFactory.getXmlWriter ( XmlRpcStreamConfig  pConfig,
OutputStream  pStream 
) throws XmlRpcException [inline]

Creates a new instance of ContentHandler, writing to the given java.io.OutputStream.

Returns:
A SAX handler, typically an instance of XMLWriter.
Parameters:
pStreamThe destination stream.
pConfigThe request or response configuration.
Exceptions:
XmlRpcExceptionCreating the handler failed.

Implements org.apache.xmlrpc.serializer.XmlWriterFactory.

Definition at line 60 of file DefaultXMLWriterFactory.java.


Member Data Documentation

Definition at line 39 of file DefaultXMLWriterFactory.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