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

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


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


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

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

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

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

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

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

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

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

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

TOP

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

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.