org.apache.cxf.mime
Interface TestMtom

All Known Implementing Classes:
TestMtomImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:40.893Z",
           comments="Apache CXF 2.5.0.fuse-70-097")
public interface TestMtom

This class was generated by Apache CXF 2.5.0.fuse-70-097 2012-10-02T15:03:40.893Z Generated source version: 2.5.0.fuse-70-097


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

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:40.893Z")
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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:40.893Z")
void testXop(javax.xml.ws.Holder<String> name,
                                                      javax.xml.ws.Holder<javax.activation.DataHandler> attachinfo)


Apache CXF