com.sun.xml.txw2.output
Class TXWResult
java.lang.Object
com.sun.xml.txw2.output.TXWResult
- All Implemented Interfaces:
- Result
public class TXWResult
- extends Object
- implements Result
Allow you to wrap TypedXmlWriter
into a Result
so that it can be passed to ResultFactory
.
This class doesn't extend from known Result
type,
so it won't work elsewhere.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TXWResult
public TXWResult(TypedXmlWriter writer)
getWriter
public TypedXmlWriter getWriter()
setWriter
public void setWriter(TypedXmlWriter writer)
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interface Result
setSystemId
public void setSystemId(String systemId)
- Specified by:
setSystemId
in interface Result
Copyright © 2012 Oracle. All Rights Reserved.