|
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.WSDLCorbaWriterImpl
public class WSDLCorbaWriterImpl
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 |
---|
public static final int DEFAULT_INDENT_LEVEL
Constructor Detail |
---|
public WSDLCorbaWriterImpl()
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
- the WSDL definition to be written.sink
- the Writer to write the xml to.
javax.wsdl.WSDLException
protected void printDefinition(javax.wsdl.Definition def, PrintWriter pw) throws javax.wsdl.WSDLException
printDefinition
in class com.ibm.wsdl.xml.WSDLWriterImpl
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 |