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 Summary
Fields Modifier and Type Field Description static intDEFAULT_INDENT_LEVEL
-
Constructor Summary
Constructors Constructor Description WSDLCorbaWriterImpl(javax.wsdl.xml.WSDLWriter orig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentgetDocument(javax.wsdl.Definition wsdlDef)booleangetFeature(String name)voidsetFeature(String name, boolean value)voidwriteWSDL(javax.wsdl.Definition wsdlDef, OutputStream sink)voidwriteWSDL(javax.wsdl.Definition wsdlDef, Writer sink)
-
-
-
Field Detail
-
DEFAULT_INDENT_LEVEL
public static final int DEFAULT_INDENT_LEVEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
setFeature
public void setFeature(String name, boolean value) throws IllegalArgumentException
- Specified by:
setFeaturein interfacejavax.wsdl.xml.WSDLWriter- Throws:
IllegalArgumentException
-
getFeature
public boolean getFeature(String name) throws IllegalArgumentException
- Specified by:
getFeaturein interfacejavax.wsdl.xml.WSDLWriter- Throws:
IllegalArgumentException
-
getDocument
public Document getDocument(javax.wsdl.Definition wsdlDef) throws javax.wsdl.WSDLException
- Specified by:
getDocumentin interfacejavax.wsdl.xml.WSDLWriter- Throws:
javax.wsdl.WSDLException
-
writeWSDL
public void writeWSDL(javax.wsdl.Definition wsdlDef, Writer sink) throws javax.wsdl.WSDLException- Specified by:
writeWSDLin interfacejavax.wsdl.xml.WSDLWriter- Throws:
javax.wsdl.WSDLException
-
writeWSDL
public void writeWSDL(javax.wsdl.Definition wsdlDef, OutputStream sink) throws javax.wsdl.WSDLException- Specified by:
writeWSDLin interfacejavax.wsdl.xml.WSDLWriter- Throws:
javax.wsdl.WSDLException
-
-