Package com.sun.xml.registry.uddi.bindings_v2_2

Examples of com.sun.xml.registry.uddi.bindings_v2_2.ObjectFactory


    /**
     * Create an instance of {@link BusinessEntity }
     *
     */
    public BusinessEntity createBusinessEntity() {
        return new BusinessEntity();
    }
View Full Code Here


    /**
     * Create an instance of {@link BusinessEntityExt }
     *
     */
    public BusinessEntityExt createBusinessEntityExt() {
        return new BusinessEntityExt();
    }
View Full Code Here

    /**
     * Create an instance of {@link BusinessInfo }
     *
     */
    public BusinessInfo createBusinessInfo() {
        return new BusinessInfo();
    }
View Full Code Here

    /**
     * Create an instance of {@link BusinessInfos }
     *
     */
    public BusinessInfos createBusinessInfos() {
        return new BusinessInfos();
    }
View Full Code Here

    /**
     * Create an instance of {@link BusinessList }
     *
     */
    public BusinessList createBusinessList() {
        return new BusinessList();
    }
View Full Code Here

    /**
     * Create an instance of {@link BusinessService }
     *
     */
    public BusinessService createBusinessService() {
        return new BusinessService();
    }
View Full Code Here

    /**
     * Create an instance of {@link BusinessServices }
     *
     */
    public BusinessServices createBusinessServices() {
        return new BusinessServices();
    }
View Full Code Here

    /**
     * Create an instance of {@link CategoryBag }
     *
     */
    public CategoryBag createCategoryBag() {
        return new CategoryBag();
    }
View Full Code Here

    /**
     * Create an instance of {@link Contact }
     *
     */
    public Contact createContact() {
        return new Contact();
    }
View Full Code Here

    /**
     * Create an instance of {@link Contacts }
     *
     */
    public Contacts createContacts() {
        return new Contacts();
    }
View Full Code Here

TOP

Related Classes of com.sun.xml.registry.uddi.bindings_v2_2.ObjectFactory

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.