|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a facility for exporting ALEPC API complex types as XML. NOTE: The implementations for this interface are guaranteed to be thread-safe.
Method Summary | |
java.lang.String |
serialize(EPCCacheReport cacheReport,
boolean addReadabilityWhitespace)
Serializes the specified EPCCacheReport as XML, and returns the
result as a string. |
void |
serialize(EPCCacheReport cacheReport,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified EPCCacheReport as XML, writing the result
to the specified Writer . |
java.lang.String |
serialize(EPCCacheSpec cacheSpec,
boolean addReadabilityWhitespace)
Serializes the specified EPCCacheSpec as XML, and returns the
result as a string. |
java.lang.String |
serialize(EPCCacheSpecInfo pcSpecInfo,
boolean addReadabilityWhitespace)
Serializes the specified EPCCacheSpecInfo as XML, and returns the
result as a string. |
void |
serialize(EPCCacheSpecInfo pcSpecInfo,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified EPCCacheSpecInfo as XML, writing the result
to the specified Writer . |
void |
serialize(EPCCacheSpec cacheSpec,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified EPCCacheSpec as XML, writing the result
to the specified Writer . |
java.lang.String |
serialize(EPCPatterns pats,
boolean addReadabilityWhitespace)
Serializes the specified EPCPatterns as XML, and returns the
result as a string. |
void |
serialize(EPCPatterns pats,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified EPCPatterns as XML, writing the result
to the specified Writer . |
java.lang.String |
serialize(PCSpec pcSpec,
boolean addReadabilityWhitespace)
Serializes the specified PCSpec as XML, and returns the
result as a string. |
java.lang.String |
serialize(PCSpecInfo pcSpecInfo,
boolean addReadabilityWhitespace)
Serializes the specified PCSpecInfo as XML, and returns the
result as a string. |
void |
serialize(PCSpecInfo pcSpecInfo,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified PCSpecInfo as XML, writing the result
to the specified Writer . |
void |
serialize(PCSpec pcSpec,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified PCSpec as XML, writing the result
to the specified Writer . |
java.lang.String |
serialize(PCSubscriptionControls pcSubscriptionControls,
boolean addReadabilityWhitespace)
Serializes the specified PCSubscriptionControls as
XML, and returns the result as a string. |
void |
serialize(PCSubscriptionControls pcSubscriptionControls,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified PCSubscriptionControls as
XML, writing the result to the specified Writer . |
java.lang.String |
serialize(PCSubscriptionInfo pcSubscriptionInfo,
boolean addReadabilityWhitespace)
Serializes the specified PCSubscriptionInfo as
XML, and returns the result as a string. |
void |
serialize(PCSubscriptionInfo pcSubscriptionInfo,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified PCSubscriptionInfo as
XML, writing the result to the specified Writer . |
java.lang.String |
serialize(PCWriteReport writeReport,
boolean addReadabilityWhitespace)
Serializes the specified PCWriteReport as XML, and returns the
result as a string. |
void |
serialize(PCWriteReport writeReport,
java.io.Writer writer,
boolean addReadabilityWhitespace)
Serializes the specified PCWriteReport as XML, writing the result
to the specified Writer . |
Method Detail |
public java.lang.String serialize(PCSpec pcSpec, boolean addReadabilityWhitespace) throws PCXMLSerializerException
PCSpec
as XML, and returns the
result as a string.
pcSpec
- The PCSpec
object to serialize.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
PCSpec
.
PCXMLSerializerException
- if an error occurred while serializing
the specified PCSpec
.public void serialize(PCSpec pcSpec, java.io.Writer writer, boolean addReadabilityWhitespace) throws java.io.IOException, PCXMLSerializerException
PCSpec
as XML, writing the result
to the specified Writer
.
pcSpec
- The PCSpec
object to serialize.writer
- The writer that will receive the serialized PCSpec
.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 PCSpec object.
PCXMLSerializerException
- An error occurred while serializing
the specified PCSpec object.public java.lang.String serialize(PCSpecInfo pcSpecInfo, boolean addReadabilityWhitespace) throws PCXMLSerializerException
PCSpecInfo
as XML, and returns the
result as a string.
pcSpecInfo
- The PCSpecInfo
object to serialize.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
PCSpecInfo
.
PCXMLSerializerException
- if an error occurred while serializing
the specified PCSpecInfo
.public void serialize(PCSpecInfo pcSpecInfo, java.io.Writer writer, boolean addReadabilityWhitespace) throws java.io.IOException, PCXMLSerializerException
PCSpecInfo
as XML, writing the result
to the specified Writer
.
pcSpecInfo
- The PCSpecInfo
object to serialize.writer
- The writer that will receive the serialized PCSpecInfo
.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 PCSpecInfo object.
PCXMLSerializerException
- An error occurred while serializing
the specified PCSpecInfo object.public java.lang.String serialize(EPCCacheSpec cacheSpec, boolean addReadabilityWhitespace) throws PCXMLSerializerException
EPCCacheSpec
as XML, and returns the
result as a string.
cacheSpec
- The EPCCacheSpec
object to serialize.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
EPCCacheSpec
.
PCXMLSerializerException
- if an error occurred while serializing
the specified EPCCacheSpec
.public void serialize(EPCCacheSpec cacheSpec, java.io.Writer writer, boolean addReadabilityWhitespace) throws java.io.IOException, PCXMLSerializerException
EPCCacheSpec
as XML, writing the result
to the specified Writer
.
cacheSpec
- The EPCCacheSpec
object to serialize.writer
- The writer that will receive the serialized EPCCacheSpec
.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 EPCCacheSpec object.
PCXMLSerializerException
- An error occurred while serializing
the specified EPCCacheSpec object.public java.lang.String serialize(EPCCacheSpecInfo pcSpecInfo, boolean addReadabilityWhitespace) throws PCXMLSerializerException
EPCCacheSpecInfo
as XML, and returns the
result as a string.
pcSpecInfo
- The EPCCacheSpecInfo
object to serialize.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
EPCCacheSpecInfo
.
PCXMLSerializerException
- if an error occurred while serializing
the specified EPCCacheSpecInfo
.public void serialize(EPCCacheSpecInfo pcSpecInfo, java.io.Writer writer, boolean addReadabilityWhitespace) throws java.io.IOException, PCXMLSerializerException
EPCCacheSpecInfo
as XML, writing the result
to the specified Writer
.
pcSpecInfo
- The EPCCacheSpecInfo
object to serialize.writer
- The writer that will receive the serialized
EPCCacheSpecInfo
.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 EPCCacheSpecInfo object.
PCXMLSerializerException
- An error occurred while serializing
the specified EPCCacheSpecInfo object.public java.lang.String serialize(PCWriteReport writeReport, boolean addReadabilityWhitespace) throws PCXMLSerializerException
PCWriteReport
as XML, and returns the
result as a string.
writeReport
- The PCWriteReport
object to serialize.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
PCWriteReport
.
PCXMLSerializerException
- if an error occurred while serializing
the specified PCWriteReport
.public void serialize(PCWriteReport writeReport, java.io.Writer writer, boolean addReadabilityWhitespace) throws java.io.IOException, PCXMLSerializerException
PCWriteReport
as XML, writing the result
to the specified Writer
.
writeReport
- The PCWriteReport
object to serialize.writer
- The writer that will receive the serialized PCWriteReport
.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 PCWriteReport object.
PCXMLSerializerException
- An error occurred while serializing
the specified PCWriteReport object.public java.lang.String serialize(EPCCacheReport cacheReport, boolean addReadabilityWhitespace) throws PCXMLSerializerException
EPCCacheReport
as XML, and returns the
result as a string.
cacheReport
- The EPCCacheReport
object to serialize.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
EPCCacheReport
.
PCXMLSerializerException
- if an error occurred while serializing
the specified EPCCacheReport
.public void serialize(EPCCacheReport cacheReport, java.io.Writer writer, boolean addReadabilityWhitespace) throws java.io.IOException, PCXMLSerializerException
EPCCacheReport
as XML, writing the result
to the specified Writer
.
cacheReport
- The EPCCacheReport
object to serialize.writer
- The writer that will receive the serialized EPCCacheReport
.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 EPCCacheReport object.
PCXMLSerializerException
- An error occurred while serializing
the specified EPCCacheReport object.public java.lang.String serialize(EPCPatterns pats, boolean addReadabilityWhitespace) throws PCXMLSerializerException
EPCPatterns
as XML, and returns the
result as a string.
pats
- The EPCPatterns
object to serialize.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
EPCPatterns
.
PCXMLSerializerException
- if an error occurred while serializing
the specified EPCPatterns
.public void serialize(EPCPatterns pats, java.io.Writer writer, boolean addReadabilityWhitespace) throws java.io.IOException, PCXMLSerializerException
EPCPatterns
as XML, writing the result
to the specified Writer
.
pats
- The EPCPatterns
object to serialize.writer
- The writer that will receive the serialized EPCPatterns
.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 EPCPatterns object.
PCXMLSerializerException
- An error occurred while serializing
the specified EPCPatterns object.public java.lang.String serialize(PCSubscriptionControls pcSubscriptionControls, boolean addReadabilityWhitespace) throws PCXMLSerializerException
PCSubscriptionControls
as
XML, and returns the result as a string.
pcSubscriptionControls
- The PCSubscriptionControls
object to serialize.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
PCSubscriptionControls
object.
PCXMLSerializerException
- if an error occurred while serializing
the specified PCSubscriptionControls
.public void serialize(PCSubscriptionControls pcSubscriptionControls, java.io.Writer writer, boolean addReadabilityWhitespace) throws java.io.IOException, PCXMLSerializerException
PCSubscriptionControls
as
XML, writing the result to the specified Writer
.
pcSubscriptionControls
- The PCSubscriptionControls
object to serialize.writer
- The writer that will receive the serialized
PCSubscriptionControls
.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
PCSubscriptionControls
object.
PCXMLSerializerException
- if an error occurred while serializing
the specified PCSubscriptionControls
.
java.io.IOException
public java.lang.String serialize(PCSubscriptionInfo pcSubscriptionInfo, boolean addReadabilityWhitespace) throws PCXMLSerializerException
PCSubscriptionInfo
as
XML, and returns the result as a string.
pcSubscriptionInfo
- The PCSubscriptionInfo
object
to serialize.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
PCSubscriptionInfo
object.
PCXMLSerializerException
- if an error occurred while serializing
the specified PCSubscriptionInfo
.public void serialize(PCSubscriptionInfo pcSubscriptionInfo, java.io.Writer writer, boolean addReadabilityWhitespace) throws java.io.IOException, PCXMLSerializerException
PCSubscriptionInfo
as
XML, writing the result to the specified Writer
.
pcSubscriptionInfo
- The PCSubscriptionInfo
object
to serialize.writer
- The writer that will receive the serialized
PCSubscriptionInfo
.addReadabilityWhitespace
- If true, additional whitespace is added
to improve the human readability of the XML. Otherwise, no additional
whitespace is added.
PCSubscriptionInfo
object.
PCXMLSerializerException
- if an error occurred while serializing
the specified PCSubscriptionInfo
.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |