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

List of all members.

Public Member Functions

ContentHandler getXmlWriter (XmlRpcStreamConfig pConfig, OutputStream pStream) throws XmlRpcException

Protected Member Functions

XMLWriter newXmlWriter ()

Detailed Description

The default instance of XmlWriterFactory creates instances of org.apache.ws.commons.serialize.XMLWriterImpl. This works for any Java version since 1.2

Definition at line 37 of file BaseXmlWriterFactory.java.


Member Function Documentation

ContentHandler org.apache.xmlrpc.serializer.BaseXmlWriterFactory.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 42 of file BaseXmlWriterFactory.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