gov.hhs.fha.nhinc.adapterdocquery.AdapterDocQuery Maven / Gradle / Ivy
package gov.hhs.fha.nhinc.adapterdocquery;
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 2.7.3
* 2014-03-11T10:12:16.813-04:00
* Generated source version: 2.7.3
*
*/
@WebServiceClient(name = "AdapterDocQuery",
targetNamespace = "urn:gov:hhs:fha:nhinc:adapterdocquery")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00", comments = "Apache CXF 2.7.3")
public class AdapterDocQuery extends Service {
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public final static URL WSDL_LOCATION;
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public final static QName SERVICE = new QName("urn:gov:hhs:fha:nhinc:adapterdocquery", "AdapterDocQuery");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public final static QName AdapterDocQueryPortSoap = new QName("urn:gov:hhs:fha:nhinc:adapterdocquery", "AdapterDocQueryPortSoap");
static {
WSDL_LOCATION = null;
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public AdapterDocQuery(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public AdapterDocQuery(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public AdapterDocQuery() {
super(WSDL_LOCATION, SERVICE);
}
//This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
//API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
//compliant code instead.
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public AdapterDocQuery(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
//This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
//API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
//compliant code instead.
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public AdapterDocQuery(URL wsdlLocation, WebServiceFeature ... features) {
super(wsdlLocation, SERVICE, features);
}
//This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
//API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
//compliant code instead.
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public AdapterDocQuery(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns AdapterDocQueryPortType
*/
@WebEndpoint(name = "AdapterDocQueryPortSoap")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public AdapterDocQueryPortType getAdapterDocQueryPortSoap() {
return super.getPort(AdapterDocQueryPortSoap, AdapterDocQueryPortType.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 AdapterDocQueryPortType
*/
@WebEndpoint(name = "AdapterDocQueryPortSoap")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:12:16.813-04:00")
public AdapterDocQueryPortType getAdapterDocQueryPortSoap(WebServiceFeature... features) {
return super.getPort(AdapterDocQueryPortSoap, AdapterDocQueryPortType.class, features);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy