Package org.apache.cxf.mime
Class TestMtomService
java.lang.Object
jakarta.xml.ws.Service
org.apache.cxf.mime.TestMtomService
@WebServiceClient(name="TestMtomService",
wsdlLocation="file:/Users/dkulp/working/cxf/target/checkout/testutils/src/main/resources/wsdl/mtom_xop.wsdl",
targetNamespace="http://cxf.apache.org/mime")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2023-06-06T12:44:57.212-04:00",
comments="Apache CXF 4.0.2")
public class TestMtomService
extends jakarta.xml.ws.Service
This class was generated by Apache CXF 4.0.2
2023-06-06T12:44:57.212-04:00
Generated source version: 4.0.2
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.xml.ws.Service
jakarta.xml.ws.Service.Mode -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestMtomService(jakarta.xml.ws.WebServiceFeature... features) TestMtomService(URL wsdlLocation) TestMtomService(URL wsdlLocation, jakarta.xml.ws.WebServiceFeature... features) TestMtomService(URL wsdlLocation, QName serviceName) TestMtomService(URL wsdlLocation, QName serviceName, jakarta.xml.ws.WebServiceFeature... features) -
Method Summary
Modifier and TypeMethodDescriptiongetTestMtomPort(jakarta.xml.ws.WebServiceFeature... features) getTestMtomProviderPort(jakarta.xml.ws.WebServiceFeature... features) Methods inherited from class jakarta.xml.ws.Service
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
-
Field Details
-
WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public static final URL WSDL_LOCATION -
SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public static final QName SERVICE -
TestMtomPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public static final QName TestMtomPort -
TestMtomProviderPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public static final QName TestMtomProviderPort
-
-
Constructor Details
-
TestMtomService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public TestMtomService(URL wsdlLocation) -
TestMtomService
-
TestMtomService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public TestMtomService() -
TestMtomService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public TestMtomService(jakarta.xml.ws.WebServiceFeature... features) -
TestMtomService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public TestMtomService(URL wsdlLocation, jakarta.xml.ws.WebServiceFeature... features) -
TestMtomService
-
-
Method Details
-
getTestMtomPort
@WebEndpoint(name="TestMtomPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public TestMtom getTestMtomPort()- Returns:
- returns TestMtom
-
getTestMtomPort
@WebEndpoint(name="TestMtomPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public TestMtom getTestMtomPort(jakarta.xml.ws.WebServiceFeature... features) - Parameters:
features- A list ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns TestMtom
-
getTestMtomProviderPort
@WebEndpoint(name="TestMtomProviderPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public TestMtom getTestMtomProviderPort()- Returns:
- returns TestMtom
-
getTestMtomProviderPort
@WebEndpoint(name="TestMtomProviderPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.212-04:00") public TestMtom getTestMtomProviderPort(jakarta.xml.ws.WebServiceFeature... features) - Parameters:
features- A list ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns TestMtom
-