com.pushtotest.testmaker.XSTest.PAAS
Class JAXRClient

java.lang.Object
  extended by com.pushtotest.testmaker.XSTest.PAAS.JAXRClient

public class JAXRClient
extends java.lang.Object

The JAXRQuery class consists of a main method, a makeConnection method, an executeQuery method, and some private helper methods. It searches a registry for information about organizations whose names contain a user-supplied string.


Constructor Summary
JAXRClient()
           
 
Method Summary
 void execute()
           
 void executeQuery(java.lang.String qString)
          Searches for organizations containing a string and displays data about them.
 void getQurey(java.lang.String qString)
           
 void makeConnection(java.lang.String queryUrl)
          Establishes a connection to a registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXRClient

public JAXRClient()
Method Detail

execute

public void execute()

makeConnection

public void makeConnection(java.lang.String queryUrl)
Establishes a connection to a registry.

Parameters:
queryUrl - the URL of the query registry
publishUrl - the URL of the publish registry

getQurey

public void getQurey(java.lang.String qString)

executeQuery

public void executeQuery(java.lang.String qString)
Searches for organizations containing a string and displays data about them.

Parameters:
qString - the string argument