@WebServiceClient(name="SOAPService", wsdlLocation="file:/run/media/fbolton/SAMSUNG/Programs/ESB/6.0.0.redhat-024/apache-cxf-2.6.0.redhat-60024-src/testutils/src/main/resources/wsdl/basic_callback_test.wsdl", targetNamespace="http://apache.org/callback") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2013-04-09T21:24:30.563+02:00", comments="Apache CXF 2.6.0.redhat-60024") public class SOAPService extends javax.xml.ws.Service
javax.xml.ws.Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
SERVICE |
static QName |
SOAPPort |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
SOAPService() |
SOAPService(URL wsdlLocation) |
SOAPService(URL wsdlLocation,
QName serviceName) |
SOAPService(URL wsdlLocation,
QName serviceName,
javax.xml.ws.WebServiceFeature... features) |
SOAPService(URL wsdlLocation,
javax.xml.ws.WebServiceFeature... features) |
SOAPService(javax.xml.ws.WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
ServerPortType |
getSOAPPort() |
ServerPortType |
getSOAPPort(javax.xml.ws.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="2013-04-09T21:24:30.563+02:00")
public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-09T21:24:30.563+02:00")
public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-09T21:24:30.563+02:00")
public static final QName SOAPPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-09T21:24:30.563+02:00")
public SOAPService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-09T21:24:30.563+02:00")
public SOAPService(URL wsdlLocation,
QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-09T21:24:30.563+02:00")
public SOAPService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-09T21:24:30.563+02:00")
public SOAPService(javax.xml.ws.WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-09T21:24:30.563+02:00")
public SOAPService(URL wsdlLocation,
javax.xml.ws.WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-09T21:24:30.563+02:00")
public SOAPService(URL wsdlLocation,
QName serviceName,
javax.xml.ws.WebServiceFeature... features)
@WebEndpoint(name="SOAPPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2013-04-09T21:24:30.563+02:00") public ServerPortType getSOAPPort()
@WebEndpoint(name="SOAPPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2013-04-09T21:24:30.563+02:00") public ServerPortType getSOAPPort(javax.xml.ws.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