DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class SearchServiceClient

java.lang.Object
  extended by org.dlese.dpc.serviceclients.webclient.WebServiceClient
      extended by org.dlese.dpc.schemedit.test.SearchServiceClient

public class SearchServiceClient
extends WebServiceClient

Class to extract information from the NCS via webServices.

Author:
Jonathan Ostwald

Nested Class Summary
 class SearchServiceClient.TitleComparator
           
 
Constructor Summary
SearchServiceClient()
          Constructor for the SearchServiceClient object
SearchServiceClient(String baseWebServiceUrl)
          Constructor for the SearchServiceClient object
 
Method Summary
 List adnSearch()
          Gets the nCSRecordByTitle attribute of the SearchServiceClient object
static void main(String[] args)
          The main program for the SearchServiceClient class
 
Methods inherited from class org.dlese.dpc.serviceclients.webclient.WebServiceClient
doGetId, doPutRecord, doPutRecord, doPutRecord, doSearch, getBaseUrl, getRecord, getRequestUrl, getResponseDoc, getResponseDoc, getResponseError, getResponseError, getResponseStr, getTimedURL, getTimedXmlDocument, getTimeOutSecs, setDebug, setRequestUrl, setRequestUrl, setTimeOutSecs, stuffId, urlCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchServiceClient

public SearchServiceClient()
Constructor for the SearchServiceClient object


SearchServiceClient

public SearchServiceClient(String baseWebServiceUrl)
Constructor for the SearchServiceClient object

Parameters:
baseWebServiceUrl - NOT YET DOCUMENTED
Method Detail

adnSearch

public List adnSearch()
               throws Exception
Gets the nCSRecordByTitle attribute of the SearchServiceClient object

Parameters:
title - NOT YET DOCUMENTED
Returns:
The nCSRecordByTitle value
Throws:
Exception - NOT YET DOCUMENTED

main

public static void main(String[] args)
The main program for the SearchServiceClient class

Parameters:
args - The command line arguments

DLESE Tools
v1.6.0