org.apache.cxf.jms_mtom
Interface JMSMTOMPortType


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-12-18T19:32:04.384Z",
           comments="Apache CXF 2.6.0.fuse-71-047")
public interface JMSMTOMPortType

This class was generated by Apache CXF 2.6.0.fuse-71-047 2012-12-18T19:32:04.384Z Generated source version: 2.6.0.fuse-71-047


Method Summary
 void testDataHandler(javax.xml.ws.Holder<String> name, javax.xml.ws.Holder<javax.activation.DataHandler> attachinfo)
           
 javax.activation.DataHandler testOutMtom()
           
 

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="2012-12-18T19:32:04.384Z")
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="2012-12-18T19:32:04.384Z")
void testDataHandler(javax.xml.ws.Holder<String> name,
                                                              javax.xml.ws.Holder<javax.activation.DataHandler> attachinfo)


Apache CXF