org.apache.cxf.mime
Interface TestMtom

All Known Implementing Classes:
TestMtomImpl

public interface TestMtom

This class was generated by FuseSource Services Framework 2.4.3-fuse-03-02 2012-05-22T17:22:15.219Z Generated source version: 2.4.3-fuse-03-02


Method Summary
 void testXop(javax.xml.ws.Holder<String> name, javax.xml.ws.Holder<javax.activation.DataHandler> attachinfo)
           
 XopStringType testXopString(XopStringType data)
           
 

Method Detail

testXopString

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")
void testXop(javax.xml.ws.Holder<String> name,
                                            javax.xml.ws.Holder<javax.activation.DataHandler> attachinfo)


Apache CXF