public interface

XMLizable

com.sforce.ws.bind.XMLizable
Known Indirect Subclasses

Class Overview

This interface is used to mark a class as de/serializable to XML.

Summary

Public Methods
abstract void load(XmlInputStream in, TypeMapper typeMapper)
load the fileds/children from the specified xml stream
abstract void write(QName element, XmlOutputStream out, TypeMapper typeMapper)
write this instace as xml.

Public Methods

public abstract void load (XmlInputStream in, TypeMapper typeMapper)

load the fileds/children from the specified xml stream

Parameters
in Xml input stream from which the data is read
typeMapper Type mapper to be used
Throws
IOException failed to read xml
ConnectionException failed to read/parser/bind xml

public abstract void write (QName element, XmlOutputStream out, TypeMapper typeMapper)

write this instace as xml.

Parameters
element Xml element name
out Xml output stream
typeMapper Type mapper to be used
Throws
IOException failed to write xml