@WebServiceClient(name="CoordinationFaultService", targetNamespace="http://docs.oasis-open.org/ws-tx/wscoor/2006/06", wsdlLocation="wsdl/wscoor-fault-binding.wsdl") public class CoordinationFaultService extends Service
Service.Mode
Constructor and Description |
---|
CoordinationFaultService() |
CoordinationFaultService(URL wsdlLocation) |
CoordinationFaultService(URL wsdlLocation,
QName serviceName) |
CoordinationFaultService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
CoordinationFaultService(URL wsdlLocation,
WebServiceFeature... features) |
CoordinationFaultService(WebServiceFeature... features) |
Modifier and Type | Method and Description |
---|---|
CoordinationFaultPortType |
getCoordinationFaultPortType() |
CoordinationFaultPortType |
getCoordinationFaultPortType(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
public CoordinationFaultService()
public CoordinationFaultService(WebServiceFeature... features)
public CoordinationFaultService(URL wsdlLocation)
public CoordinationFaultService(URL wsdlLocation, WebServiceFeature... features)
public CoordinationFaultService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="CoordinationFaultPortType") public CoordinationFaultPortType getCoordinationFaultPortType()
@WebEndpoint(name="CoordinationFaultPortType") public CoordinationFaultPortType getCoordinationFaultPortType(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 © 2021 JBoss by Red Hat. All rights reserved.