org.apache.muse.ws.resource.properties.set
Interface PutResourcePropertyDocument

All Known Subinterfaces:
ResourcePropertyCollection, SetCapability
All Known Implementing Classes:
SimpleResourcePropertyCollection, SimpleSetCapability

public interface PutResourcePropertyDocument

Author:
Dan Jemiolo (danj)

Method Summary
 org.w3c.dom.Element putResourcePropertyDocument(org.w3c.dom.Element wsrpDoc)
           
 

Method Detail

putResourcePropertyDocument

public org.w3c.dom.Element putResourcePropertyDocument(org.w3c.dom.Element wsrpDoc)
                                                throws BaseFault
Parameters:
wsrpDoc - The new WSRP document for the resource instance.
Returns:
If the change was a complete success, the method returns null. If any differences exist between the given WSRP document and the one that is present after the method is finished, the method returns the entire WSRP document.
Throws:
BaseFault