Package net.sf.saxon.lib
Class StandardMessageHandler
- java.lang.Object
-
- net.sf.saxon.lib.StandardMessageHandler
-
-
Constructor Summary
Constructors Constructor Description StandardMessageHandler(Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Message message)
UnicodeWriter
getUnicodeWriter()
Get the destination to which serialized messages will be writtenvoid
setUnicodeWriter(UnicodeWriter writer)
Set the destination to which serialized messages will be written
-
-
-
Constructor Detail
-
StandardMessageHandler
public StandardMessageHandler(Configuration config)
-
-
Method Detail
-
setUnicodeWriter
public void setUnicodeWriter(UnicodeWriter writer)
Set the destination to which serialized messages will be written- Parameters:
writer
- the destination for serialized messages
-
getUnicodeWriter
public UnicodeWriter getUnicodeWriter()
Get the destination to which serialized messages will be written- Returns:
- the destination for serialized messages
-
-