
net.datastream.wsdls.mp3640_addcasemanagement_001.AddCaseManagementService Maven / Gradle / Ivy
package net.datastream.wsdls.mp3640_addcasemanagement_001;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceFeature;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.2.10
* Generated source version: 2.2
*
*/
@WebServiceClient(name = "AddCaseManagementService", targetNamespace = "http://wsdls.datastream.net/MP3640_AddCaseManagement_001", wsdlLocation = "file:/Users/lpater/Documents/Infor/web_services_116/Wsdl/ContactCenter/MP3640_AddCaseManagement_001.wsdl")
public class AddCaseManagementService
extends Service
{
private final static URL ADDCASEMANAGEMENTSERVICE_WSDL_LOCATION;
private final static WebServiceException ADDCASEMANAGEMENTSERVICE_EXCEPTION;
private final static QName ADDCASEMANAGEMENTSERVICE_QNAME = new QName("http://wsdls.datastream.net/MP3640_AddCaseManagement_001", "AddCaseManagementService");
static {
URL url = null;
WebServiceException e = null;
try {
url = new URL("file:/Users/lpater/Documents/Infor/web_services_116/Wsdl/ContactCenter/MP3640_AddCaseManagement_001.wsdl");
} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
ADDCASEMANAGEMENTSERVICE_WSDL_LOCATION = url;
ADDCASEMANAGEMENTSERVICE_EXCEPTION = e;
}
public AddCaseManagementService() {
super(__getWsdlLocation(), ADDCASEMANAGEMENTSERVICE_QNAME);
}
public AddCaseManagementService(WebServiceFeature... features) {
super(__getWsdlLocation(), ADDCASEMANAGEMENTSERVICE_QNAME, features);
}
public AddCaseManagementService(URL wsdlLocation) {
super(wsdlLocation, ADDCASEMANAGEMENTSERVICE_QNAME);
}
public AddCaseManagementService(URL wsdlLocation, WebServiceFeature... features) {
super(wsdlLocation, ADDCASEMANAGEMENTSERVICE_QNAME, features);
}
public AddCaseManagementService(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
public AddCaseManagementService(URL wsdlLocation, QName serviceName, WebServiceFeature... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns AddCaseManagementPT
*/
@WebEndpoint(name = "AddCaseManagementSoapBinding")
public AddCaseManagementPT getAddCaseManagementSoapBinding() {
return super.getPort(new QName("http://wsdls.datastream.net/MP3640_AddCaseManagement_001", "AddCaseManagementSoapBinding"), AddCaseManagementPT.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 AddCaseManagementPT
*/
@WebEndpoint(name = "AddCaseManagementSoapBinding")
public AddCaseManagementPT getAddCaseManagementSoapBinding(WebServiceFeature... features) {
return super.getPort(new QName("http://wsdls.datastream.net/MP3640_AddCaseManagement_001", "AddCaseManagementSoapBinding"), AddCaseManagementPT.class, features);
}
private static URL __getWsdlLocation() {
if (ADDCASEMANAGEMENTSERVICE_EXCEPTION!= null) {
throw ADDCASEMANAGEMENTSERVICE_EXCEPTION;
}
return ADDCASEMANAGEMENTSERVICE_WSDL_LOCATION;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy