filenet.vw.api
Interface IVWtoXML
- All Known Implementing Classes:
- VWLogElement, VWQueueElement, VWRosterElement, VWStepElement, VWStepProcessorInfo, VWMilestoneElement
- public interface IVWtoXML
The IVWtoXML provides a way to identify which VW api objects implement toXML() methods.
- Since:
- VWWS4.20
Method Summary |
void |
toXML(java.lang.StringBuffer theBuffer)
Appends an XML string to the end of the buffer input on this
method. |
toXML
public void toXML(java.lang.StringBuffer theBuffer)
throws VWException
- Appends an XML string to the end of the buffer input on this
method. The XML string represents the object.
- Parameters:
theBuffer
- A string buffer used by the method to append
XMLcontent.- Throws:
VWException
- The method throws an error
if the program cannot complete appending an XML to the end of the
buffer input.
Copyright © 2002, 2003 FileNet Corporation. All rights reserved.