org.gcube.searchsystem.searchsystemservice
Class SearchSystemService

java.lang.Object
  extended by GCUBEPortType
      extended by org.gcube.searchsystem.searchsystemservice.SearchSystemService

public class SearchSystemService
extends GCUBEPortType

Web Service front end to the gCube Search System

Author:
Vasilis Verroios

Constructor Summary
SearchSystemService()
          Creates a new SearchSystemService
 
Method Summary
 SearchResponse search(java.lang.String query)
          Entry point to the search operation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchSystemService

public SearchSystemService()
Creates a new SearchSystemService

Method Detail

search

public SearchResponse search(java.lang.String query)
                      throws GCUBEFault
Entry point to the search operation

Parameters:
query - - The gCQL query to be answered
Returns:
The ResultSet end point reference (containing the results) and a list of warnings
Throws:
GCUBEFault - An unrecoverable for the operation error occurred