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