Package org.apache.beehive.wsm.wsdl

Examples of org.apache.beehive.wsm.wsdl.Schema


     * @return
     * @throws Exception
     */
    private void writeSchemaForDocType(SchemaType docType, Types types)
            throws Exception {
        Schema mySchema = Utilities.findtSchemaDocument(docType);

        QName q = docType.getName();

        XmlObject typeNodeInWSDL = mySchema.getTypeNode(q);

        if (null == typeNodeInWSDL)
            throw new RuntimeException(
                    "Type for object not found in the assigned WSDL file. "
                            + docType.getName() + " schema in: "
View Full Code Here

TOP

Related Classes of org.apache.beehive.wsm.wsdl.Schema

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.