net.ivoa.registry.search.test
Class TestSOAPProduction

java.lang.Object
  extended by net.ivoa.registry.search.SOAPSearchClient
      extended by net.ivoa.registry.search.test.TestSOAPProduction

public class TestSOAPProduction
extends SOAPSearchClient


Nested Class Summary
 
Nested classes/interfaces inherited from class net.ivoa.registry.search.SOAPSearchClient
SOAPSearchClient.SearchQuery
 
Field Summary
 
Fields inherited from class net.ivoa.registry.search.SOAPSearchClient
caller, conn, endpoint, GETIDENTITY_ACTION, GETRESOURCE_ACTION, KEYWORDSEARCH_ACTION, SEARCH_ACTION, soapfactory, WSDL_NS, WSDL_PREFIX, XQUERYSEARCH_ACTION
 
Constructor Summary
TestSOAPProduction()
           
TestSOAPProduction(java.net.URL endpointURL)
           
 
Method Summary
protected  org.w3c.dom.Element call(SOAPMessage msg, java.lang.String actionURI)
          submit the soap message
static void main(java.lang.String[] args)
           
 
Methods inherited from class net.ivoa.registry.search.SOAPSearchClient
createSearchQuery, getIdentity, getResource, keywordSearch, makeRSName, makeSOAPMessage, search, search, setCaller, xquerySearch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSOAPProduction

public TestSOAPProduction()

TestSOAPProduction

public TestSOAPProduction(java.net.URL endpointURL)
Method Detail

call

protected org.w3c.dom.Element call(SOAPMessage msg,
                                   java.lang.String actionURI)
                            throws RegistryServiceException,
                                   SOAPException
submit the soap message

Overrides:
call in class SOAPSearchClient
Throws:
RegistryServiceException - if the service encounters an error (i.e. on the server side).
SOAPException - if an error is encountered while submitting the SOAP request or while processing the SOAP response.

main

public static void main(java.lang.String[] args)