|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class is the generic interface for the PersistentDataObject implementations with XML support.
| Method Summary | |
void |
marshalFile(java.io.FileWriter fileWriter,
org.exolab.castor.xml.Marshaller marshaller)
Marshal of persistent objects |
void |
unMarshalFile(java.io.FileReader fileReader,
org.exolab.castor.xml.Unmarshaller unmarshaller)
Unmarshal of persistent objects. |
| Methods inherited from interface org.apache.wsrp4j.persistence.PersistentDataObject |
addObject, clear, getLastElement, getObjects, getPersistentInformation, setPersistentInformation |
| Method Detail |
public void unMarshalFile(java.io.FileReader fileReader,
org.exolab.castor.xml.Unmarshaller unmarshaller)
throws WSRPException
fileReader - of the input XML fileunmarshaller - Unmarshaller, optional
WSRPException
public void marshalFile(java.io.FileWriter fileWriter,
org.exolab.castor.xml.Marshaller marshaller)
throws WSRPException
fileWriter - to the output XML file
WSRPException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||