@WebServiceClient(name="SecureSOAPServiceServerConfiguredByGoodProvider", wsdlLocation="file:/home/fbolton/Programs/JBossFuse/6.1.0.redhat-379/apache-cxf-2.7.0.redhat-610379-src/testutils/src/main/resources/wsdl/hello_world_secure.wsdl", targetNamespace="http://apache.org/hello_world_soap_http_secure") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00", comments="Apache CXF 2.7.0.redhat-610379") public class SecureSOAPServiceServerConfiguredByGoodProvider extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
SERVICE |
static QName |
SoapPort |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
SecureSOAPServiceServerConfiguredByGoodProvider() |
SecureSOAPServiceServerConfiguredByGoodProvider(URL wsdlLocation) |
SecureSOAPServiceServerConfiguredByGoodProvider(URL wsdlLocation,
QName serviceName) |
SecureSOAPServiceServerConfiguredByGoodProvider(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
SecureSOAPServiceServerConfiguredByGoodProvider(URL wsdlLocation,
WebServiceFeature... features) |
SecureSOAPServiceServerConfiguredByGoodProvider(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
Greeter |
getSoapPort() |
Greeter |
getSoapPort(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="2014-04-08T14:14:26.450+02:00") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public static final QName SoapPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public SecureSOAPServiceServerConfiguredByGoodProvider(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public SecureSOAPServiceServerConfiguredByGoodProvider(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public SecureSOAPServiceServerConfiguredByGoodProvider()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public SecureSOAPServiceServerConfiguredByGoodProvider(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public SecureSOAPServiceServerConfiguredByGoodProvider(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public SecureSOAPServiceServerConfiguredByGoodProvider(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="SoapPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public Greeter getSoapPort()
@WebEndpoint(name="SoapPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:26.450+02:00") public Greeter getSoapPort(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