org.emboss.jemboss.soap
Class GetACD

java.lang.Object
  extended byorg.emboss.jemboss.soap.GetACD

public class GetACD
extends java.lang.Object

Retrieve an ACD file using soap


Field Summary
(package private) static java.util.Hashtable acdStore
          acd store
private  java.lang.String helpText
          acd text
 
Constructor Summary
GetACD(java.lang.String acdProg, JembossParams mysettings)
           
 
Method Summary
 java.lang.String getAcd()
          Return the text of the ACD file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

acdStore

static java.util.Hashtable acdStore
acd store


helpText

private java.lang.String helpText
acd text

Constructor Detail

GetACD

public GetACD(java.lang.String acdProg,
              JembossParams mysettings)
Parameters:
acdProg - name of the application described by the ACD
mysettings - jemboss properties
Method Detail

getAcd

public java.lang.String getAcd()
Return the text of the ACD file

Returns:
acd text