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

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


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


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

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

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

    /**
     * Create an instance of {@link ServiceDetail }
     *
     */
    public ServiceDetail createServiceDetail() {
        return new ServiceDetail();
    }
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

    if (serviceKeyArray != null) {
      request.getServiceKey().addAll(Arrays.asList(serviceKeyArray));
    }

        ServiceDetail sd;
        JAXBElement<?> o = execute(this.objectFactory.createGetServiceDetail(request),
            this.getInquiryURI());
        sd = (ServiceDetail) o.getValue();

        return sd;
View Full Code Here

TOP

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

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.