xsul.xwsdl_compiler_xbeans
Class Xwsdlc
java.lang.Object
XMLBean
xsul.xwsdl_compiler_xbeans.Xwsdlc
- public class Xwsdlc
- extends XMLBean
Modeled after Ant's javac and zip tasks.
Schema files to process, or directories of schema files, are set with the 'schema'
attribute, and can be filtered with 'includes' and 'excludes'.
Alternatively, one or more nested <fileset> elements can specify the
files and directories to be used to generate this XMLBean.
The include set can also define .java files that should be built as well.
See the FileSet documentation at http://jakarta.apache.org/ant/manual/index.html
for instructions on FileSets if you are unfamiliar with their usage.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Xwsdlc
public Xwsdlc()
execute
public void execute()
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
addFileset
public void addFileset(org.apache.tools.ant.types.FileSet fileset)
getWsdlgendir
public java.io.File getWsdlgendir()
setWsdlgendir
public void setWsdlgendir(java.io.File wsdlgendir)
setBinding
public void setBinding(java.lang.String binding)
getBinding
public java.lang.String getBinding()
IU Extreme! Lab (http://www.extreme.indiana.edu)