Apache CXF API

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

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

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


Field Summary
static int DEFAULT_INDENT_LEVEL
           
 
Constructor Summary
SchemaWriterImpl()
           
 
Method Summary
 void indent(PrintWriter pw, int count)
           
 void printExtensibilityElements(Class class1, List list, javax.wsdl.Definition def, PrintWriter pw)
           
protected  void printSchema(javax.wsdl.Definition def, PrintWriter pw)
           
 void writeWSDL(javax.wsdl.Definition wsdlDef, Writer sink)
          Write the specified schema of the WSDL definition to the specified Writer.
 
Methods inherited from class com.ibm.wsdl.xml.WSDLWriterImpl
getDocument, getFeature, main, printBindingFaults, printBindingInput, printBindingOperations, printBindingOutput, printBindings, printDefinition, 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

SchemaWriterImpl

public SchemaWriterImpl()
Method Detail

writeWSDL

public void writeWSDL(javax.wsdl.Definition wsdlDef,
                      Writer sink)
               throws javax.wsdl.WSDLException
Write the specified schema of the 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 - contains the schema to be written.
sink - the Writer to write the xml to.
Throws:
javax.wsdl.WSDLException

printSchema

protected void printSchema(javax.wsdl.Definition def,
                           PrintWriter pw)
                    throws javax.wsdl.WSDLException
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