com.eviware.soapui.support.xml
Interface XmlObjectPersistable


public interface XmlObjectPersistable

Marker interface for objects that can be saved/restored to/from an XmlObject

Author:
Ole.Matzura

Method Summary
 void restore(org.apache.xmlbeans.XmlObject xmlObject)
          Restores this object from the specified XmlObject
 org.apache.xmlbeans.XmlObject save()
          Persisits this object to an XmlObject
 

Method Detail

save

org.apache.xmlbeans.XmlObject save()
Persisits this object to an XmlObject

Returns:
the persisted XmlObject

restore

void restore(org.apache.xmlbeans.XmlObject xmlObject)
Restores this object from the specified XmlObject

Parameters:
xmlObject - the xmlObject to restore from


Copyright © 2005-2007 eviware.com. All Rights Reserved.