All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.uddi.inquiry_v2.Inquire Maven / Gradle / Ivy

package org.uddi.inquiry_v2;

import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.ParameterStyle;
import javax.xml.bind.annotation.XmlSeeAlso;

/**
 * This class was generated by Apache CXF 2.2.2
 * Thu Nov 26 16:09:49 CET 2009
 * Generated source version: 2.2.2
 * 
 */
 
@WebService(targetNamespace = "urn:uddi-org:inquiry_v2", name = "Inquire")
@XmlSeeAlso({org.uddi.api_v2.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface Inquire {

    @WebResult(name = "businessList", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "find_business", action = "find_business")
    public org.uddi.api_v2.BusinessList findBusiness(
        @WebParam(partName = "body", name = "find_business", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.FindBusiness body
    ) throws DispositionReport;

    @WebResult(name = "businessDetailExt", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "get_businessDetailExt", action = "get_businessDetailExt")
    public org.uddi.api_v2.BusinessDetailExt getBusinessDetailExt(
        @WebParam(partName = "body", name = "get_businessDetailExt", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.GetBusinessDetailExt body
    ) throws DispositionReport;

    @WebResult(name = "tModelList", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "find_tModel", action = "find_tModel")
    public org.uddi.api_v2.TModelList findTModel(
        @WebParam(partName = "body", name = "find_tModel", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.FindTModel body
    ) throws DispositionReport;

    @WebResult(name = "serviceList", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "find_service", action = "find_service")
    public org.uddi.api_v2.ServiceList findService(
        @WebParam(partName = "body", name = "find_service", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.FindService body
    ) throws DispositionReport;

    @WebResult(name = "tModelDetail", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "get_tModelDetail", action = "get_tModelDetail")
    public org.uddi.api_v2.TModelDetail getTModelDetail(
        @WebParam(partName = "body", name = "get_tModelDetail", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.GetTModelDetail body
    ) throws DispositionReport;

    @WebResult(name = "bindingDetail", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "get_bindingDetail", action = "get_bindingDetail")
    public org.uddi.api_v2.BindingDetail getBindingDetail(
        @WebParam(partName = "body", name = "get_bindingDetail", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.GetBindingDetail body
    ) throws DispositionReport;

    @WebResult(name = "serviceDetail", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "get_serviceDetail", action = "get_serviceDetail")
    public org.uddi.api_v2.ServiceDetail getServiceDetail(
        @WebParam(partName = "body", name = "get_serviceDetail", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.GetServiceDetail body
    ) throws DispositionReport;

    @WebResult(name = "relatedBusinessesList", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "find_relatedBusinesses", action = "find_relatedBusinesses")
    public org.uddi.api_v2.RelatedBusinessesList findRelatedBusinesses(
        @WebParam(partName = "body", name = "find_relatedBusinesses", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.FindRelatedBusinesses body
    ) throws DispositionReport;

    @WebResult(name = "businessDetail", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "get_businessDetail", action = "get_businessDetail")
    public org.uddi.api_v2.BusinessDetail getBusinessDetail(
        @WebParam(partName = "body", name = "get_businessDetail", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.GetBusinessDetail body
    ) throws DispositionReport;

    @WebResult(name = "bindingDetail", targetNamespace = "urn:uddi-org:api_v2", partName = "body")
    @WebMethod(operationName = "find_binding", action = "find_binding")
    public org.uddi.api_v2.BindingDetail findBinding(
        @WebParam(partName = "body", name = "find_binding", targetNamespace = "urn:uddi-org:api_v2")
        org.uddi.api_v2.FindBinding body
    ) throws DispositionReport;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy