com.filenet.bso.api.util
Interface BsoXMLMarshal
- public interface BsoXMLMarshal
Classes implement the BsoXMLMarshal
interface to support
marshaling Java classes into XML content.
- See Also:
BsoGenericSAXHandler
,
BsoXMLBinder
,
BsoXMLUnmarshal
,
BsoXMLWriter
,
BsoXPathDef
Method Summary |
void |
marshal(java.io.BufferedWriter out)
Marshals a Java class into XML content and outputs the content to an
OutputStream . |
marshal
public void marshal(java.io.BufferedWriter out)
- Marshals a Java class into XML content and outputs the content to an
OutputStream
.
- Parameters:
out
- A BufferedWriter
object for XML content.
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.