|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.introduce.security.client.ServiceSecurityClient
org.LexGrid.LexBIG.cagrid.LexEVSGridService.ResolvedConceptReferencesIterator.client.ResolvedConceptReferencesIteratorClient
public class ResolvedConceptReferencesIteratorClient
This class is autogenerated, DO NOT EDIT GENERATED GRID SERVICE ACCESS METHODS. This client is generated automatically by Introduce to provide a clean unwrapped API to the service. 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.
Constructor Summary | |
---|---|
ResolvedConceptReferencesIteratorClient(org.apache.axis.message.addressing.EndpointReferenceType epr)
|
|
ResolvedConceptReferencesIteratorClient(org.apache.axis.message.addressing.EndpointReferenceType epr,
org.globus.gsi.GlobusCredential proxy)
|
|
ResolvedConceptReferencesIteratorClient(java.lang.String url)
|
|
ResolvedConceptReferencesIteratorClient(java.lang.String url,
org.globus.gsi.GlobusCredential proxy)
|
Method Summary | |
---|---|
org.oasis.wsrf.lifetime.DestroyResponse |
destroy(org.oasis.wsrf.lifetime.Destroy params)
|
org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList |
get(int start,
int end)
Return concept references from the underlying list, from the start point (inclusive) to the end point (exclusive). |
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse |
getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
|
org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList |
getNext()
|
org.oasis.wsrf.properties.GetResourcePropertyResponse |
getResourceProperty(javax.xml.namespace.QName params)
|
boolean |
hasNext()
True means that there still values that can be returned. |
static void |
main(java.lang.String[] args)
|
org.LexGrid.LexBIG.DataModel.Core.ResolvedConceptReference |
next()
Return the next available concept reference, in order, from the underlying list. |
org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList |
nextInt(int maxToReturn)
Return concept references from the underlying list, in order and up to the specified maximum. |
int |
numberRemaining()
Returns a count of the number of items remaining in the iterator. |
org.oasis.wsrf.properties.QueryResourcePropertiesResponse |
queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
|
void |
scroll(int maxToReturn)
Return the next batch of resolved concept references. |
org.oasis.wsrf.lifetime.SetTerminationTimeResponse |
setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
|
static void |
usage()
|
Methods inherited from class gov.nih.nci.cagrid.introduce.security.client.ServiceSecurityClient |
---|
getAuthorization, getDelegationMode, getEndpointReference, getProxy, getServiceSecurityMetadata, setAuthorization, setDelegationMode, setProxy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResolvedConceptReferencesIteratorClient(java.lang.String url) throws org.apache.axis.types.URI.MalformedURIException, java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
public ResolvedConceptReferencesIteratorClient(java.lang.String url, org.globus.gsi.GlobusCredential proxy) throws org.apache.axis.types.URI.MalformedURIException, java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
public ResolvedConceptReferencesIteratorClient(org.apache.axis.message.addressing.EndpointReferenceType epr) throws org.apache.axis.types.URI.MalformedURIException, java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
public ResolvedConceptReferencesIteratorClient(org.apache.axis.message.addressing.EndpointReferenceType epr, org.globus.gsi.GlobusCredential proxy) throws org.apache.axis.types.URI.MalformedURIException, java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
Method Detail |
---|
public static void usage()
public static void main(java.lang.String[] args)
public org.LexGrid.LexBIG.DataModel.Core.ResolvedConceptReference next() throws java.rmi.RemoteException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBResourceUnavailableException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
ResolvedConceptReferencesIteratorI
next
in interface ResolvedConceptReferencesIteratorI
InvalidServiceContextAccess
LBResourceUnavailableException
LBInvocationException
java.rmi.RemoteException
public org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList nextInt(int maxToReturn) throws java.rmi.RemoteException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBResourceUnavailableException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
ResolvedConceptReferencesIteratorI
nextInt
in interface ResolvedConceptReferencesIteratorI
InvalidServiceContextAccess
LBResourceUnavailableException
LBInvocationException
java.rmi.RemoteException
public org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList get(int start, int end) throws java.rmi.RemoteException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBResourceUnavailableException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
ResolvedConceptReferencesIteratorI
get
in interface ResolvedConceptReferencesIteratorI
InvalidServiceContextAccess
LBResourceUnavailableException
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void scroll(int maxToReturn) throws java.rmi.RemoteException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBResourceUnavailableException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
ResolvedConceptReferencesIteratorI
scroll
in interface ResolvedConceptReferencesIteratorI
InvalidServiceContextAccess
LBResourceUnavailableException
LBInvocationException
java.rmi.RemoteException
public org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList getNext() throws java.rmi.RemoteException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBResourceUnavailableException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
getNext
in interface ResolvedConceptReferencesIteratorI
java.rmi.RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBResourceUnavailableException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
public boolean hasNext() throws java.rmi.RemoteException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBResourceUnavailableException
ResolvedConceptReferencesIteratorI
hasNext
in interface ResolvedConceptReferencesIteratorI
InvalidServiceContextAccess
LBResourceUnavailableException
java.rmi.RemoteException
public org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params) throws java.rmi.RemoteException
getMultipleResourceProperties
in interface ResolvedConceptReferencesIteratorI
java.rmi.RemoteException
public org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params) throws java.rmi.RemoteException
getResourceProperty
in interface ResolvedConceptReferencesIteratorI
java.rmi.RemoteException
public org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params) throws java.rmi.RemoteException
queryResourceProperties
in interface ResolvedConceptReferencesIteratorI
java.rmi.RemoteException
public int numberRemaining() throws java.rmi.RemoteException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBResourceUnavailableException
ResolvedConceptReferencesIteratorI
numberRemaining
in interface ResolvedConceptReferencesIteratorI
InvalidServiceContextAccess
LBResourceUnavailableException
java.rmi.RemoteException
public org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy params) throws java.rmi.RemoteException
destroy
in interface ResolvedConceptReferencesIteratorI
java.rmi.RemoteException
public org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params) throws java.rmi.RemoteException
setTerminationTime
in interface ResolvedConceptReferencesIteratorI
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |