com.infoengine.connector.dao
Class AntDAOGenerator

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bycom.infoengine.connector.dao.AntDAOGenerator

public class AntDAOGenerator
extends org.apache.tools.ant.Task


Field Summary
private  String cls
           
private  String endPoint
           
private  File fileSystem
           
private  String packge
           
private  String soapClass
           
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
AntDAOGenerator()
           
 
Method Summary
 void execute()
           
 void setClass(String s)
           
 void setEndpoint(String s)
           
 void setFilesystem(File f)
           
 void setPackage(String s)
           
 void setSoapclass(String s)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

soapClass

private String soapClass

fileSystem

private File fileSystem

endPoint

private String endPoint

packge

private String packge

cls

private String cls
Constructor Detail

AntDAOGenerator

public AntDAOGenerator()
Method Detail

setEndpoint

public void setEndpoint(String s)

setSoapclass

public void setSoapclass(String s)

setFilesystem

public void setFilesystem(File f)

setPackage

public void setPackage(String s)

setClass

public void setClass(String s)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException