Interface CustomXmlDataStorage

All Known Implementing Classes:
CustomXmlDataStorageImpl

public interface CustomXmlDataStorage
Interface to provide access to the data stored in a CustomXmlDataStoragePart. This approach gives the user flexibility as to whether they use eg JAXB or DOM or dom4j to represent and manipulate their data.
  • Method Details