|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides a facility for exporting ALE API complex types as XML. NOTE: The implementations for this interface are guaranteed to be thread-safe.
| Method Summary | |
java.lang.String |
serialize(ECReports ecReports,
boolean addReadabilityWhitespace)
Serializes the specified ECReports as XML, and returns the
result as a string. |
void |
serialize(ECReports ecReports,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified ECReports as XML, writing the result
to the specified Writer. |
java.lang.String |
serialize(ECSpec ecSpec,
boolean addReadabilityWhitespace)
Serializes the specified ECSpec as XML, and returns the
result as a string. |
java.lang.String |
serialize(ECSpecInfo ecSpecInfo,
boolean addReadabilityWhitespace)
Serializes the specified ECSpecInfo as XML, and returns the
result as a string. |
void |
serialize(ECSpecInfo ecSpecInfo,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified ECSpecInfo as XML, writing the result
to the specified Writer. |
void |
serialize(ECSpec ecSpec,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified ECSpec as XML, writing the result
to the specified Writer. |
java.lang.String |
serialize(ECSubscriptionControls ecSubscriptionControls,
boolean addReadabilityWhitespace)
Serializes the specified ECSubscriptionControls as
XML, and returns the result as a string. |
void |
serialize(ECSubscriptionControls ecSubscriptionControls,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified ECSubscriptionControls as
XML, writing the result to the specified Writer. |
java.lang.String |
serialize(ECSubscriptionInfo ecSubscriptionInfo,
boolean addReadabilityWhitespace)
Serializes the specified ECSubscriptionInfo as
XML, and returns the result as a string. |
void |
serialize(ECSubscriptionInfo ecSubscriptionInfo,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified ECSubscriptionInfo as
XML, writing the result to the specified Writer. |
| Method Detail |
public java.lang.String serialize(ECSpec ecSpec,
boolean addReadabilityWhitespace)
throws XMLSerializerException
ECSpec as XML, and returns the
result as a string.
ecSpec - The ECSpec object to serialize.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
ECSpec.
XMLSerializerException - if an error occurred while serializing
the specified ECSpec.
public void serialize(ECSpec ecSpec,
java.io.Writer writer,
boolean addReadabilityWhitespace)
throws java.io.IOException,
XMLSerializerException
ECSpec as XML, writing the result
to the specified Writer.
ecSpec - The ECSpec object to serialize.writer - The writer that will receive the serialized ECSpec.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
java.io.IOException - An I/O error occurred while serializing the
specified ECSpec object.
XMLSerializerException - An error occurred while serializing
the specified ECSpec object.
public java.lang.String serialize(ECSpecInfo ecSpecInfo,
boolean addReadabilityWhitespace)
throws XMLSerializerException
ECSpecInfo as XML, and returns the
result as a string.
ecSpecInfo - The ECSpecInfo object to serialize.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
ECSpecInfo.
XMLSerializerException - if an error occurred while serializing
the specified ECSpecInfo.
public void serialize(ECSpecInfo ecSpecInfo,
java.io.Writer writer,
boolean addReadabilityWhitespace)
throws java.io.IOException,
XMLSerializerException
ECSpecInfo as XML, writing the result
to the specified Writer.
ecSpecInfo - The ECSpecInfo object to serialize.writer - The writer that will receive the serialized ECSpecInfo.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
java.io.IOException - An I/O error occurred while serializing the
specified ECSpecInfo object.
XMLSerializerException - An error occurred while serializing
the specified ECSpecInfo object.
public java.lang.String serialize(ECReports ecReports,
boolean addReadabilityWhitespace)
throws XMLSerializerException
ECReports as XML, and returns the
result as a string.
ecReports - The ECReports object to serialize.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
ECReports.
XMLSerializerException - if an error occurred while serializing
the specified ECReports.
public void serialize(ECReports ecReports,
java.io.Writer writer,
boolean addReadabilityWhitespace)
throws java.io.IOException,
XMLSerializerException
ECReports as XML, writing the result
to the specified Writer.
ecReports - The ECReports object to serialize.writer - The writer that will receive the serialized ECReports.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
java.io.IOException - An I/O error occurred while serializing the
specified ECReports object.
XMLSerializerException - An error occurred while serializing
the specified ECReports object.
public java.lang.String serialize(ECSubscriptionControls ecSubscriptionControls,
boolean addReadabilityWhitespace)
throws XMLSerializerException
ECSubscriptionControls as
XML, and returns the result as a string.
ecSubscriptionControls - The ECSubscriptionControls
object to serialize.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
ECSubscriptionControls object.
XMLSerializerException - if an error occurred while serializing
the specified ECSubscriptionControls.
public void serialize(ECSubscriptionControls ecSubscriptionControls,
java.io.Writer writer,
boolean addReadabilityWhitespace)
throws java.io.IOException,
XMLSerializerException
ECSubscriptionControls as
XML, writing the result to the specified Writer.
ecSubscriptionControls - The ECSubscriptionControls
object to serialize.writer - The writer that will receive the serialized
ECSubscriptionControls.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
ECSubscriptionControls object.
XMLSerializerException - if an error occurred while serializing
the specified ECSubscriptionControls.
java.io.IOException
public java.lang.String serialize(ECSubscriptionInfo ecSubscriptionInfo,
boolean addReadabilityWhitespace)
throws XMLSerializerException
ECSubscriptionInfo as
XML, and returns the result as a string.
ecSubscriptionInfo - The ECSubscriptionInfo object
to serialize.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
ECSubscriptionInfo object.
XMLSerializerException - if an error occurred while serializing
the specified ECSubscriptionInfo.
public void serialize(ECSubscriptionInfo ecSubscriptionInfo,
java.io.Writer writer,
boolean addReadabilityWhitespace)
throws java.io.IOException,
XMLSerializerException
ECSubscriptionInfo as
XML, writing the result to the specified Writer.
ecSubscriptionInfo - The ECSubscriptionInfo object
to serialize.writer - The writer that will receive the serialized
ECSubscriptionInfo.addReadabilityWhitespace - If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
ECSubscriptionInfo object.
XMLSerializerException - if an error occurred while serializing
the specified ECSubscriptionInfo.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||