wssec.wssec11.PingService11 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cxf-systests-ws-security Show documentation
Show all versions of cxf-systests-ws-security Show documentation
Apache CXF WS-Security System Tests
The newest version!
package wssec.wssec11;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URL;
import jakarta.annotation.Generated;
import javax.xml.namespace.QName;
import jakarta.xml.ws.WebEndpoint;
import jakarta.xml.ws.WebServiceClient;
import jakarta.xml.ws.WebServiceFeature;
import jakarta.xml.ws.Service;
/**
* This class was generated by Apache CXF 4.1.0
* 2024-12-09T12:44:45.029-05:00
* Generated source version: 4.1.0
*
*/
@WebServiceClient(name = "PingService11",
wsdlLocation = "file:/Users/ffang/projects/cxf-release-2024dec/cxf/target/checkout/systests/ws-security/src/test/resources/wsdl_systest_wssec/wssec11/WsSecurity11.wsdl",
targetNamespace = "http://WSSec/wssec11")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00", comments = "Apache CXF 4.1.0")
public class PingService11 extends Service {
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final URL WSDL_LOCATION;
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName SERVICE = new QName("http://WSSec/wssec11", "PingService11");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName UXNoTimestampIPingService = new QName("http://WSSec/wssec11", "UX-NoTimestamp_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName UXIPingService = new QName("http://WSSec/wssec11", "UX_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XAES128IPingService = new QName("http://WSSec/wssec11", "X-AES128_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XDIPingService1 = new QName("http://WSSec/wssec11", "XD_IPingService1");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName UXDIPingService1 = new QName("http://WSSec/wssec11", "UXD_IPingService1");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName ANoTimestampIPingService = new QName("http://WSSec/wssec11", "A-NoTimestamp_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XDSEESIPingService = new QName("http://WSSec/wssec11", "XD-SEES_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName ADIPingService = new QName("http://WSSec/wssec11", "AD_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName UXDSEESIPingService = new QName("http://WSSec/wssec11", "UXD-SEES_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName UXSEESIPingService = new QName("http://WSSec/wssec11", "UX-SEES_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName AESIPingService = new QName("http://WSSec/wssec11", "A-ES_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName AIPingService = new QName("http://WSSec/wssec11", "A_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName ADESIPingService = new QName("http://WSSec/wssec11", "AD-ES_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName UXDIPingService = new QName("http://WSSec/wssec11", "UXD_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XIPingService = new QName("http://WSSec/wssec11", "X_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XTripleDESIPingService = new QName("http://WSSec/wssec11", "X-TripleDES_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XDESIPingService = new QName("http://WSSec/wssec11", "XD-ES_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XNoTimestampIPingService = new QName("http://WSSec/wssec11", "X-NoTimestamp_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XAES256IPingService = new QName("http://WSSec/wssec11", "X-AES256_IPingService");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XIPingService1 = new QName("http://WSSec/wssec11", "X_IPingService1");
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public static final QName XDIPingService = new QName("http://WSSec/wssec11", "XD_IPingService");
static {
URL url = null;
try {
url = URI.create("file:/Users/ffang/projects/cxf-release-2024dec/cxf/target/checkout/systests/ws-security/src/test/resources/wsdl_systest_wssec/wssec11/WsSecurity11.wsdl").toURL();
} catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(PingService11.class.getName())
.log(java.util.logging.Level.INFO,
"Can not initialize the default wsdl from {0}", "file:/Users/ffang/projects/cxf-release-2024dec/cxf/target/checkout/systests/ws-security/src/test/resources/wsdl_systest_wssec/wssec11/WsSecurity11.wsdl");
}
WSDL_LOCATION = url;
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public PingService11(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public PingService11(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public PingService11() {
super(WSDL_LOCATION, SERVICE);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public PingService11(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public PingService11(URL wsdlLocation, WebServiceFeature ... features) {
super(wsdlLocation, SERVICE, features);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public PingService11(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "UX-NoTimestamp_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXNoTimestampIPingService() {
return super.getPort(UXNoTimestampIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "UX-NoTimestamp_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXNoTimestampIPingService(WebServiceFeature... features) {
return super.getPort(UXNoTimestampIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "UX_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXIPingService() {
return super.getPort(UXIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "UX_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXIPingService(WebServiceFeature... features) {
return super.getPort(UXIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "X-AES128_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXAES128IPingService() {
return super.getPort(XAES128IPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "X-AES128_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXAES128IPingService(WebServiceFeature... features) {
return super.getPort(XAES128IPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "XD_IPingService1")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXDIPingService1() {
return super.getPort(XDIPingService1, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "XD_IPingService1")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXDIPingService1(WebServiceFeature... features) {
return super.getPort(XDIPingService1, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "UXD_IPingService1")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXDIPingService1() {
return super.getPort(UXDIPingService1, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "UXD_IPingService1")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXDIPingService1(WebServiceFeature... features) {
return super.getPort(UXDIPingService1, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "A-NoTimestamp_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getANoTimestampIPingService() {
return super.getPort(ANoTimestampIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "A-NoTimestamp_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getANoTimestampIPingService(WebServiceFeature... features) {
return super.getPort(ANoTimestampIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "XD-SEES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXDSEESIPingService() {
return super.getPort(XDSEESIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "XD-SEES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXDSEESIPingService(WebServiceFeature... features) {
return super.getPort(XDSEESIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "AD_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getADIPingService() {
return super.getPort(ADIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "AD_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getADIPingService(WebServiceFeature... features) {
return super.getPort(ADIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "UXD-SEES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXDSEESIPingService() {
return super.getPort(UXDSEESIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "UXD-SEES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXDSEESIPingService(WebServiceFeature... features) {
return super.getPort(UXDSEESIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "UX-SEES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXSEESIPingService() {
return super.getPort(UXSEESIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "UX-SEES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXSEESIPingService(WebServiceFeature... features) {
return super.getPort(UXSEESIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "A-ES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getAESIPingService() {
return super.getPort(AESIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "A-ES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getAESIPingService(WebServiceFeature... features) {
return super.getPort(AESIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "A_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getAIPingService() {
return super.getPort(AIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "A_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getAIPingService(WebServiceFeature... features) {
return super.getPort(AIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "AD-ES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getADESIPingService() {
return super.getPort(ADESIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "AD-ES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getADESIPingService(WebServiceFeature... features) {
return super.getPort(ADESIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "UXD_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXDIPingService() {
return super.getPort(UXDIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "UXD_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getUXDIPingService(WebServiceFeature... features) {
return super.getPort(UXDIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "X_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXIPingService() {
return super.getPort(XIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "X_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXIPingService(WebServiceFeature... features) {
return super.getPort(XIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "X-TripleDES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXTripleDESIPingService() {
return super.getPort(XTripleDESIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "X-TripleDES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXTripleDESIPingService(WebServiceFeature... features) {
return super.getPort(XTripleDESIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "XD-ES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXDESIPingService() {
return super.getPort(XDESIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "XD-ES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXDESIPingService(WebServiceFeature... features) {
return super.getPort(XDESIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "X-NoTimestamp_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXNoTimestampIPingService() {
return super.getPort(XNoTimestampIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "X-NoTimestamp_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXNoTimestampIPingService(WebServiceFeature... features) {
return super.getPort(XNoTimestampIPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "X-AES256_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXAES256IPingService() {
return super.getPort(XAES256IPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "X-AES256_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXAES256IPingService(WebServiceFeature... features) {
return super.getPort(XAES256IPingService, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "X_IPingService1")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXIPingService1() {
return super.getPort(XIPingService1, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "X_IPingService1")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXIPingService1(WebServiceFeature... features) {
return super.getPort(XIPingService1, IPingService.class, features);
}
/**
*
* @return
* returns IPingService
*/
@WebEndpoint(name = "XD_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXDIPingService() {
return super.getPort(XDIPingService, IPingService.class);
}
/**
*
* @param features
* A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns IPingService
*/
@WebEndpoint(name = "XD_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2024-12-09T12:44:45.029-05:00")
public IPingService getXDIPingService(WebServiceFeature... features) {
return super.getPort(XDIPingService, IPingService.class, features);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy