| |
|
| java.lang.Object org.objectweb.jonas.ant.jonasbase.wsdl.File
File | public class File (Code) | | Defines a file for WSDL publish
author: Florent Benoit |
FILEWSDLHANDLER_CLASS | final public static String FILEWSDLHANDLER_CLASS(Code) | | Class for FileWSDL handler
|
getDir | public String getDir()(Code) | | Gets the directory
the directory |
getEncoding | public String getEncoding()(Code) | | Gets the encoding
the encoding. |
getName | public String getName()(Code) | | Gets the name
the name. |
setDir | public void setDir(String dir)(Code) | | Sets the directory
Parameters: dir - the directory to set |
setEncoding | public void setEncoding(String encoding)(Code) | | Sets the encoding
Parameters: encoding - the encoding to set. |
setName | public void setName(String name)(Code) | | Sets the name
Parameters: name - name to set. |
|
|
|