|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageXmlLoader
MessageXmlLoader
| Field Summary | |
|---|---|
static java.lang.String |
TYPE
Type used to obtain an instance of the class configured to provide the implementation for this interface. |
| Method Summary | |
|---|---|
Message |
load(org.w3c.dom.Element rootElement)
Generates an Message object given an Element tree whose
structure and contents match those generated by MessageXMLPersister
. |
Message |
load(java.io.InputStream is)
Generates an Message object given an InputStream which
contains XML whose structure and contents match those generated by
MessageXMLPerister. |
| Methods inherited from interface blackboard.persist.Loader |
|---|
getAppVersion, init |
| Field Detail |
|---|
static final java.lang.String TYPE
BbPersistenceManager.getLoader(String)
| Method Detail |
|---|
Message load(org.w3c.dom.Element rootElement)
throws java.lang.IllegalArgumentException,
PersistenceException
Message object given an Element tree whose
structure and contents match those generated by MessageXMLPersister
.
rootElement - the root (@link Element} of a valid Message
XML tree that should be transformed.
Message whose contents matches those of the
Element tree provided.
java.lang.IllegalArgumentException - thrown if the provided Element
is not the root of a valid Message XML tree.
PersistenceException - thrown if an error occurs in the element
reading process.
Message load(java.io.InputStream is)
throws java.lang.IllegalArgumentException,
PersistenceException
Message object given an InputStream which
contains XML whose structure and contents match those generated by
MessageXMLPerister.
is - the InputStream containg the XML to load the message from
Message whose contents matches those of the XML
contained within the provided stream.
java.lang.IllegalArgumentException - thrown if the provided stream does not
contain a valid Message XML tree.
PersistenceException - thrown if an error occurs in the element
reading process.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||