public class WSDLCorbaWriterImpl extends Object implements javax.wsdl.xml.WSDLWriter
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_INDENT_LEVEL |
Constructor and Description |
---|
WSDLCorbaWriterImpl(javax.wsdl.xml.WSDLWriter orig) |
Modifier and Type | Method and Description |
---|---|
Document |
getDocument(javax.wsdl.Definition wsdlDef) |
boolean |
getFeature(String name) |
void |
setFeature(String name,
boolean value) |
void |
writeWSDL(javax.wsdl.Definition wsdlDef,
OutputStream sink) |
void |
writeWSDL(javax.wsdl.Definition wsdlDef,
Writer sink) |
public static final int DEFAULT_INDENT_LEVEL
public void setFeature(String name, boolean value) throws IllegalArgumentException
setFeature
in interface javax.wsdl.xml.WSDLWriter
IllegalArgumentException
public boolean getFeature(String name) throws IllegalArgumentException
getFeature
in interface javax.wsdl.xml.WSDLWriter
IllegalArgumentException
public Document getDocument(javax.wsdl.Definition wsdlDef) throws javax.wsdl.WSDLException
getDocument
in interface javax.wsdl.xml.WSDLWriter
javax.wsdl.WSDLException
public void writeWSDL(javax.wsdl.Definition wsdlDef, Writer sink) throws javax.wsdl.WSDLException
writeWSDL
in interface javax.wsdl.xml.WSDLWriter
javax.wsdl.WSDLException
public void writeWSDL(javax.wsdl.Definition wsdlDef, OutputStream sink) throws javax.wsdl.WSDLException
writeWSDL
in interface javax.wsdl.xml.WSDLWriter
javax.wsdl.WSDLException
Apache CXF