|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ivoa.registry.search.SOAPSearchClient
net.ivoa.registry.search.test.TestSOAPProduction
public class TestSOAPProduction
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 |
---|
public TestSOAPProduction()
public TestSOAPProduction(java.net.URL endpointURL)
Method Detail |
---|
protected org.w3c.dom.Element call(SOAPMessage msg, java.lang.String actionURI) throws RegistryServiceException, SOAPException
call
in class SOAPSearchClient
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.public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |