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

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


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


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

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

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

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

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

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

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

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

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

TOP

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

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.