|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.serviceclients.remotesearch.SearchServiceClient
public class SearchServiceClient
SearchServiceClient performs searches for records using a DDS Web Service (version 1.0), returning results as ADNItemDocReader instances.
SearchServiceClient employs the WebServiceClient to do the actual search (via the doSearch method (so this class can be thought of as a wrapper for the Search Web Service).
Constructor Summary | |
---|---|
SearchServiceClient(String searchServiceBaseUrl)
Constructor for the SearchServiceClient object |
Method Summary | |
---|---|
void |
destroy()
Description of the Method |
WebServiceClient |
getWebServiceClient()
Gets the webServiceClient attribute of the SearchServiceClient object |
static void |
main(String[] args)
SearchServiceClient tester |
List |
searchDocs(String s)
Performs a Web Service Search (using the org.dlese.dpc.serviceclients.remotesearch.WebServiceClient ) and returns
results as a List of ADNItemDocReader
instances. |
static void |
setDebug(boolean db)
Sets the debug attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchServiceClient(String searchServiceBaseUrl)
searchServiceBaseUrl
- DDS Web Service URLMethod Detail |
---|
public WebServiceClient getWebServiceClient()
WebServiceClient
public List searchDocs(String s)
org.dlese.dpc.serviceclients.remotesearch.WebServiceClient
) and returns
results as a List of ADNItemDocReader
instances.
s
- Description of the Parameter
public void destroy()
public static void setDebug(boolean db)
db
- The new debug valuepublic static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- Description of the Exception
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |