Class WSDLCorbaWriterImpl

java.lang.Object
org.apache.cxf.tools.corba.common.WSDLCorbaWriterImpl
All Implemented Interfaces:
javax.wsdl.xml.WSDLWriter

public class WSDLCorbaWriterImpl extends Object implements javax.wsdl.xml.WSDLWriter
  • Field Details

  • Constructor Details

    • WSDLCorbaWriterImpl

      public WSDLCorbaWriterImpl(javax.wsdl.xml.WSDLWriter orig)
  • Method Details

    • setFeature

      public void setFeature(String name, boolean value) throws IllegalArgumentException
      Specified by:
      setFeature in interface javax.wsdl.xml.WSDLWriter
      Throws:
      IllegalArgumentException
    • getFeature

      public boolean getFeature(String name) throws IllegalArgumentException
      Specified by:
      getFeature in interface javax.wsdl.xml.WSDLWriter
      Throws:
      IllegalArgumentException
    • getDocument

      public Document getDocument(javax.wsdl.Definition wsdlDef) throws javax.wsdl.WSDLException
      Specified by:
      getDocument in interface javax.wsdl.xml.WSDLWriter
      Throws:
      javax.wsdl.WSDLException
    • writeWSDL

      public void writeWSDL(javax.wsdl.Definition wsdlDef, Writer sink) throws javax.wsdl.WSDLException
      Specified by:
      writeWSDL in interface javax.wsdl.xml.WSDLWriter
      Throws:
      javax.wsdl.WSDLException
    • writeWSDL

      public void writeWSDL(javax.wsdl.Definition wsdlDef, OutputStream sink) throws javax.wsdl.WSDLException
      Specified by:
      writeWSDL in interface javax.wsdl.xml.WSDLWriter
      Throws:
      javax.wsdl.WSDLException