org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.client
Class CodedNodeSetClient
java.lang.Object
ServiceSecurityClient
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.client.CodedNodeSetClientBase
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.client.CodedNodeSetClient
- All Implemented Interfaces:
- CodedNodeSetI
public class CodedNodeSetClient
- extends CodedNodeSetClientBase
- implements CodedNodeSetI
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.
Method Summary |
org.oasis.wsrf.lifetime.DestroyResponse |
destroy(org.oasis.wsrf.lifetime.Destroy params)
|
void |
difference(CodedNodeSetReference codes)
|
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse |
getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
|
org.oasis.wsrf.properties.GetResourcePropertyResponse |
getResourceProperty(javax.xml.namespace.QName params)
|
void |
intersect(CodedNodeSetReference codes)
|
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodeExistence |
isCodeInSet(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference code)
|
static void |
main(java.lang.String[] args)
|
org.oasis.wsrf.properties.QueryResourcePropertiesResponse |
queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
|
ResolvedConceptReferencesIteratorClient |
resolve(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.SetResolutionPolicy setResolutionPolicy)
|
org.LexGrid.LexBIG.iso21090.DataModel.Collections.ResolvedConceptReferenceList |
resolveToList(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.SetResolutionPolicy setResolutionPolicy)
|
void |
restrictToCodes(org.LexGrid.LexBIG.iso21090.DataModel.Collections.ConceptReferenceList codeList)
|
void |
restrictToMatchingDesignations(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchCriteria,
org.LexGrid.LexBIG.iso21090.DataModel.enums.SearchDesignationOption searchDesignationOption,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.LanguageIdentification languageIdentification)
|
void |
restrictToMatchingProperties(org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList,
org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyType,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList2,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList3,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList nameAndValueList,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchCriteria,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.LanguageIdentification languageIdentification)
|
void |
restrictToProperties(org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList propertyList,
org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyType,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList2,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList3,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList nameAndValueList)
|
void |
restrictToStatus(org.LexGrid.LexBIG.iso21090.DataModel.enums.ActiveOption activeOption,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.Status[] status)
|
org.oasis.wsrf.lifetime.SetTerminationTimeResponse |
setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
|
void |
union(CodedNodeSetReference codes)
|
static void |
usage()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodedNodeSetClient
public CodedNodeSetClient(java.lang.String url)
throws MalformedURIException,
java.rmi.RemoteException
- Throws:
MalformedURIException
java.rmi.RemoteException
CodedNodeSetClient
public CodedNodeSetClient(java.lang.String url,
GlobusCredential proxy)
throws MalformedURIException,
java.rmi.RemoteException
- Throws:
MalformedURIException
java.rmi.RemoteException
CodedNodeSetClient
public CodedNodeSetClient(EndpointReferenceType epr)
throws MalformedURIException,
java.rmi.RemoteException
- Throws:
MalformedURIException
java.rmi.RemoteException
CodedNodeSetClient
public CodedNodeSetClient(EndpointReferenceType epr,
GlobusCredential proxy)
throws MalformedURIException,
java.rmi.RemoteException
- Throws:
MalformedURIException
java.rmi.RemoteException
usage
public static void usage()
main
public static void main(java.lang.String[] args)
resolveToList
public org.LexGrid.LexBIG.iso21090.DataModel.Collections.ResolvedConceptReferenceList resolveToList(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.SetResolutionPolicy setResolutionPolicy)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
resolveToList
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToCodes
public void restrictToCodes(org.LexGrid.LexBIG.iso21090.DataModel.Collections.ConceptReferenceList codeList)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
restrictToCodes
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
isCodeInSet
public org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodeExistence isCodeInSet(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference code)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
isCodeInSet
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToMatchingDesignations
public void restrictToMatchingDesignations(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchCriteria,
org.LexGrid.LexBIG.iso21090.DataModel.enums.SearchDesignationOption searchDesignationOption,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.LanguageIdentification languageIdentification)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
restrictToMatchingDesignations
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
resolve
public ResolvedConceptReferencesIteratorClient resolve(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.SetResolutionPolicy setResolutionPolicy)
throws java.rmi.RemoteException,
org.apache.axis.types.URI.MalformedURIException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
resolve
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToStatus
public void restrictToStatus(org.LexGrid.LexBIG.iso21090.DataModel.enums.ActiveOption activeOption,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.Status[] status)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
restrictToStatus
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
intersect
public void intersect(CodedNodeSetReference codes)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
intersect
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
union
public void union(CodedNodeSetReference codes)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
union
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
difference
public void difference(CodedNodeSetReference codes)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
difference
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToProperties
public void restrictToProperties(org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList propertyList,
org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyType,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList2,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList3,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList nameAndValueList)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
restrictToProperties
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToMatchingProperties
public void restrictToMatchingProperties(org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList,
org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyType,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList2,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList3,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList nameAndValueList,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchCriteria,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.LanguageIdentification languageIdentification)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException,
LBParameterException
- Specified by:
restrictToMatchingProperties
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
destroy
public org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy params)
throws java.rmi.RemoteException
- Specified by:
destroy
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
setTerminationTime
public org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
throws java.rmi.RemoteException
- Specified by:
setTerminationTime
in interface CodedNodeSetI
- Overrides:
setTerminationTime
in class CodedNodeSetClientBase
- Throws:
java.rmi.RemoteException
getMultipleResourceProperties
public org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
throws java.rmi.RemoteException
- Specified by:
getMultipleResourceProperties
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
getResourceProperty
public org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params)
throws java.rmi.RemoteException
- Specified by:
getResourceProperty
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException
queryResourceProperties
public org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
throws java.rmi.RemoteException
- Specified by:
queryResourceProperties
in interface CodedNodeSetI
- Throws:
java.rmi.RemoteException