gov.hhs.fha.nhinc.direct.config.service.ConfigurationServiceImplService Maven / Gradle / Ivy
package gov.hhs.fha.nhinc.direct.config.service;
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 gov.hhs.fha.nhinc.direct.config.ConfigurationService;
import javax.xml.ws.Service;
/**
* This class was generated by Apache CXF 3.1.9
* 2017-05-30T14:58:19.054-04:00
* Generated source version: 3.1.9
*
*/
@WebServiceClient(name = "ConfigurationServiceImplService",
targetNamespace = "http://impl.service.config.nhindirect.org/")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00", comments = "Apache CXF 3.1.9")
public class ConfigurationServiceImplService extends Service {
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public final static URL WSDL_LOCATION;
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public final static QName SERVICE = new QName("http://impl.service.config.nhindirect.org/", "ConfigurationServiceImplService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public final static QName ConfigurationServiceImplPort = new QName("http://impl.service.config.nhindirect.org/", "ConfigurationServiceImplPort");
static {
WSDL_LOCATION = null;
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public ConfigurationServiceImplService(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public ConfigurationServiceImplService(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public ConfigurationServiceImplService() {
super(WSDL_LOCATION, SERVICE);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public ConfigurationServiceImplService(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public ConfigurationServiceImplService(URL wsdlLocation, WebServiceFeature ... features) {
super(wsdlLocation, SERVICE, features);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public ConfigurationServiceImplService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns ConfigurationService
*/
@WebEndpoint(name = "ConfigurationServiceImplPort")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public ConfigurationService getConfigurationServiceImplPort() {
return super.getPort(ConfigurationServiceImplPort, ConfigurationService.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 ConfigurationService
*/
@WebEndpoint(name = "ConfigurationServiceImplPort")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2017-05-30T14:58:19.054-04:00")
public ConfigurationService getConfigurationServiceImplPort(WebServiceFeature... features) {
return super.getPort(ConfigurationServiceImplPort, ConfigurationService.class, features);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy