Package com.wm.util.coder

The util.coder package contains classes that you use to encode and decode webMethods IData and Values objects.

See:
          Description

Interface Summary
Codable This interface describes a Codable object.
IDataCodable This class is an interface that you can use to convert a non-codable object to codable.
StringCodable This interface defines methods that are used to allow a non-codable object to become codable.
ValuesCodable This is an interface you can use to convert a non-codable object to codable.
 

Class Summary
Coder This class is an abstract class that contains methods for transforming an encoded set of data to a Values object.
IDataCoder This class is an abstract class that contains methods for transforming an encoded set of data to an IData object.
IDataXMLCoder This class extends IDataCoder and contains methods you use to encode IData objects as XML documents and decode XML documents as IData objects.
XMLCoder This class extends Coder and contains methods you use to encode Values objects as XML documents and decode XML documents as Values objects.
XMLCoderWrapper This class wraps XMLCoder and IDataXMLCoder and facilitates migration to IDataXMLCoder.
 

Exception Summary
InvalidDatatypeException This class is returned by com.wm.util.Coder, com.wm.util.coder.IdataCoder, and their subclasses if an error occurs while encoding or decoding data.
 

Package com.wm.util.coder Description

The util.coder package contains classes that you use to encode and decode webMethods IData and Values objects.