Uses of Class
org.LexGrid.LexBIG.cagrid.dataService.stubs.types.LexEVSDataServiceReference

Packages that use LexEVSDataServiceReference
org.LexGrid.LexBIG.cagrid.dataService.service   
org.LexGrid.LexBIG.cagrid.dataService.stubs   
 

Uses of LexEVSDataServiceReference in org.LexGrid.LexBIG.cagrid.dataService.service
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.service that return LexEVSDataServiceReference
 LexEVSDataServiceReference LexEVSDataServiceImpl.registerSecurityToken(java.lang.String codingSchemeURN, gov.nih.nci.evs.security.SecurityToken securityToken)
           
 

Uses of LexEVSDataServiceReference in org.LexGrid.LexBIG.cagrid.dataService.stubs
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.stubs that return LexEVSDataServiceReference
 LexEVSDataServiceReference RegisterSecurityTokenResponse.getLexEVSDataServiceReference()
          Gets the lexEVSDataServiceReference value for this RegisterSecurityTokenResponse.
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.stubs with parameters of type LexEVSDataServiceReference
 void RegisterSecurityTokenResponse.setLexEVSDataServiceReference(LexEVSDataServiceReference lexEVSDataServiceReference)
          Sets the lexEVSDataServiceReference value for this RegisterSecurityTokenResponse.
 

Constructors in org.LexGrid.LexBIG.cagrid.dataService.stubs with parameters of type LexEVSDataServiceReference
RegisterSecurityTokenResponse(LexEVSDataServiceReference lexEVSDataServiceReference)