org.jafer.sru.bridge
Class ScanOperationBridge
java.lang.Object
org.jafer.sru.bridge.V1Bridge
org.jafer.sru.bridge.ScanOperationBridge
- All Implemented Interfaces:
- OperationBridge
public class ScanOperationBridge
- extends V1Bridge
- implements OperationBridge
Field Summary |
private static java.lang.String |
MAXIMUM_TERMS_KEY
Stores a reference to key used to find the maximumTerms in paramaters |
private static java.lang.String |
RESPONSE_POSITION_KEY
Stores a reference to key used to find the responsePosition in paramaters |
private static java.lang.String |
SCAN_CLAUSE_KEY
Stores a reference to key used to find the scanClause in paramaters |
private static java.lang.String |
STYLESHEET_KEY
Stores a reference to key used to find the stylesheet in paramaters |
Method Summary |
java.lang.String |
execute(java.util.Map parameters,
java.net.URL serviceUrl)
Execute the explain operation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCAN_CLAUSE_KEY
private static final java.lang.String SCAN_CLAUSE_KEY
- Stores a reference to key used to find the scanClause in paramaters
- See Also:
- Constant Field Values
STYLESHEET_KEY
private static final java.lang.String STYLESHEET_KEY
- Stores a reference to key used to find the stylesheet in paramaters
- See Also:
- Constant Field Values
RESPONSE_POSITION_KEY
private static final java.lang.String RESPONSE_POSITION_KEY
- Stores a reference to key used to find the responsePosition in paramaters
- See Also:
- Constant Field Values
MAXIMUM_TERMS_KEY
private static final java.lang.String MAXIMUM_TERMS_KEY
- Stores a reference to key used to find the maximumTerms in paramaters
- See Also:
- Constant Field Values
ScanOperationBridge
public ScanOperationBridge()
execute
public java.lang.String execute(java.util.Map parameters,
java.net.URL serviceUrl)
- Execute the explain operation
- Specified by:
execute
in interface OperationBridge
- Parameters:
parameters
- map of paramaters to be sentserviceUrl
- the URL to the web service
- Returns:
- the response as XML