org.apache.cxf.mime
Interface TestMtom

All Known Implementing Classes:
TestMtomImpl

public interface TestMtom

This class was generated by Apache CXF 2.1.3.17-fuse Thu Apr 01 17:12:08 EDT 2010 Generated source version: 2.1.3.17-fuse


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

Method Detail

testXop

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

testXopString

XopStringType testXopString(XopStringType data)


Apache CXF