gov.nih.nci.cagrid.enumeration.client
Class CaGridEnumerationClient

java.lang.Object
  extended by ServiceSecurityClient
      extended by gov.nih.nci.cagrid.enumeration.client.CaGridEnumerationClientBase
          extended by gov.nih.nci.cagrid.enumeration.client.CaGridEnumerationClient
All Implemented Interfaces:
CaGridEnumerationI

public class CaGridEnumerationClient
extends CaGridEnumerationClientBase
implements CaGridEnumerationI

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 gov.nih.nci.cagrid.enumeration.client.CaGridEnumerationClientBase
consumer, consumerEPR, portType, portTypeMutex
 
Constructor Summary
CaGridEnumerationClient(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
CaGridEnumerationClient(org.apache.axis.message.addressing.EndpointReferenceType epr, org.globus.gsi.GlobusCredential proxy)
           
CaGridEnumerationClient(java.lang.String url)
           
CaGridEnumerationClient(java.lang.String url, org.globus.gsi.GlobusCredential proxy)
           
 
Method Summary
 org.xmlsoap.schemas.ws._2004._09.enumeration.GetStatusResponse getStatusOp(org.xmlsoap.schemas.ws._2004._09.enumeration.GetStatus params)
           
static void main(java.lang.String[] args)
           
 org.xmlsoap.schemas.ws._2004._09.enumeration.PullResponse pullOp(org.xmlsoap.schemas.ws._2004._09.enumeration.Pull params)
           
 void releaseOp(org.xmlsoap.schemas.ws._2004._09.enumeration.Release params)
           
 org.xmlsoap.schemas.ws._2004._09.enumeration.RenewResponse renewOp(org.xmlsoap.schemas.ws._2004._09.enumeration.Renew params)
           
static void usage()
           
 
Methods inherited from class gov.nih.nci.cagrid.enumeration.client.CaGridEnumerationClientBase
createPortType, getConnectionTimeout, initialize, setConnectionTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaGridEnumerationClient

public CaGridEnumerationClient(java.lang.String url)
                        throws org.apache.axis.types.URI.MalformedURIException,
                               java.rmi.RemoteException
Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException

CaGridEnumerationClient

public CaGridEnumerationClient(java.lang.String url,
                               org.globus.gsi.GlobusCredential proxy)
                        throws org.apache.axis.types.URI.MalformedURIException,
                               java.rmi.RemoteException
Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException

CaGridEnumerationClient

public CaGridEnumerationClient(org.apache.axis.message.addressing.EndpointReferenceType epr)
                        throws org.apache.axis.types.URI.MalformedURIException,
                               java.rmi.RemoteException
Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException

CaGridEnumerationClient

public CaGridEnumerationClient(org.apache.axis.message.addressing.EndpointReferenceType epr,
                               org.globus.gsi.GlobusCredential proxy)
                        throws org.apache.axis.types.URI.MalformedURIException,
                               java.rmi.RemoteException
Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
Method Detail

usage

public static void usage()

main

public static void main(java.lang.String[] args)

pullOp

public org.xmlsoap.schemas.ws._2004._09.enumeration.PullResponse pullOp(org.xmlsoap.schemas.ws._2004._09.enumeration.Pull params)
                                                                 throws java.rmi.RemoteException
Specified by:
pullOp in interface CaGridEnumerationI
Throws:
java.rmi.RemoteException

renewOp

public org.xmlsoap.schemas.ws._2004._09.enumeration.RenewResponse renewOp(org.xmlsoap.schemas.ws._2004._09.enumeration.Renew params)
                                                                   throws java.rmi.RemoteException
Specified by:
renewOp in interface CaGridEnumerationI
Throws:
java.rmi.RemoteException

getStatusOp

public org.xmlsoap.schemas.ws._2004._09.enumeration.GetStatusResponse getStatusOp(org.xmlsoap.schemas.ws._2004._09.enumeration.GetStatus params)
                                                                           throws java.rmi.RemoteException
Specified by:
getStatusOp in interface CaGridEnumerationI
Throws:
java.rmi.RemoteException

releaseOp

public void releaseOp(org.xmlsoap.schemas.ws._2004._09.enumeration.Release params)
               throws java.rmi.RemoteException
Specified by:
releaseOp in interface CaGridEnumerationI
Throws:
java.rmi.RemoteException