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

ihe.iti.svs._2008.ValueSetRepositoryService Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version

package ihe.iti.svs._2008;

import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceFeature;


/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.2.6b21 
 * Generated source version: 2.2
 * 
 */
@WebServiceClient(name = "ValueSetRepository_Service", targetNamespace = "urn:ihe:iti:svs:2008", wsdlLocation = "file:/Users/rahulsomasunderam/src/ihe-iti/src/main/resources/iti/wsdl/SVS_ValueSetRepository.wsdl")
public class ValueSetRepositoryService
    extends Service
{

    private final static URL VALUESETREPOSITORYSERVICE_WSDL_LOCATION;
    private final static WebServiceException VALUESETREPOSITORYSERVICE_EXCEPTION;
    private final static QName VALUESETREPOSITORYSERVICE_QNAME = new QName("urn:ihe:iti:svs:2008", "ValueSetRepository_Service");

    static {
        URL url = null;
        WebServiceException e = null;
        try {
            url = new URL("file:/Users/rahulsomasunderam/src/ihe-iti/src/main/resources/iti/wsdl/SVS_ValueSetRepository.wsdl");
        } catch (MalformedURLException ex) {
            e = new WebServiceException(ex);
        }
        VALUESETREPOSITORYSERVICE_WSDL_LOCATION = url;
        VALUESETREPOSITORYSERVICE_EXCEPTION = e;
    }

    public ValueSetRepositoryService() {
        super(__getWsdlLocation(), VALUESETREPOSITORYSERVICE_QNAME);
    }

    public ValueSetRepositoryService(WebServiceFeature... features) {
        super(__getWsdlLocation(), VALUESETREPOSITORYSERVICE_QNAME, features);
    }

    public ValueSetRepositoryService(URL wsdlLocation) {
        super(wsdlLocation, VALUESETREPOSITORYSERVICE_QNAME);
    }

    public ValueSetRepositoryService(URL wsdlLocation, WebServiceFeature... features) {
        super(wsdlLocation, VALUESETREPOSITORYSERVICE_QNAME, features);
    }

    public ValueSetRepositoryService(URL wsdlLocation, QName serviceName) {
        super(wsdlLocation, serviceName);
    }

    public ValueSetRepositoryService(URL wsdlLocation, QName serviceName, WebServiceFeature... features) {
        super(wsdlLocation, serviceName, features);
    }

    /**
     * 
     * @return
     *     returns ValueSetRepositoryPortType
     */
    @WebEndpoint(name = "ValueSetRepository_Port_Soap12")
    public ValueSetRepositoryPortType getValueSetRepositoryPortSoap12() {
        return super.getPort(new QName("urn:ihe:iti:svs:2008", "ValueSetRepository_Port_Soap12"), ValueSetRepositoryPortType.class);
    }

    /**
     * 
     * @param features
     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the features parameter will have their default values.
     * @return
     *     returns ValueSetRepositoryPortType
     */
    @WebEndpoint(name = "ValueSetRepository_Port_Soap12")
    public ValueSetRepositoryPortType getValueSetRepositoryPortSoap12(WebServiceFeature... features) {
        return super.getPort(new QName("urn:ihe:iti:svs:2008", "ValueSetRepository_Port_Soap12"), ValueSetRepositoryPortType.class, features);
    }

    /**
     * 
     * @return
     *     returns ValueSetRepositoryHttpPortType
     */
    @WebEndpoint(name = "ValueSetRepository_Port_Http")
    public ValueSetRepositoryHttpPortType getValueSetRepositoryPortHttp() {
        return super.getPort(new QName("urn:ihe:iti:svs:2008", "ValueSetRepository_Port_Http"), ValueSetRepositoryHttpPortType.class);
    }

    /**
     * 
     * @param features
     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the features parameter will have their default values.
     * @return
     *     returns ValueSetRepositoryHttpPortType
     */
    @WebEndpoint(name = "ValueSetRepository_Port_Http")
    public ValueSetRepositoryHttpPortType getValueSetRepositoryPortHttp(WebServiceFeature... features) {
        return super.getPort(new QName("urn:ihe:iti:svs:2008", "ValueSetRepository_Port_Http"), ValueSetRepositoryHttpPortType.class, features);
    }

    private static URL __getWsdlLocation() {
        if (VALUESETREPOSITORYSERVICE_EXCEPTION!= null) {
            throw VALUESETREPOSITORYSERVICE_EXCEPTION;
        }
        return VALUESETREPOSITORYSERVICE_WSDL_LOCATION;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy