Package org.apache.cxf.mime
Interface TestMtom
- All Known Implementing Classes:
TestMtomImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2024-03-06T18:23:48.152-05:00",
comments="Apache CXF 4.0.4")
public interface TestMtom
This class was generated by Apache CXF 4.0.4
2024-03-06T18:23:48.152-05:00
Generated source version: 4.0.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidtestXop(jakarta.xml.ws.Holder<String> name, jakarta.xml.ws.Holder<jakarta.activation.DataHandler> attachinfo) testXopString(XopStringType data)
-
Method Details
-
testXopString
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:48.152-05:00") XopStringType testXopString(XopStringType data) -
testXop
@RequestWrapper(localName="testXop", targetNamespace="http://cxf.apache.org/mime/types", className="org.apache.cxf.mime.types.XopType") @ResponseWrapper(localName="testXopResponse", targetNamespace="http://cxf.apache.org/mime/types", className="org.apache.cxf.mime.types.XopType") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:48.152-05:00") void testXop(jakarta.xml.ws.Holder<String> name, jakarta.xml.ws.Holder<jakarta.activation.DataHandler> attachinfo)
-