org.apache.cxf.tools.corba.common
Class WSDLUtils
java.lang.Object
org.apache.cxf.tools.corba.common.WSDLUtils
public final class WSDLUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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