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

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


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


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

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

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

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

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

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

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

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

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

TOP

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

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.