@WebServiceClient(name="echoService", targetNamespace="webservices.swarm.wildfly.org", wsdlLocation="http://localhost:8080/ws/echo?wsdl") public class EchoServiceClientWithHandler extends Service
Service.Mode| Constructor and Description |
|---|
EchoServiceClientWithHandler() |
EchoServiceClientWithHandler(URL wsdlLocation) |
EchoServiceClientWithHandler(URL wsdlLocation,
QName serviceName) |
EchoServiceClientWithHandler(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
EchoServiceClientWithHandler(URL wsdlLocation,
WebServiceFeature... features) |
EchoServiceClientWithHandler(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
EchoService |
getEchoPort() |
EchoService |
getEchoPort(WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolverpublic EchoServiceClientWithHandler()
public EchoServiceClientWithHandler(WebServiceFeature... features)
public EchoServiceClientWithHandler(URL wsdlLocation)
public EchoServiceClientWithHandler(URL wsdlLocation, WebServiceFeature... features)
public EchoServiceClientWithHandler(URL wsdlLocation, QName serviceName)
public EchoServiceClientWithHandler(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="echoPort") public EchoService getEchoPort()
@WebEndpoint(name="echoPort") public EchoService getEchoPort(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.Copyright © 2017 JBoss by Red Hat. All rights reserved.