|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a facility for importing ALE API complex types from XML. NOTE: The implementations for this interface are guaranteed to be thread-safe.
Method Summary | |
ECReports |
deserializeECReports(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding ECReports instance. |
ECReports |
deserializeECReports(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding ECReports instance. |
ECSpec |
deserializeECSpec(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding ECSpec instance. |
ECSpec |
deserializeECSpec(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding ECSpec instance. |
ECSpecInfo |
deserializeECSpecInfo(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding ECSpecInfo instance. |
ECSpecInfo |
deserializeECSpecInfo(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding ECSpecInfo instance. |
ECSubscriptionControls |
deserializeECSubscriptionControls(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding ECSubscriptionControls instance. |
ECSubscriptionControls |
deserializeECSubscriptionControls(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding ECSubscriptionControls instance. |
ECSubscriptionInfo |
deserializeECSubscriptionInfo(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding ECSubscriptionInfo instance. |
ECSubscriptionInfo |
deserializeECSubscriptionInfo(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding ECSubscriptionInfo instance. |
Method Detail |
public ECSpec deserializeECSpec(java.io.Reader reader) throws java.io.IOException, XMLDeserializerException
reader
and constructs the
corresponding ECSpec
instance.
reader
- The Reader
instance to read from.
ECSpec
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public ECSpec deserializeECSpec(java.lang.String xmlStr) throws XMLDeserializerException
ECSpec
instance.
xmlStr
- The string to read from.
ECSpec
.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public ECSpecInfo deserializeECSpecInfo(java.io.Reader reader) throws java.io.IOException, XMLDeserializerException
reader
and constructs the
corresponding ECSpecInfo
instance.
reader
- The Reader
instance to read from.
ECSpecInfo
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public ECSpecInfo deserializeECSpecInfo(java.lang.String xmlStr) throws XMLDeserializerException
ECSpecInfo
instance.
xmlStr
- The string to read from.
ECSpecInfo
.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public ECReports deserializeECReports(java.io.Reader reader) throws java.io.IOException, XMLDeserializerException
reader
and constructs the
corresponding ECReports
instance.
reader
- The Reader
instance to read from.
ECReports
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public ECReports deserializeECReports(java.lang.String xmlStr) throws XMLDeserializerException
ECReports
instance.
xmlStr
- The string to read from.
ECReports
.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public ECSubscriptionControls deserializeECSubscriptionControls(java.io.Reader reader) throws java.io.IOException, XMLDeserializerException
reader
and constructs the
corresponding ECSubscriptionControls
instance.
reader
- The Reader
instance to read from.
ECSubscriptionControls
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public ECSubscriptionControls deserializeECSubscriptionControls(java.lang.String xmlStr) throws XMLDeserializerException
ECSubscriptionControls
instance.
xmlStr
- The string to read from.
ECSubscriptionControls
.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public ECSubscriptionInfo deserializeECSubscriptionInfo(java.io.Reader reader) throws java.io.IOException, XMLDeserializerException
reader
and constructs the
corresponding ECSubscriptionInfo
instance.
reader
- The Reader
instance to read from.
ECSubscriptionInfo
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public ECSubscriptionInfo deserializeECSubscriptionInfo(java.lang.String xmlStr) throws XMLDeserializerException
ECSubscriptionInfo
instance.
xmlStr
- The string to read from.
ECSubscriptionInfo
.
XMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |