|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a Dao for making XUpdate requests on an XML database
| Method Summary | |
void |
updateResourceWithXUpdate(java.lang.String xUpdate,
java.lang.String resourceId,
java.lang.String collectionPath)
run a XUpdate set of commands on a specific resource within a collection in an XML database |
void |
updateWithXUpdate(java.lang.String xUpdate,
java.lang.String collectionPath)
run a XUpdate set of commands on a collection in an XML database |
| Method Detail |
public void updateWithXUpdate(java.lang.String xUpdate,
java.lang.String collectionPath)
throws XMLDBDataAccessException
xUpdate - The xupdate stringcollectionPath - The collection path
XMLDBDataAccessException - if something goes wrong in the XMLDB access
public void updateResourceWithXUpdate(java.lang.String xUpdate,
java.lang.String resourceId,
java.lang.String collectionPath)
throws XMLDBDataAccessException
xUpdate - The xupdate stringcollectionPath - The collection path
XMLDBDataAccessException - if something goes wrong in the XMLDB access
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||