Apache CXF API

org.apache.cxf.tools.corba.common
Class WSDLCorbaWriterImpl

java.lang.Object
  extended by com.ibm.wsdl.xml.WSDLWriterImpl
      extended by org.apache.cxf.tools.corba.common.WSDLCorbaWriterImpl
All Implemented Interfaces:
javax.wsdl.xml.WSDLWriter

public class WSDLCorbaWriterImpl
extends com.ibm.wsdl.xml.WSDLWriterImpl


Field Summary
static int DEFAULT_INDENT_LEVEL
           
 
Constructor Summary
WSDLCorbaWriterImpl()
           
 
Method Summary
 void indent(PrintWriter pw, int count)
           
protected  void printDefinition(javax.wsdl.Definition def, PrintWriter pw)
           
 void printExtensibilityElements(Class class1, List list, javax.wsdl.Definition def, PrintWriter pw)
           
 void writeWSDL(javax.wsdl.Definition wsdlDef, Writer sink)
          Write the specified WSDL definition to the specified Writer.
 
Methods inherited from class com.ibm.wsdl.xml.WSDLWriterImpl
getDocument, getFeature, main, printBindingFaults, printBindingInput, printBindingOperations, printBindingOutput, printBindings, printDocumentation, printExtensibilityAttributes, printFaults, printImports, printInput, printMessages, printNamespaceDeclarations, printOperations, printOutput, printParts, printPorts, printPortTypes, printServices, printTypes, setFeature, writeWSDL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_INDENT_LEVEL

public static final int DEFAULT_INDENT_LEVEL
See Also:
Constant Field Values
Constructor Detail

WSDLCorbaWriterImpl

public WSDLCorbaWriterImpl()
Method Detail

writeWSDL

public void writeWSDL(javax.wsdl.Definition wsdlDef,
                      Writer sink)
               throws javax.wsdl.WSDLException
Write the specified WSDL definition to the specified Writer.

Specified by:
writeWSDL in interface javax.wsdl.xml.WSDLWriter
Overrides:
writeWSDL in class com.ibm.wsdl.xml.WSDLWriterImpl
Parameters:
wsdlDef - the WSDL definition to be written.
sink - the Writer to write the xml to.
Throws:
javax.wsdl.WSDLException

printDefinition

protected void printDefinition(javax.wsdl.Definition def,
                               PrintWriter pw)
                        throws javax.wsdl.WSDLException
Overrides:
printDefinition in class com.ibm.wsdl.xml.WSDLWriterImpl
Throws:
javax.wsdl.WSDLException

printExtensibilityElements

public void printExtensibilityElements(Class class1,
                                       List list,
                                       javax.wsdl.Definition def,
                                       PrintWriter pw)
                                throws javax.wsdl.WSDLException
Overrides:
printExtensibilityElements in class com.ibm.wsdl.xml.WSDLWriterImpl
Throws:
javax.wsdl.WSDLException

indent

public void indent(PrintWriter pw,
                   int count)

Apache CXF API

Apache CXF