gov.nih.nci.cagrid.fqp.results.client
Class FederatedQueryResultsClient
java.lang.Object
gov.nih.nci.cagrid.introduce.security.client.ServiceSecurityClient
gov.nih.nci.cagrid.fqp.results.client.FederatedQueryResultsClient
- All Implemented Interfaces:
- FederatedQueryResultsI, ServiceSecurityI
public class FederatedQueryResultsClient
- extends ServiceSecurityClient
- implements FederatedQueryResultsI
This class is autogenerated, DO NOT EDIT. On construction the class instance
will contact the remote service and retrieve it's security metadata
description which it will use to configure the Stub specifically for each
method call.
|
Method Summary |
protected void |
configureStubSecurity(org.apache.axis.client.Stub stub,
java.lang.String method)
|
org.oasis.wsrf.lifetime.DestroyResponse |
destroy(org.oasis.wsrf.lifetime.Destroy params)
Destroys this resource and its corresponding query results (standard ws-lifetime operation). |
DCQLQueryResultsCollection |
getResults()
Returns the results of the query managed by this resource |
ServiceSecurityMetadata |
getServiceSecurityMetadata()
|
boolean |
isProcessingComplete()
Indicates whether or not the query processing is complete; until this is true, getResults cannot be excecuted. |
static void |
main(java.lang.String[] args)
|
org.oasis.wsrf.lifetime.SetTerminationTimeResponse |
setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
Schedules this destruction of this resource (standard ws-lifetime operation). |
static void |
usage()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portType
protected FederatedQueryResultsPortType portType
FederatedQueryResultsClient
public FederatedQueryResultsClient(java.lang.String url)
throws org.apache.axis.types.URI.MalformedURIException,
java.rmi.RemoteException
- Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
FederatedQueryResultsClient
public FederatedQueryResultsClient(java.lang.String url,
org.globus.gsi.GlobusCredential proxy)
throws org.apache.axis.types.URI.MalformedURIException,
java.rmi.RemoteException
- Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
FederatedQueryResultsClient
public FederatedQueryResultsClient(org.apache.axis.message.addressing.EndpointReferenceType epr)
throws org.apache.axis.types.URI.MalformedURIException,
java.rmi.RemoteException
- Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
FederatedQueryResultsClient
public FederatedQueryResultsClient(org.apache.axis.message.addressing.EndpointReferenceType epr,
org.globus.gsi.GlobusCredential proxy)
throws org.apache.axis.types.URI.MalformedURIException,
java.rmi.RemoteException
- Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
usage
public static void usage()
main
public static void main(java.lang.String[] args)
configureStubSecurity
protected void configureStubSecurity(org.apache.axis.client.Stub stub,
java.lang.String method)
throws java.rmi.RemoteException
- Overrides:
configureStubSecurity in class ServiceSecurityClient
- Throws:
java.rmi.RemoteException
destroy
public org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy params)
throws java.rmi.RemoteException
- Description copied from interface:
FederatedQueryResultsI
- Destroys this resource and its corresponding query results (standard ws-lifetime operation).
- Specified by:
destroy in interface FederatedQueryResultsI
- Throws:
java.rmi.RemoteException
setTerminationTime
public org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
throws java.rmi.RemoteException
- Description copied from interface:
FederatedQueryResultsI
- Schedules this destruction of this resource (standard ws-lifetime operation).
- Specified by:
setTerminationTime in interface FederatedQueryResultsI
- Throws:
java.rmi.RemoteException
getResults
public DCQLQueryResultsCollection getResults()
throws java.rmi.RemoteException,
ProcessingNotCompleteFault,
FederatedQueryProcessingFault,
InternalErrorFault
- Description copied from interface:
FederatedQueryResultsI
- Returns the results of the query managed by this resource
- Specified by:
getResults in interface FederatedQueryResultsI
- Throws:
ProcessingNotCompleteFault - Indicates the query has not yet completed.
FederatedQueryProcessingFault - Indicates an error occured processing the query.
InternalErrorFault - Indicates an unrecoverable internal error.
java.rmi.RemoteException
getServiceSecurityMetadata
public ServiceSecurityMetadata getServiceSecurityMetadata()
throws java.rmi.RemoteException
- Specified by:
getServiceSecurityMetadata in interface FederatedQueryResultsI- Specified by:
getServiceSecurityMetadata in interface ServiceSecurityI- Overrides:
getServiceSecurityMetadata in class ServiceSecurityClient
- Throws:
java.rmi.RemoteException
isProcessingComplete
public boolean isProcessingComplete()
throws java.rmi.RemoteException
- Description copied from interface:
FederatedQueryResultsI
- Indicates whether or not the query processing is complete; until this is true, getResults cannot be excecuted.
- Specified by:
isProcessingComplete in interface FederatedQueryResultsI
- Throws:
java.rmi.RemoteException