Package org.milyn.schema.ediMessageMapping10.impl

Examples of org.milyn.schema.ediMessageMapping10.impl.DescriptionDocumentImpl$DescriptionImpl


        return new PopulatedExtensionRegistry(fWsdlContext.errorReporter);
    }

    //TODO change the name of this API method to newDescriptionElement()
    public DescriptionElement newDescription() {
        return new DescriptionImpl(fWsdlContext);
    }
View Full Code Here


     * element object with a wsdl context different to the default context provided
     * provided by this wsdl factory. For example, a wsdl reader or writer may pass
     * its own context object to this method.
     */
    DescriptionElement newDescriptionElement(WSDLContext wsdlContext) {
        return new DescriptionImpl(wsdlContext);
    }
View Full Code Here

TOP

Related Classes of org.milyn.schema.ediMessageMapping10.impl.DescriptionDocumentImpl$DescriptionImpl

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.