org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.service.globus
Class FilterProviderImpl

java.lang.Object
  extended by org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.service.globus.FilterProviderImpl

public class FilterProviderImpl
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)  FilterImpl impl
           
 
Constructor Summary
FilterProviderImpl()
           
 
Method Summary
 GetDescriptionResponse getDescription(GetDescriptionRequest params)
           
 GetNameResponse getName(GetNameRequest params)
           
 GetProviderResponse getProvider(GetProviderRequest params)
           
 GetVersionResponse getVersion(GetVersionRequest params)
           
 MatchResponse match(MatchRequest params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impl

FilterImpl impl
Constructor Detail

FilterProviderImpl

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

match

public MatchResponse match(MatchRequest params)
                    throws java.rmi.RemoteException,
                           InvalidServiceContextAccess
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess

getName

public GetNameResponse getName(GetNameRequest params)
                        throws java.rmi.RemoteException,
                               InvalidServiceContextAccess
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess

getDescription

public GetDescriptionResponse getDescription(GetDescriptionRequest params)
                                      throws java.rmi.RemoteException,
                                             InvalidServiceContextAccess
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess

getProvider

public GetProviderResponse getProvider(GetProviderRequest params)
                                throws java.rmi.RemoteException,
                                       InvalidServiceContextAccess
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess

getVersion

public GetVersionResponse getVersion(GetVersionRequest params)
                              throws java.rmi.RemoteException,
                                     InvalidServiceContextAccess
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess