org.apache.axis2.wsdl.writer
Class WOMtoWSDL20Writer
java.lang.Object
org.apache.axis2.wsdl.writer.WOMtoWSDL20Writer
- All Implemented Interfaces:
- WOMWriter
- public class WOMtoWSDL20Writer
- extends Object
- implements WOMWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WOMtoWSDL20Writer
public WOMtoWSDL20Writer()
setEncoding
public void setEncoding(String encoding)
- Specified by:
setEncoding
in interface WOMWriter
setdefaultWSDLPrefix
public void setdefaultWSDLPrefix(String defaultWSDLPrefix)
- Specified by:
setdefaultWSDLPrefix
in interface WOMWriter
writeWOM
public void writeWOM(WSDLVersionWrapper wsdlWrapper,
OutputStream out)
throws WriterException
- Description copied from interface:
WOMWriter
- Writes a WOM to the given output stream.
- Specified by:
writeWOM
in interface WOMWriter
- Parameters:
wsdlWrapper
- out
-
- Throws:
WriterException
writeWOM
public void writeWOM(org.apache.wsdl.WSDLDescription wsdlDescription,
OutputStream out)
throws WriterException
- Description copied from interface:
WOMWriter
- Writes a WSDLDescription directly. The version wrapper may not be available in some instances
and the user may need to serialize the WSDL Description directly .
- Specified by:
writeWOM
in interface WOMWriter
- Parameters:
wsdlDescription
- out
-
- Throws:
WriterException