@WebServiceClient(name="JMSOutMTOMService", wsdlLocation="file:/maven/build/cxf/testutils/src/main/resources/wsdl/jms_test_mtom.wsdl", targetNamespace="http://cxf.apache.org/jms_mtom") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00", comments="Apache CXF 3.0.4.redhat-621222") public class JMSOutMTOMService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
MTOMPort |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
JMSOutMTOMService() |
JMSOutMTOMService(URL wsdlLocation) |
JMSOutMTOMService(URL wsdlLocation,
QName serviceName) |
JMSOutMTOMService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
JMSOutMTOMService(URL wsdlLocation,
WebServiceFeature... features) |
JMSOutMTOMService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
JMSMTOMPortType |
getMTOMPort() |
JMSMTOMPortType |
getMTOMPort(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="2018-09-07T09:52:32.817-04:00") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public static final QName MTOMPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public JMSOutMTOMService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public JMSOutMTOMService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public JMSOutMTOMService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public JMSOutMTOMService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public JMSOutMTOMService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public JMSOutMTOMService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="MTOMPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public JMSMTOMPortType getMTOMPort()
@WebEndpoint(name="MTOMPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-09-07T09:52:32.817-04:00") public JMSMTOMPortType getMTOMPort(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