org.jafer.sru.bridge
Interface OperationBridge

All Known Implementing Classes:
ExplainOperationBridge, ScanOperationBridge, SearchRetrieveOperationBridge

public interface OperationBridge

This interface defines the exceute method that all operation bridges must support


Method Summary
 java.lang.String execute(java.util.Map parameters, java.net.URL serviceUrl)
          Execute the operation
 

Method Detail

execute

java.lang.String execute(java.util.Map parameters,
                         java.net.URL serviceUrl)
Execute the operation

Parameters:
parameters - map of paramaters to be sent
serviceUrl - the URL to the web service
Returns:
the response as XML