gov.hhs.fha.nhinc.adapterpatientdiscoverysecured.AdapterPatientDiscoverySecured Maven / Gradle / Ivy
The newest version!
package gov.hhs.fha.nhinc.adapterpatientdiscoverysecured;
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:25:31.683-04:00
* Generated source version: 3.1.9
*
*/
@WebServiceClient(name = "AdapterPatientDiscoverySecured",
targetNamespace = "urn:gov:hhs:fha:nhinc:adapterpatientdiscoverysecured")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00", comments = "Apache CXF 3.1.9")
public class AdapterPatientDiscoverySecured extends Service {
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public final static URL WSDL_LOCATION;
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public final static QName SERVICE = new QName("urn:gov:hhs:fha:nhinc:adapterpatientdiscoverysecured", "AdapterPatientDiscoverySecured");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public final static QName AdapterPatientDiscoverySecuredPortSoap = new QName("urn:gov:hhs:fha:nhinc:adapterpatientdiscoverysecured", "AdapterPatientDiscoverySecuredPortSoap");
static {
WSDL_LOCATION = null;
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public AdapterPatientDiscoverySecured(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public AdapterPatientDiscoverySecured(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public AdapterPatientDiscoverySecured() {
super(WSDL_LOCATION, SERVICE);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public AdapterPatientDiscoverySecured(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public AdapterPatientDiscoverySecured(URL wsdlLocation, WebServiceFeature ... features) {
super(wsdlLocation, SERVICE, features);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public AdapterPatientDiscoverySecured(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns AdapterPatientDiscoverySecuredPortType
*/
@WebEndpoint(name = "AdapterPatientDiscoverySecuredPortSoap")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public AdapterPatientDiscoverySecuredPortType getAdapterPatientDiscoverySecuredPortSoap() {
return super.getPort(AdapterPatientDiscoverySecuredPortSoap, AdapterPatientDiscoverySecuredPortType.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 AdapterPatientDiscoverySecuredPortType
*/
@WebEndpoint(name = "AdapterPatientDiscoverySecuredPortSoap")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:31.683-04:00")
public AdapterPatientDiscoverySecuredPortType getAdapterPatientDiscoverySecuredPortSoap(WebServiceFeature... features) {
return super.getPort(AdapterPatientDiscoverySecuredPortSoap, AdapterPatientDiscoverySecuredPortType.class, features);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy