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

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

The newest version!
package ihe.iti.xds_b._2007;

import java.net.URL;
import javax.annotation.Generated;
import javax.xml.namespace.QName;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;
import javax.xml.ws.Service;

/**
 * This class was generated by Apache CXF 3.1.9
 * 2019-06-25T18:16:43.594-04:00
 * Generated source version: 3.1.9
 * 
 */
@WebServiceClient(name = "RespondingGateway_Query_Service", 
                  targetNamespace = "urn:ihe:iti:xds-b:2007") 
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00", comments = "Apache CXF 3.1.9")
public class RespondingGatewayQueryService extends Service {

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public final static URL WSDL_LOCATION;

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public final static QName SERVICE = new QName("urn:ihe:iti:xds-b:2007", "RespondingGateway_Query_Service");
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public final static QName RespondingGatewayQueryPortSoap = new QName("urn:ihe:iti:xds-b:2007", "RespondingGateway_Query_Port_Soap");
    static {
        WSDL_LOCATION = null;
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public RespondingGatewayQueryService(URL wsdlLocation) {
        super(wsdlLocation, SERVICE);
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public RespondingGatewayQueryService(URL wsdlLocation, QName serviceName) {
        super(wsdlLocation, serviceName);
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public RespondingGatewayQueryService() {
        super(WSDL_LOCATION, SERVICE);
    }
    
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public RespondingGatewayQueryService(WebServiceFeature ... features) {
        super(WSDL_LOCATION, SERVICE, features);
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public RespondingGatewayQueryService(URL wsdlLocation, WebServiceFeature ... features) {
        super(wsdlLocation, SERVICE, features);
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public RespondingGatewayQueryService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
        super(wsdlLocation, serviceName, features);
    }    




    /**
     *
     * @return
     *     returns RespondingGatewayQueryPortType
     */
    @WebEndpoint(name = "RespondingGateway_Query_Port_Soap")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public RespondingGatewayQueryPortType getRespondingGatewayQueryPortSoap() {
        return super.getPort(RespondingGatewayQueryPortSoap, RespondingGatewayQueryPortType.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 RespondingGatewayQueryPortType
     */
    @WebEndpoint(name = "RespondingGateway_Query_Port_Soap")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:16:43.594-04:00")
    public RespondingGatewayQueryPortType getRespondingGatewayQueryPortSoap(WebServiceFeature... features) {
        return super.getPort(RespondingGatewayQueryPortSoap, RespondingGatewayQueryPortType.class, features);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy