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

ihe.iti.xds_b._2007.InitiatingGatewayQueryService Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version

package ihe.iti.xds_b._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 = "InitiatingGatewayQuery_Service", targetNamespace = "urn:ihe:iti:xds-b:2007", wsdlLocation = "file:/Users/rahulsomasunderam/IdeaProjects/home/ihe-iti/src/main/resources/iti/wsdl/XCAInitiatingGatewayQuery.wsdl")
public class InitiatingGatewayQueryService
    extends Service
{

    private final static URL INITIATINGGATEWAYQUERYSERVICE_WSDL_LOCATION;
    private final static WebServiceException INITIATINGGATEWAYQUERYSERVICE_EXCEPTION;
    private final static QName INITIATINGGATEWAYQUERYSERVICE_QNAME = new QName("urn:ihe:iti:xds-b:2007", "InitiatingGatewayQuery_Service");

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

    public InitiatingGatewayQueryService() {
        super(__getWsdlLocation(), INITIATINGGATEWAYQUERYSERVICE_QNAME);
    }

    public InitiatingGatewayQueryService(WebServiceFeature... features) {
        super(__getWsdlLocation(), INITIATINGGATEWAYQUERYSERVICE_QNAME, features);
    }

    public InitiatingGatewayQueryService(URL wsdlLocation) {
        super(wsdlLocation, INITIATINGGATEWAYQUERYSERVICE_QNAME);
    }

    public InitiatingGatewayQueryService(URL wsdlLocation, WebServiceFeature... features) {
        super(wsdlLocation, INITIATINGGATEWAYQUERYSERVICE_QNAME, features);
    }

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

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

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

    private static URL __getWsdlLocation() {
        if (INITIATINGGATEWAYQUERYSERVICE_EXCEPTION!= null) {
            throw INITIATINGGATEWAYQUERYSERVICE_EXCEPTION;
        }
        return INITIATINGGATEWAYQUERYSERVICE_WSDL_LOCATION;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy