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

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


    /**
     * 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

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

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

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

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

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

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

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

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

TOP

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

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.