gov.nih.nci.caarray.services.external.v1_0.grid.client
Class CaArraySvc_v1_0ClientBase

java.lang.Object
  extended by ServiceSecurityClient
      extended by gov.nih.nci.caarray.services.external.v1_0.grid.client.CaArraySvc_v1_0ClientBase
Direct Known Subclasses:
CaArraySvc_v1_0Client

public abstract class CaArraySvc_v1_0ClientBase
extends ServiceSecurityClient

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
protected  org.globus.wsrf.NotificationConsumerManager consumer
           
protected  org.apache.axis.message.addressing.EndpointReferenceType consumerEPR
           
protected  CaArraySvc_v1_0PortType portType
           
protected  java.lang.Object portTypeMutex
           
 
Constructor Summary
CaArraySvc_v1_0ClientBase(org.apache.axis.message.addressing.EndpointReferenceType epr, org.globus.gsi.GlobusCredential proxy)
           
CaArraySvc_v1_0ClientBase(java.lang.String url, org.globus.gsi.GlobusCredential proxy)
           
 
Method Summary
protected  CaArraySvc_v1_0PortType createPortType()
           
 int getConnectionTimeout()
           
protected  void initialize()
           
 void setConnectionTimeout(int timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portType

protected CaArraySvc_v1_0PortType portType

portTypeMutex

protected java.lang.Object portTypeMutex

consumer

protected org.globus.wsrf.NotificationConsumerManager consumer

consumerEPR

protected org.apache.axis.message.addressing.EndpointReferenceType consumerEPR
Constructor Detail

CaArraySvc_v1_0ClientBase

public CaArraySvc_v1_0ClientBase(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

CaArraySvc_v1_0ClientBase

public CaArraySvc_v1_0ClientBase(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

initialize

protected void initialize()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createPortType

protected CaArraySvc_v1_0PortType createPortType()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setConnectionTimeout

public void setConnectionTimeout(int timeout)

getConnectionTimeout

public int getConnectionTimeout()