org.apache.camel.cxf.multipart.MultiPartInvoke Maven / Gradle / Ivy
package org.apache.camel.cxf.multipart;
import javax.annotation.Generated;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 2.6.8
* 2013-06-23T00:23:29.661+02:00
* Generated source version: 2.6.8
*
*/
@WebService(targetNamespace = "http://camel.apache.org/cxf/multipart", name = "MultiPartInvoke")
@XmlSeeAlso({org.apache.camel.cxf.multipart.types.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2013-06-23T00:23:29.661+02:00", comments = "Apache CXF 2.6.8")
public interface MultiPartInvoke {
@WebMethod(action = "http://camel.apache.org/cxf/multipart/input")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2013-06-23T00:23:29.661+02:00")
public void foo(
@WebParam(partName = "in", name = "inE", targetNamespace = "http://camel.apache.org/cxf/multipart/types", header = true)
org.apache.camel.cxf.multipart.types.InE in,
@WebParam(partName = "in1", name = "inE", targetNamespace = "http://camel.apache.org/cxf/multipart/types")
org.apache.camel.cxf.multipart.types.InE in1,
@WebParam(partName = "out", mode = WebParam.Mode.OUT, name = "inE", targetNamespace = "http://camel.apache.org/cxf/multipart/types", header = true)
javax.xml.ws.Holder out,
@WebParam(partName = "out1", mode = WebParam.Mode.OUT, name = "inE", targetNamespace = "http://camel.apache.org/cxf/multipart/types")
javax.xml.ws.Holder out1
);
}