org.apache.cxf.jms_mtom
Interface JMSMTOMPortType


public interface JMSMTOMPortType

This class was generated by Apache CXF 2.2.3 Wed Jul 29 12:32:14 EDT 2009 Generated source version: 2.2.3


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

Method Detail

testDataHandler

@ResponseWrapper(localName="testDataHandlerResponse",
                 targetNamespace="http://cxf.apache.org/jms_mtom/types",
                 className="org.apache.cxf.jms_mtom.types.DataHandlerType")
@RequestWrapper(localName="testDataHandler",
                targetNamespace="http://cxf.apache.org/jms_mtom/types",
                className="org.apache.cxf.jms_mtom.types.DataHandlerType")
void testDataHandler(javax.xml.ws.Holder<java.lang.String> name,
                                                    javax.xml.ws.Holder<javax.activation.DataHandler> attachinfo)


Apache CXF