Apache CXF API

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

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

public class SchemaWriterImpl
extends Object
implements javax.wsdl.xml.WSDLWriter


Field Summary
static int DEFAULT_INDENT_LEVEL
           
 
Constructor Summary
SchemaWriterImpl()
           
 
Method Summary
 Document getDocument(javax.wsdl.Definition wsdlDef)
           
 Element getElement(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)
           
 
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

getElement

public Element getElement(javax.wsdl.Definition wsdlDef)
                   throws javax.wsdl.WSDLException
Throws:
javax.wsdl.WSDLException

getDocument

public Document getDocument(javax.wsdl.Definition wsdlDef)
                     throws javax.wsdl.WSDLException
Specified by:
getDocument in interface javax.wsdl.xml.WSDLWriter
Throws:
javax.wsdl.WSDLException

setFeature

public void setFeature(String name,
                       boolean value)
                throws IllegalArgumentException
Specified by:
setFeature in interface javax.wsdl.xml.WSDLWriter
Throws:
IllegalArgumentException

getFeature

public boolean getFeature(String name)
                   throws IllegalArgumentException
Specified by:
getFeature in interface javax.wsdl.xml.WSDLWriter
Throws:
IllegalArgumentException

writeWSDL

public void writeWSDL(javax.wsdl.Definition wsdlDef,
                      Writer sink)
               throws javax.wsdl.WSDLException
Specified by:
writeWSDL in interface javax.wsdl.xml.WSDLWriter
Throws:
javax.wsdl.WSDLException

writeWSDL

public void writeWSDL(javax.wsdl.Definition wsdlDef,
                      OutputStream sink)
               throws javax.wsdl.WSDLException
Specified by:
writeWSDL in interface javax.wsdl.xml.WSDLWriter
Throws:
javax.wsdl.WSDLException

Apache CXF API

Apache CXF