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

ihe.iti.pixv3._2007.PIXConsumerService Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version

package ihe.iti.pixv3._2007;

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 = "PIXConsumer_Service", targetNamespace = "urn:ihe:iti:pixv3:2007", wsdlLocation = "file:/Users/rahulsomasunderam/IdeaProjects/home/ihe-iti/src/main/resources/iti/wsdl/PIXConsumer.wsdl")
public class PIXConsumerService
    extends Service
{

    private final static URL PIXCONSUMERSERVICE_WSDL_LOCATION;
    private final static WebServiceException PIXCONSUMERSERVICE_EXCEPTION;
    private final static QName PIXCONSUMERSERVICE_QNAME = new QName("urn:ihe:iti:pixv3:2007", "PIXConsumer_Service");

    static {
        URL url = null;
        WebServiceException e = null;
        try {
            url = new URL("file:/Users/rahulsomasunderam/IdeaProjects/home/ihe-iti/src/main/resources/iti/wsdl/PIXConsumer.wsdl");
        } catch (MalformedURLException ex) {
            e = new WebServiceException(ex);
        }
        PIXCONSUMERSERVICE_WSDL_LOCATION = url;
        PIXCONSUMERSERVICE_EXCEPTION = e;
    }

    public PIXConsumerService() {
        super(__getWsdlLocation(), PIXCONSUMERSERVICE_QNAME);
    }

    public PIXConsumerService(WebServiceFeature... features) {
        super(__getWsdlLocation(), PIXCONSUMERSERVICE_QNAME, features);
    }

    public PIXConsumerService(URL wsdlLocation) {
        super(wsdlLocation, PIXCONSUMERSERVICE_QNAME);
    }

    public PIXConsumerService(URL wsdlLocation, WebServiceFeature... features) {
        super(wsdlLocation, PIXCONSUMERSERVICE_QNAME, features);
    }

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

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

    /**
     * 
     * @return
     *     returns PIXConsumerPortType
     */
    @WebEndpoint(name = "PIXConsumer_Port_Soap12")
    public PIXConsumerPortType getPIXConsumerPortSoap12() {
        return super.getPort(new QName("urn:ihe:iti:pixv3:2007", "PIXConsumer_Port_Soap12"), PIXConsumerPortType.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 PIXConsumerPortType
     */
    @WebEndpoint(name = "PIXConsumer_Port_Soap12")
    public PIXConsumerPortType getPIXConsumerPortSoap12(WebServiceFeature... features) {
        return super.getPort(new QName("urn:ihe:iti:pixv3:2007", "PIXConsumer_Port_Soap12"), PIXConsumerPortType.class, features);
    }

    private static URL __getWsdlLocation() {
        if (PIXCONSUMERSERVICE_EXCEPTION!= null) {
            throw PIXCONSUMERSERVICE_EXCEPTION;
        }
        return PIXCONSUMERSERVICE_WSDL_LOCATION;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy