riv.itintegration.engagementindex.update._1.rivtabp21.UpdateResponderService Maven / Gradle / Ivy
package riv.itintegration.engagementindex.update._1.rivtabp21;
import java.net.MalformedURLException;
import java.net.URL;
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.0.1
* 2015-08-19T10:24:16.143+02:00
* Generated source version: 3.0.1
*
*/
@WebServiceClient(name = "UpdateResponderService",
wsdlLocation = "file:/Users/martin/git/riv.en13606.NPOAdapterService/target/checkout/schemas/riv-schemas/interactions/UpdateInteraction/UpdateInteraction_1.0_RIVTABP21.wsdl",
targetNamespace = "urn:riv:itintegration:engagementindex:Update:1:rivtabp21")
public class UpdateResponderService extends Service {
public final static URL WSDL_LOCATION;
public final static QName SERVICE = new QName("urn:riv:itintegration:engagementindex:Update:1:rivtabp21", "UpdateResponderService");
public final static QName UpdateResponderPort = new QName("urn:riv:itintegration:engagementindex:Update:1:rivtabp21", "UpdateResponderPort");
static {
URL url = null;
try {
url = new URL("file:/Users/martin/git/riv.en13606.NPOAdapterService/target/checkout/schemas/riv-schemas/interactions/UpdateInteraction/UpdateInteraction_1.0_RIVTABP21.wsdl");
} catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(UpdateResponderService.class.getName())
.log(java.util.logging.Level.INFO,
"Can not initialize the default wsdl from {0}", "file:/Users/martin/git/riv.en13606.NPOAdapterService/target/checkout/schemas/riv-schemas/interactions/UpdateInteraction/UpdateInteraction_1.0_RIVTABP21.wsdl");
}
WSDL_LOCATION = url;
}
public UpdateResponderService(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
public UpdateResponderService(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
public UpdateResponderService() {
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.
public UpdateResponderService(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.
public UpdateResponderService(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.
public UpdateResponderService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns UpdateResponderInterface
*/
@WebEndpoint(name = "UpdateResponderPort")
public UpdateResponderInterface getUpdateResponderPort() {
return super.getPort(UpdateResponderPort, UpdateResponderInterface.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 UpdateResponderInterface
*/
@WebEndpoint(name = "UpdateResponderPort")
public UpdateResponderInterface getUpdateResponderPort(WebServiceFeature... features) {
return super.getPort(UpdateResponderPort, UpdateResponderInterface.class, features);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy