Interface JMSMTOMPortType


  • @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
               date="2023-06-06T11:29:24.438-04:00",
               comments="Apache CXF 3.6.1")
    public interface JMSMTOMPortType
    This class was generated by Apache CXF 3.6.1 2023-06-06T11:29:24.438-04:00 Generated source version: 3.6.1
    • Method Detail

      • testOutMtom

        @RequestWrapper(localName="testOutMtom",
                        targetNamespace="http://cxf.apache.org/jms_mtom/types",
                        className="org.apache.cxf.jms_mtom.types.TestOutMtom")
        @ResponseWrapper(localName="testOutMtomResponse",
                         targetNamespace="http://cxf.apache.org/jms_mtom/types",
                         className="org.apache.cxf.jms_mtom.types.DataHandlerOnlyType")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:24.438-04:00")
        javax.activation.DataHandler testOutMtom()
      • testDataHandler

        @RequestWrapper(localName="testDataHandler",
                        targetNamespace="http://cxf.apache.org/jms_mtom/types",
                        className="org.apache.cxf.jms_mtom.types.DataHandlerType")
        @ResponseWrapper(localName="testDataHandlerResponse",
                         targetNamespace="http://cxf.apache.org/jms_mtom/types",
                         className="org.apache.cxf.jms_mtom.types.DataHandlerType")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:24.438-04:00")
        void testDataHandler​(javax.xml.ws.Holder<String> name,
                             javax.xml.ws.Holder<javax.activation.DataHandler> attachinfo)