Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.tools.corba.common.WSDLUtils

public final class WSDLUtils
extends Object


Method Summary
static boolean isElementFormQualified(SchemaCollection schemas, QName type)
           
static boolean isElementFormQualified(org.apache.ws.commons.schema.XmlSchema schema, QName type)
           
static void writeSchema(javax.wsdl.Definition def, Writer outputWriter)
           
static void writeWSDL(javax.wsdl.Definition def, String outputdir, String wsdlOutput)
           
static void writeWSDL(javax.wsdl.Definition def, Writer outputWriter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isElementFormQualified

public static boolean isElementFormQualified(SchemaCollection schemas,
                                             QName type)

isElementFormQualified

public static boolean isElementFormQualified(org.apache.ws.commons.schema.XmlSchema schema,
                                             QName type)

writeWSDL

public static void writeWSDL(javax.wsdl.Definition def,
                             String outputdir,
                             String wsdlOutput)
                      throws javax.wsdl.WSDLException,
                             IOException
Throws:
javax.wsdl.WSDLException
IOException

writeWSDL

public static void writeWSDL(javax.wsdl.Definition def,
                             Writer outputWriter)
                      throws javax.wsdl.WSDLException,
                             IOException
Throws:
javax.wsdl.WSDLException
IOException

writeSchema

public static void writeSchema(javax.wsdl.Definition def,
                               Writer outputWriter)
                        throws javax.wsdl.WSDLException,
                               IOException
Throws:
javax.wsdl.WSDLException
IOException

Apache CXF API

Apache CXF