|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.sru.bridge.V1Bridge
org.jafer.sru.bridge.ExplainOperationBridge
public class ExplainOperationBridge
This bridge executes an SRW Explain operation call.
Field Summary | |
---|---|
private static java.lang.String |
RECORD_PACKING_KEY
Stores a reference to key used to find the recordPacking in paramaters |
private static java.lang.String |
STYLESHEET_KEY
Stores a reference to key used to find the stylesheet in paramaters |
Constructor Summary | |
---|---|
ExplainOperationBridge()
|
Method Summary | |
---|---|
java.lang.String |
execute(java.util.Map parameters,
java.net.URL serviceUrl)
Execute the explain operation |
Methods inherited from class org.jafer.sru.bridge.V1Bridge |
---|
createExplainDiagnosticResponse, createScanDiagnosticResponse, createSearchDiagnosticResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String RECORD_PACKING_KEY
private static final java.lang.String STYLESHEET_KEY
Constructor Detail |
---|
public ExplainOperationBridge()
Method Detail |
---|
public java.lang.String execute(java.util.Map parameters, java.net.URL serviceUrl)
execute
in interface OperationBridge
parameters
- map of paramaters to be sentserviceUrl
- the URL to the web service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |