Uses of Class
org.jafer.sru.SRUException

Packages that use SRUException
org.jafer.sru   
org.jafer.sru.bridge   
 

Uses of SRUException in org.jafer.sru
 

Methods in org.jafer.sru that throw SRUException
 java.lang.String SRUtoSRWConfig.getNodeValue(org.w3c.dom.Node node)
          Utility method to get the value of the node
 java.lang.String SRUtoSRWConfig.getOperationBridgeClass(java.lang.String operation, java.lang.String version)
          Gets the name of the bridge class for the specified operation and version
 org.w3c.dom.Node SRUtoSRWConfig.selectNode(org.w3c.dom.Node sourceNode, java.lang.String XPath)
          This method selects the node specified by the xpath from the source node
 

Constructors in org.jafer.sru that throw SRUException
SRUtoSRWConfig()
          constructor
 

Uses of SRUException in org.jafer.sru.bridge
 

Methods in org.jafer.sru.bridge that throw SRUException
private  OperationBridge SRUtoSRWBridge.createOperationBridgeClass(java.lang.String operation, java.lang.String version)
          Instantiates and returns the bridge class for the specified operation and version
 

Constructors in org.jafer.sru.bridge that throw SRUException
SRUtoSRWBridge(java.lang.String url)
          Creates an instance of the SRUtoSRWBridge specifying the URL to use to find the web service