|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a facility for importing ALEPC API complex types from XML. NOTE: The implementations for this interface are guaranteed to be thread-safe.
Method Summary | |
EPCCacheReport |
deserializeEPCCacheReport(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding EPCCacheReport instance. |
EPCCacheReport |
deserializeEPCCacheReport(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding EPCCacheReport instance. |
EPCCacheSpec |
deserializeEPCCacheSpec(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding EPCCacheSpec instance. |
EPCCacheSpec |
deserializeEPCCacheSpec(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding EPCCacheSpec instance. |
EPCCacheSpecInfo |
deserializeEPCCacheSpecInfo(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding EPCCacheSpecInfo instance. |
EPCCacheSpecInfo |
deserializeEPCCacheSpecInfo(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding EPCCacheSpecInfo instance. |
EPCPatterns |
deserializeEPCPatterns(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding EPCPatterns instance. |
EPCPatterns |
deserializeEPCPatterns(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding EPCPatterns instance. |
PCSpec |
deserializePCSpec(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding PCSpec instance. |
PCSpec |
deserializePCSpec(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding PCSpec instance. |
PCSpecInfo |
deserializePCSpecInfo(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding PCSpecInfo instance. |
PCSpecInfo |
deserializePCSpecInfo(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding PCSpecInfo instance. |
PCSubscriptionControls |
deserializePCSubscriptionControls(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding PCSubscriptionControls instance. |
PCSubscriptionControls |
deserializePCSubscriptionControls(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding PCSubscriptionControls instance. |
PCSubscriptionInfo |
deserializePCSubscriptionInfo(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding PCSubscriptionInfo instance. |
PCSubscriptionInfo |
deserializePCSubscriptionInfo(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding PCSubscriptionInfo instance. |
PCWriteReport |
deserializePCWriteReport(java.io.Reader reader)
Reads XML from the specified reader and constructs the
corresponding PCWriteReport instance. |
PCWriteReport |
deserializePCWriteReport(java.lang.String xmlStr)
Reads XML from the specified string and constructs the corresponding PCWriteReport instance. |
Method Detail |
public PCSpec deserializePCSpec(java.io.Reader reader) throws java.io.IOException, PCXMLDeserializerException
reader
and constructs the
corresponding PCSpec
instance.
reader
- The Reader
instance to read from.
PCSpec
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public PCSpec deserializePCSpec(java.lang.String xmlStr) throws PCXMLDeserializerException
PCSpec
instance.
xmlStr
- The string to read from.
PCSpec
.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public PCSpecInfo deserializePCSpecInfo(java.io.Reader reader) throws java.io.IOException, PCXMLDeserializerException
reader
and constructs the
corresponding PCSpecInfo
instance.
reader
- The Reader
instance to read from.
PCSpecInfo
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public PCSpecInfo deserializePCSpecInfo(java.lang.String xmlStr) throws PCXMLDeserializerException
PCSpecInfo
instance.
xmlStr
- The string to read from.
PCSpecInfo
.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public EPCCacheSpec deserializeEPCCacheSpec(java.io.Reader reader) throws java.io.IOException, PCXMLDeserializerException
reader
and constructs the
corresponding EPCCacheSpec
instance.
reader
- The Reader
instance to read from.
EPCCacheSpec
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public EPCCacheSpec deserializeEPCCacheSpec(java.lang.String xmlStr) throws PCXMLDeserializerException
EPCCacheSpec
instance.
xmlStr
- The string to read from.
EPCCacheSpec
.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public EPCCacheSpecInfo deserializeEPCCacheSpecInfo(java.io.Reader reader) throws java.io.IOException, PCXMLDeserializerException
reader
and constructs the
corresponding EPCCacheSpecInfo
instance.
reader
- The Reader
instance to read from.
EPCCacheSpecInfo
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public EPCCacheSpecInfo deserializeEPCCacheSpecInfo(java.lang.String xmlStr) throws PCXMLDeserializerException
EPCCacheSpecInfo
instance.
xmlStr
- The string to read from.
EPCCacheSpecInfo
.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public PCWriteReport deserializePCWriteReport(java.io.Reader reader) throws java.io.IOException, PCXMLDeserializerException
reader
and constructs the
corresponding PCWriteReport
instance.
reader
- The Reader
instance to read from.
PCWriteReport
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public PCWriteReport deserializePCWriteReport(java.lang.String xmlStr) throws PCXMLDeserializerException
PCWriteReport
instance.
xmlStr
- The string to read from.
PCWriteReport
.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public EPCCacheReport deserializeEPCCacheReport(java.io.Reader reader) throws java.io.IOException, PCXMLDeserializerException
reader
and constructs the
corresponding EPCCacheReport
instance.
reader
- The Reader
instance to read from.
EPCCacheReport
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public EPCCacheReport deserializeEPCCacheReport(java.lang.String xmlStr) throws PCXMLDeserializerException
EPCCacheReport
instance.
xmlStr
- The string to read from.
EPCCacheReport
.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public EPCPatterns deserializeEPCPatterns(java.io.Reader reader) throws java.io.IOException, PCXMLDeserializerException
reader
and constructs the
corresponding EPCPatterns
instance.
reader
- The Reader
instance to read from.
EPCPatterns
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public EPCPatterns deserializeEPCPatterns(java.lang.String xmlStr) throws PCXMLDeserializerException
EPCPatterns
instance.
xmlStr
- The string to read from.
EPCPatterns
.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public PCSubscriptionControls deserializePCSubscriptionControls(java.io.Reader reader) throws java.io.IOException, PCXMLDeserializerException
reader
and constructs the
corresponding PCSubscriptionControls
instance.
reader
- The Reader
instance to read from.
PCSubscriptionControls
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public PCSubscriptionControls deserializePCSubscriptionControls(java.lang.String xmlStr) throws PCXMLDeserializerException
PCSubscriptionControls
instance.
xmlStr
- The string to read from.
PCSubscriptionControls
.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public PCSubscriptionInfo deserializePCSubscriptionInfo(java.io.Reader reader) throws java.io.IOException, PCXMLDeserializerException
reader
and constructs the
corresponding PCSubscriptionInfo
instance.
reader
- The Reader
instance to read from.
PCSubscriptionInfo
.
java.io.IOException
- An I/O error occurred while deserializing the
XML from the specified reader.
PCXMLDeserializerException
- An error occurred while deserializing,
including syntax errors or schema violations.public PCSubscriptionInfo deserializePCSubscriptionInfo(java.lang.String xmlStr) throws PCXMLDeserializerException
PCSubscriptionInfo
instance.
xmlStr
- The string to read from.
PCSubscriptionInfo
.
PCXMLDeserializerException
- 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 |