@WebServiceClient(name="PingService", wsdlLocation="file:/mnt/hudson_workspace/workspace/fuse-team-perfectus-6.1.x-patch/target/jboss-fuse-6.1.x/cxf/systests/ws-security/src/test/resources/wsdl_systest_wssec/wssec10/WsSecurity10.wsdl", targetNamespace="http://WSSec/wssec10") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z", comments="Apache CXF 2.7.0.redhat-611476") public class PingService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
MutualCertificate10SignEncryptIPingService |
static QName |
MutualCertificate10SignEncryptRsa15TripleDesIPingService |
static QName |
SERVICE |
static QName |
UserNameIPingService |
static QName |
UserNameOverTransportIPingService |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
PingService() |
PingService(URL wsdlLocation) |
PingService(URL wsdlLocation,
QName serviceName) |
PingService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
PingService(URL wsdlLocation,
WebServiceFeature... features) |
PingService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
IPingService |
getMutualCertificate10SignEncryptIPingService() |
IPingService |
getMutualCertificate10SignEncryptIPingService(WebServiceFeature... features) |
IPingService |
getMutualCertificate10SignEncryptRsa15TripleDesIPingService() |
IPingService |
getMutualCertificate10SignEncryptRsa15TripleDesIPingService(WebServiceFeature... features) |
IPingService |
getUserNameIPingService() |
IPingService |
getUserNameIPingService(WebServiceFeature... features) |
IPingService |
getUserNameOverTransportIPingService() |
IPingService |
getUserNameOverTransportIPingService(WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public static final QName UserNameOverTransportIPingService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public static final QName UserNameIPingService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public static final QName MutualCertificate10SignEncryptIPingService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public static final QName MutualCertificate10SignEncryptRsa15TripleDesIPingService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public PingService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public PingService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public PingService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public PingService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public PingService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public PingService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="UserNameOverTransport_IPingService") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public IPingService getUserNameOverTransportIPingService()
@WebEndpoint(name="UserNameOverTransport_IPingService") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public IPingService getUserNameOverTransportIPingService(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.@WebEndpoint(name="UserName_IPingService") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public IPingService getUserNameIPingService()
@WebEndpoint(name="UserName_IPingService") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public IPingService getUserNameIPingService(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.@WebEndpoint(name="MutualCertificate10SignEncrypt_IPingService") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public IPingService getMutualCertificate10SignEncryptIPingService()
@WebEndpoint(name="MutualCertificate10SignEncrypt_IPingService") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public IPingService getMutualCertificate10SignEncryptIPingService(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.@WebEndpoint(name="MutualCertificate10SignEncryptRsa15TripleDes_IPingService") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public IPingService getMutualCertificate10SignEncryptRsa15TripleDesIPingService()
@WebEndpoint(name="MutualCertificate10SignEncryptRsa15TripleDes_IPingService") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-26T19:28:23.012Z") public IPingService getMutualCertificate10SignEncryptRsa15TripleDesIPingService(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.Apache CXF