|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectServiceSecurityClient
org.LexGrid.LexBIG.cagrid.LexEVSGridService.client.LexEVSGridServiceClientBase
org.LexGrid.LexBIG.cagrid.LexEVSGridService.client.LexEVSGridServiceClient
public class LexEVSGridServiceClient
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.
Field Summary |
---|
Fields inherited from class org.LexGrid.LexBIG.cagrid.LexEVSGridService.client.LexEVSGridServiceClientBase |
---|
consumer, consumerEPR, portType, portTypeMutex |
Constructor Summary | |
---|---|
LexEVSGridServiceClient(EndpointReferenceType epr)
|
|
LexEVSGridServiceClient(EndpointReferenceType epr,
GlobusCredential proxy)
|
|
LexEVSGridServiceClient(java.lang.String url)
|
|
LexEVSGridServiceClient(java.lang.String url,
GlobusCredential proxy)
|
Method Summary | |
---|---|
CodedNodeSetClient |
getCodingSchemeConcepts(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Returns the set of all (or all active) concepts in the specified coding scheme. |
FilterClient |
getFilter(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification)
Returns an instance of the filter extension registered with the given name. |
org.LexGrid.LexBIG.iso21090.DataModel.Collections.ExtensionDescriptionList |
getFilterExtensions()
Returns a description of all registered extensions used to provide additional filtering of query results. |
LexBIGServiceConvenienceMethodsClient |
getGenericExtension(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification)
Returns an instance of the application-specific extension registered with the given name. |
org.LexGrid.LexBIG.iso21090.DataModel.Collections.ExtensionDescriptionList |
getGenericExtensions()
Returns a description of all registered extensions used to implement application-specific behavior that is centrally accessible from a LexBIGService. |
HistoryServiceClient |
getHistoryService(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
Resolve a reference to the history api servicing the given coding scheme. |
org.LexGrid.LexBIG.iso21090.DataModel.Collections.ModuleDescriptionList |
getMatchAlgorithms()
Returns the full description of all supported match algorithms. |
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse |
getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
|
CodedNodeGraphClient |
getNodeGraph(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.RelationContainerIdentification relationContainerIdentification)
Returns the node graph as represented in the particular relationship set in the coding scheme. |
org.oasis.wsrf.properties.GetResourcePropertyResponse |
getResourceProperty(javax.xml.namespace.QName params)
|
LexBIGServiceMetadataClient |
getServiceMetadata()
Return an interface to perform system-wide query over metadata for loaded code systems and providers. |
SortClient |
getSortAlgorithm(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification)
Returns an instance of the sort extension registered with the given name. |
org.LexGrid.LexBIG.iso21090.DataModel.Collections.SortDescriptionList |
getSortAlgorithms(java.lang.String context)
Returns a description of all registered extensions used to provide additional sorting of query results in the given context. |
org.LexGrid.LexBIG.iso21090.DataModel.Collections.CodingSchemeRenderingList |
getSupportedCodingSchemes()
Return a list of coding schemes and versions that are supported by this service, along with their status. |
static void |
main(java.lang.String[] args)
|
org.oasis.wsrf.properties.QueryResourcePropertiesResponse |
queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
|
org.LexGrid.iso21090.codingSchemes.CodingScheme |
resolveCodingScheme(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return detailed coding scheme information given a specific tag or version identifier. |
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeCopyRight |
resolveCodingSchemeCopyright(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
Return coding scheme copyright given a specific tag or version identifier. |
LexEVSGridServiceClient |
setSecurityToken(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification,
gov.nih.nci.evs.security.SecurityToken securityToken)
Sets the Security Token for the given Coding Scheme. |
static void |
usage()
|
Methods inherited from class org.LexGrid.LexBIG.cagrid.LexEVSGridService.client.LexEVSGridServiceClientBase |
---|
createPortType, initialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LexEVSGridServiceClient(java.lang.String url) throws MalformedURIException, java.rmi.RemoteException
MalformedURIException
java.rmi.RemoteException
public LexEVSGridServiceClient(java.lang.String url, GlobusCredential proxy) throws MalformedURIException, java.rmi.RemoteException
MalformedURIException
java.rmi.RemoteException
public LexEVSGridServiceClient(EndpointReferenceType epr) throws MalformedURIException, java.rmi.RemoteException
MalformedURIException
java.rmi.RemoteException
public LexEVSGridServiceClient(EndpointReferenceType epr, GlobusCredential proxy) throws MalformedURIException, java.rmi.RemoteException
MalformedURIException
java.rmi.RemoteException
Method Detail |
---|
public static void usage()
public static void main(java.lang.String[] args)
public org.LexGrid.LexBIG.iso21090.DataModel.Collections.CodingSchemeRenderingList getSupportedCodingSchemes() throws java.rmi.RemoteException, LBInvocationException
LexEVSGridServiceI
getSupportedCodingSchemes
in interface LexEVSGridServiceI
LBInvocationException
java.rmi.RemoteException
public CodedNodeSetClient getCodingSchemeConcepts(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, LBException
LexEVSGridServiceI
getCodingSchemeConcepts
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
public org.LexGrid.iso21090.codingSchemes.CodingScheme resolveCodingScheme(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws java.rmi.RemoteException, LBException
LexEVSGridServiceI
resolveCodingScheme
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
public org.LexGrid.LexBIG.iso21090.DataModel.Collections.ModuleDescriptionList getMatchAlgorithms() throws java.rmi.RemoteException
LexEVSGridServiceI
getMatchAlgorithms
in interface LexEVSGridServiceI
java.rmi.RemoteException
public CodedNodeGraphClient getNodeGraph(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.iso21090.DataModel.cagrid.RelationContainerIdentification relationContainerIdentification) throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, LBException
LexEVSGridServiceI
getNodeGraph
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
public org.LexGrid.LexBIG.iso21090.DataModel.Collections.SortDescriptionList getSortAlgorithms(java.lang.String context) throws java.rmi.RemoteException
LexEVSGridServiceI
getSortAlgorithms
in interface LexEVSGridServiceI
java.rmi.RemoteException
public org.LexGrid.LexBIG.iso21090.DataModel.Collections.ExtensionDescriptionList getGenericExtensions() throws java.rmi.RemoteException
LexEVSGridServiceI
getGenericExtensions
in interface LexEVSGridServiceI
java.rmi.RemoteException
public LexBIGServiceConvenienceMethodsClient getGenericExtension(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification) throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, LBException
LexEVSGridServiceI
getGenericExtension
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
public org.LexGrid.LexBIG.iso21090.DataModel.Collections.ExtensionDescriptionList getFilterExtensions() throws java.rmi.RemoteException
LexEVSGridServiceI
getFilterExtensions
in interface LexEVSGridServiceI
java.rmi.RemoteException
public HistoryServiceClient getHistoryService(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification) throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, LBException
LexEVSGridServiceI
getHistoryService
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
public LexBIGServiceMetadataClient getServiceMetadata() throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, LBException
LexEVSGridServiceI
getServiceMetadata
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
public SortClient getSortAlgorithm(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification) throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, LBException
LexEVSGridServiceI
getSortAlgorithm
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
public FilterClient getFilter(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification) throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, LBException
LexEVSGridServiceI
getFilter
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
public org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeCopyRight resolveCodingSchemeCopyright(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag) throws java.rmi.RemoteException, LBException
LexEVSGridServiceI
resolveCodingSchemeCopyright
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
public LexEVSGridServiceClient setSecurityToken(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, gov.nih.nci.evs.security.SecurityToken securityToken) throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, LBException
LexEVSGridServiceI
setSecurityToken
in interface LexEVSGridServiceI
LBException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
public org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params) throws java.rmi.RemoteException
getMultipleResourceProperties
in interface LexEVSGridServiceI
java.rmi.RemoteException
public org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params) throws java.rmi.RemoteException
getResourceProperty
in interface LexEVSGridServiceI
java.rmi.RemoteException
public org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params) throws java.rmi.RemoteException
queryResourceProperties
in interface LexEVSGridServiceI
java.rmi.RemoteException
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |