org.globus.wsrf.client
Class BaseClient

java.lang.Object
  |
  +--org.globus.wsrf.client.BaseClient
Direct Known Subclasses:
DeleteProperty, Destroy, GetCurrentMessage, GetProperties, GetProperty, InsertProperty, Pause, Query, Resume, SetTerminationTime, Subscribe, UpdateProperty

public abstract class BaseClient
extends Object


Field Summary
protected  String customUsage
           
protected  boolean debugMode
           
protected  EndpointReferenceType endpoint
           
protected  org.apache.commons.cli.Options options
           
 
Constructor Summary
protected BaseClient()
           
 
Method Summary
 void displayUsage()
           
 EndpointReferenceType getEPR()
           
 boolean isDebugMode()
           
protected  org.apache.commons.cli.CommandLine parse(String[] args)
           
 void setCustomUsage(String customUsage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endpoint

protected EndpointReferenceType endpoint

debugMode

protected boolean debugMode

customUsage

protected String customUsage

options

protected org.apache.commons.cli.Options options
Constructor Detail

BaseClient

protected BaseClient()
Method Detail

setCustomUsage

public void setCustomUsage(String customUsage)

displayUsage

public void displayUsage()

parse

protected org.apache.commons.cli.CommandLine parse(String[] args)
                                            throws Exception

getEPR

public EndpointReferenceType getEPR()

isDebugMode

public boolean isDebugMode()


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.