org.apache.camel.cxf.mtom_feature
Interface Hello


public interface Hello

This class was generated by Apache CXF 2.3.5-fuse-00-05 2011-08-01T16:50:39.353Z Generated source version: 2.3.5-fuse-00-05


Method Summary
 void detail(javax.xml.ws.Holder<byte[]> photo, javax.xml.ws.Holder<Image> image)
           
 void echoData(javax.xml.ws.Holder<byte[]> data)
           
 

Method Detail

detail

@RequestWrapper(localName="Detail",
                targetNamespace="http://apache.org/camel/cxf/mtom_feature/types",
                className="org.apache.camel.cxf.mtom_feature.types.DetailType")
@ResponseWrapper(localName="DetailResponse",
                 targetNamespace="http://apache.org/camel/cxf/mtom_feature/types",
                 className="org.apache.camel.cxf.mtom_feature.types.DetailType")
void detail(javax.xml.ws.Holder<byte[]> photo,
                                           javax.xml.ws.Holder<Image> image)

echoData

void echoData(javax.xml.ws.Holder<byte[]> data)


Apache CAMEL