org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service.globus
Class CodedNodeGraphProviderImpl

java.lang.Object
  extended by org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service.globus.CodedNodeGraphProviderImpl

public class CodedNodeGraphProviderImpl
extends java.lang.Object

DO NOT EDIT: This class is autogenerated! This class implements each method in the portType of the service. Each method call represented in the port type will be then mapped into the unwrapped implementation which the user provides in the LexBIGCaGridServicesImpl class. This class handles the boxing and unboxing of each method call so that it can be correclty mapped in the unboxed interface that the developer has designed and has implemented. Authorization callbacks are automatically made for each method based on each methods authorization requirements.


Field Summary
(package private)  CodedNodeGraphImpl impl
           
 
Constructor Summary
CodedNodeGraphProviderImpl()
           
 
Method Summary
 AreCodesRelatedResponse areCodesRelated(AreCodesRelatedRequest params)
           
 IntersectResponse intersect(IntersectRequest params)
           
 IsCodeInGraphResponse isCodeInGraph(IsCodeInGraphRequest params)
           
 ListCodeRelationshipsResponse listCodeRelationships(ListCodeRelationshipsRequest params)
           
 ListCodeRelationships2Response listCodeRelationships2(ListCodeRelationships2Request params)
           
 ResolveAsListResponse resolveAsList(ResolveAsListRequest params)
           
 RestrictToAssociationsResponse restrictToAssociations(RestrictToAssociationsRequest params)
           
 RestrictToCodesResponse restrictToCodes(RestrictToCodesRequest params)
           
 RestrictToCodeSystemResponse restrictToCodeSystem(RestrictToCodeSystemRequest params)
           
 RestrictToDirectionalNamesResponse restrictToDirectionalNames(RestrictToDirectionalNamesRequest params)
           
 RestrictToSourceCodesResponse restrictToSourceCodes(RestrictToSourceCodesRequest params)
           
 RestrictToSourceCodeSystemResponse restrictToSourceCodeSystem(RestrictToSourceCodeSystemRequest params)
           
 RestrictToTargetCodesResponse restrictToTargetCodes(RestrictToTargetCodesRequest params)
           
 RestrictToTargetCodeSystemResponse restrictToTargetCodeSystem(RestrictToTargetCodeSystemRequest params)
           
 ToNodeListResponse toNodeList(ToNodeListRequest params)
           
 UnionResponse union(UnionRequest params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impl

CodedNodeGraphImpl impl
Constructor Detail

CodedNodeGraphProviderImpl

public CodedNodeGraphProviderImpl()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

resolveAsList

public ResolveAsListResponse resolveAsList(ResolveAsListRequest params)
                                    throws java.rmi.RemoteException,
                                           InvalidServiceContextAccess,
                                           LBInvocationException,
                                           LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

listCodeRelationships

public ListCodeRelationshipsResponse listCodeRelationships(ListCodeRelationshipsRequest params)
                                                    throws java.rmi.RemoteException,
                                                           InvalidServiceContextAccess,
                                                           LBInvocationException,
                                                           LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

restrictToSourceCodeSystem

public RestrictToSourceCodeSystemResponse restrictToSourceCodeSystem(RestrictToSourceCodeSystemRequest params)
                                                              throws java.rmi.RemoteException,
                                                                     InvalidServiceContextAccess,
                                                                     LBInvocationException,
                                                                     LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

restrictToTargetCodeSystem

public RestrictToTargetCodeSystemResponse restrictToTargetCodeSystem(RestrictToTargetCodeSystemRequest params)
                                                              throws java.rmi.RemoteException,
                                                                     InvalidServiceContextAccess,
                                                                     LBInvocationException,
                                                                     LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

restrictToCodeSystem

public RestrictToCodeSystemResponse restrictToCodeSystem(RestrictToCodeSystemRequest params)
                                                  throws java.rmi.RemoteException,
                                                         InvalidServiceContextAccess,
                                                         LBInvocationException,
                                                         LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

restrictToTargetCodes

public RestrictToTargetCodesResponse restrictToTargetCodes(RestrictToTargetCodesRequest params)
                                                    throws java.rmi.RemoteException,
                                                           InvalidServiceContextAccess,
                                                           LBInvocationException,
                                                           LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

restrictToSourceCodes

public RestrictToSourceCodesResponse restrictToSourceCodes(RestrictToSourceCodesRequest params)
                                                    throws java.rmi.RemoteException,
                                                           InvalidServiceContextAccess,
                                                           LBInvocationException,
                                                           LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

restrictToDirectionalNames

public RestrictToDirectionalNamesResponse restrictToDirectionalNames(RestrictToDirectionalNamesRequest params)
                                                              throws java.rmi.RemoteException,
                                                                     InvalidServiceContextAccess,
                                                                     LBInvocationException,
                                                                     LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

restrictToAssociations

public RestrictToAssociationsResponse restrictToAssociations(RestrictToAssociationsRequest params)
                                                      throws java.rmi.RemoteException,
                                                             InvalidServiceContextAccess,
                                                             LBInvocationException,
                                                             LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

restrictToCodes

public RestrictToCodesResponse restrictToCodes(RestrictToCodesRequest params)
                                        throws java.rmi.RemoteException,
                                               InvalidServiceContextAccess,
                                               LBInvocationException,
                                               LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

intersect

public IntersectResponse intersect(IntersectRequest params)
                            throws java.rmi.RemoteException,
                                   InvalidServiceContextAccess,
                                   LBInvocationException,
                                   LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

union

public UnionResponse union(UnionRequest params)
                    throws java.rmi.RemoteException,
                           InvalidServiceContextAccess,
                           LBInvocationException,
                           LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

isCodeInGraph

public IsCodeInGraphResponse isCodeInGraph(IsCodeInGraphRequest params)
                                    throws java.rmi.RemoteException,
                                           InvalidServiceContextAccess,
                                           LBInvocationException,
                                           LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

toNodeList

public ToNodeListResponse toNodeList(ToNodeListRequest params)
                              throws java.rmi.RemoteException,
                                     InvalidServiceContextAccess,
                                     LBInvocationException,
                                     LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

areCodesRelated

public AreCodesRelatedResponse areCodesRelated(AreCodesRelatedRequest params)
                                        throws java.rmi.RemoteException,
                                               InvalidServiceContextAccess,
                                               LBInvocationException,
                                               LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException

listCodeRelationships2

public ListCodeRelationships2Response listCodeRelationships2(ListCodeRelationships2Request params)
                                                      throws java.rmi.RemoteException,
                                                             InvalidServiceContextAccess,
                                                             LBInvocationException,
                                                             LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException