Uses of Class
uk.org.ogsadai.activity.xmldb.commands.XMLDBStreamNotFoundException

Packages that use XMLDBStreamNotFoundException
uk.org.ogsadai.activity.xmldb.commands Contains a command interface and various implementations for use by the XML database activities. 
 

Uses of XMLDBStreamNotFoundException in uk.org.ogsadai.activity.xmldb.commands
 

Methods in uk.org.ogsadai.activity.xmldb.commands that throw XMLDBStreamNotFoundException
 BlockReader CommandContext.getInput(java.lang.String inputName)
          Get the named input for the Command to interact with.
 BlockWriter CommandContext.getOutput()
          Gets the output for the command to write any results to.
 BlockReader CommandContextImpl.getInput(java.lang.String inputName)
           
 BlockWriter CommandContextImpl.getOutput()