org.objectweb.jonas.ant.jonasbase
Class WsdlPublish

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.objectweb.jonas.ant.BootstrapTask
              extended byorg.objectweb.jonas.ant.jonasbase.JTask
                  extended byorg.objectweb.jonas.ant.jonasbase.WsdlPublish
All Implemented Interfaces:
BaseTaskItf

public class WsdlPublish
extends JTask
implements BaseTaskItf

Generates files for WSDL publish

Author:
Florent Benoit

Nested Class Summary
static class WsdlPublish.File
          Defines a file for WSDL publish
static class WsdlPublish.Uddi
          Defines a UDDI configuration file for WSDL publish
 
Field Summary
 
Fields inherited from class org.objectweb.jonas.ant.jonasbase.JTask
SEPARATORS
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
WsdlPublish()
           
 
Method Summary
 void addConfiguredFile(WsdlPublish.File file)
          Add file (wsdl publish)
 void addConfiguredUddi(WsdlPublish.Uddi uddi)
          Add UDDI (wsdl publish)
 void execute()
          Execute this task
 
Methods inherited from class org.objectweb.jonas.ant.jonasbase.JTask
changeValueForKey, changeValueForKey, getConfigurationFile, getDestDir, getLogInfo, setConfigurationFile, setDestDir, setLogInfo, writePropsToFile
 
Methods inherited from class org.objectweb.jonas.ant.BootstrapTask
createClasspath, getBootstraptask, getCatalinaHome, getJettyHome, getJonasRoot, getServerName, getTaskName, setCatalinaHome, setClasspath, setJettyHome, setJonasbase, setJonasRoot, setJvmopts, setServerName, setTaskName
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, handleErrorOutput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper
 
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
 
Methods inherited from interface org.objectweb.jonas.ant.jonasbase.BaseTaskItf
getLogInfo, setConfigurationFile, setDestDir, setJonasRoot, setLogInfo
 

Constructor Detail

WsdlPublish

public WsdlPublish()
Method Detail

addConfiguredFile

public void addConfiguredFile(WsdlPublish.File file)
Add file (wsdl publish)

Parameters:
file - properties file

addConfiguredUddi

public void addConfiguredUddi(WsdlPublish.Uddi uddi)
Add UDDI (wsdl publish)

Parameters:
uddi - properties file

execute

public void execute()
Execute this task

Specified by:
execute in interface BaseTaskItf