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

List of all members.

Public Member Functions

ContentHandler getXmlWriter (XmlRpcStreamConfig pConfig, OutputStream pStream) throws XmlRpcException

Detailed Description

This factory is responsible for creating instances of org.apache.ws.commons.serialize.XMLWriter.

Definition at line 32 of file XmlWriterFactory.java.


Member Function Documentation

ContentHandler org.apache.xmlrpc.serializer.XmlWriterFactory.getXmlWriter ( XmlRpcStreamConfig  pConfig,
OutputStream  pStream 
) throws XmlRpcException

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.

Implemented in org.apache.xmlrpc.serializer.DefaultXMLWriterFactory, and org.apache.xmlrpc.serializer.BaseXmlWriterFactory.


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


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