org.apache.cxf.management.persistence
Class FilesystemExchangeDataDAO
java.lang.Object
org.apache.cxf.management.persistence.FilesystemExchangeDataDAO
- All Implemented Interfaces:
- ExchangeDataDAO
public class FilesystemExchangeDataDAO
- extends Object
- implements ExchangeDataDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilesystemExchangeDataDAO
public FilesystemExchangeDataDAO()
setDirectory
public void setDirectory(String directory)
save
public void save(ExchangeData exchange)
throws Exception
- Specified by:
save
in interface ExchangeDataDAO
- Throws:
Exception
Apache CXF