| java.lang.Object org.objectweb.jonas.ws.JDefinitionWriter
JDefinitionWriter | public class JDefinitionWriter (Code) | | Wrote the given Definition and all imported WSDL to the given base directory.
author: Guillaume Sauthier |
Constructor Summary | |
public | JDefinitionWriter(Definition def, File context, Charset cs, String filename) Constructs a new JDefinitionWriter that will wrote the given Definition
and all imported WSDL to the given base directory. |
Method Summary | |
public void | write() |
JDefinitionWriter | public JDefinitionWriter(Definition def, File context, Charset cs, String filename)(Code) | | Constructs a new JDefinitionWriter that will wrote the given Definition
and all imported WSDL to the given base directory.
Parameters: def - base Definition Parameters: context - Context where file should be wrote (MUST exists) Parameters: cs - Charset to use Parameters: filename - base Definition filename |
write | public void write() throws IOException, WSDLException(Code) | | Write the given Definition into the base directory
throws: IOException - if a file or directory cannot be created throws: WSDLException - if WSDLWriter is not able to write its Definition |
|
|