|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.wsdl.xml.WSDLWriterImpl org.apache.cxf.tools.corba.common.SchemaWriterImpl
public class SchemaWriterImpl
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 |
---|
public static final int DEFAULT_INDENT_LEVEL
Constructor Detail |
---|
public SchemaWriterImpl()
Method Detail |
---|
public void writeWSDL(javax.wsdl.Definition wsdlDef, Writer sink) throws javax.wsdl.WSDLException
writeWSDL
in interface javax.wsdl.xml.WSDLWriter
writeWSDL
in class com.ibm.wsdl.xml.WSDLWriterImpl
wsdlDef
- contains the schema to be written.sink
- the Writer to write the xml to.
javax.wsdl.WSDLException
protected void printSchema(javax.wsdl.Definition def, PrintWriter pw) throws javax.wsdl.WSDLException
javax.wsdl.WSDLException
public void printExtensibilityElements(Class class1, List list, javax.wsdl.Definition def, PrintWriter pw) throws javax.wsdl.WSDLException
printExtensibilityElements
in class com.ibm.wsdl.xml.WSDLWriterImpl
javax.wsdl.WSDLException
public void indent(PrintWriter pw, int count)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |