org.apache.axis2.wsdl.writer
Class WOMtoWSDL20Writer

java.lang.Object
  extended byorg.apache.axis2.wsdl.writer.WOMtoWSDL20Writer
All Implemented Interfaces:
WOMWriter

public class WOMtoWSDL20Writer
extends Object
implements WOMWriter


Constructor Summary
WOMtoWSDL20Writer()
           
 
Method Summary
 void setdefaultWSDLPrefix(String defaultWSDLPrefix)
           
 void setEncoding(String encoding)
           
 void writeWOM(org.apache.wsdl.WSDLDescription wsdlDescription, OutputStream out)
          Writes a WSDLDescription directly.
 void writeWOM(WSDLVersionWrapper wsdlWrapper, OutputStream out)
          Writes a WOM to the given output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOMtoWSDL20Writer

public WOMtoWSDL20Writer()
Method Detail

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