@WebServiceClient(name="JMSSOAPServiceAddressing", wsdlLocation="file:/x1/git/perfectus/610394/cxf/testutils/src/main/resources/wsdl/jms_test.wsdl", targetNamespace="http://cxf.apache.org/hello_world_jms") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30", comments="Apache CXF 2.7.0.redhat-610394") public class JMSSOAPServiceAddressing extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
HWJMSAddressingPort |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
JMSSOAPServiceAddressing() |
JMSSOAPServiceAddressing(URL wsdlLocation) |
JMSSOAPServiceAddressing(URL wsdlLocation,
QName serviceName) |
JMSSOAPServiceAddressing(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
JMSSOAPServiceAddressing(URL wsdlLocation,
WebServiceFeature... features) |
JMSSOAPServiceAddressing(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
HelloWorldPortType |
getHWJMSAddressingPort() |
HelloWorldPortType |
getHWJMSAddressingPort(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-09-22T14:45:21.961-02:30") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public static final QName HWJMSAddressingPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public JMSSOAPServiceAddressing(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public JMSSOAPServiceAddressing(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public JMSSOAPServiceAddressing()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public JMSSOAPServiceAddressing(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public JMSSOAPServiceAddressing(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public JMSSOAPServiceAddressing(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="HWJMSAddressingPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public HelloWorldPortType getHWJMSAddressingPort()
@WebEndpoint(name="HWJMSAddressingPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.961-02:30") public HelloWorldPortType getHWJMSAddressingPort(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