All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.cxf.mtom_feature.Hello Maven / Gradle / Ivy

package org.apache.camel.cxf.mtom_feature;

import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebParam.Mode;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.ParameterStyle;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;

/**
 * This class was generated by Apache CXF 2.2
 * Thu May 14 08:14:44 EDT 2009
 * Generated source version: 2.2
 * 
 */
 
@WebService(targetNamespace = "http://apache.org/camel/cxf/mtom_feature", name = "Hello")
@XmlSeeAlso({org.apache.camel.cxf.mtom_feature.types.ObjectFactory.class})
public interface Hello {

    @ResponseWrapper(localName = "DetailResponse", targetNamespace = "http://apache.org/camel/cxf/mtom_feature/types", className = "org.apache.camel.cxf.mtom_feature.types.DetailType")
    @RequestWrapper(localName = "Detail", targetNamespace = "http://apache.org/camel/cxf/mtom_feature/types", className = "org.apache.camel.cxf.mtom_feature.types.DetailType")
    @WebMethod(operationName = "Detail")
    public void detail(
        @WebParam(mode = WebParam.Mode.INOUT, name = "photo", targetNamespace = "http://apache.org/camel/cxf/mtom_feature/types")
        javax.xml.ws.Holder photo,
        @WebParam(mode = WebParam.Mode.INOUT, name = "image", targetNamespace = "http://apache.org/camel/cxf/mtom_feature/types")
        javax.xml.ws.Holder image
    );

    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
    @WebMethod
    public void echoData(
        @WebParam(partName = "data", mode = WebParam.Mode.INOUT, name = "data", targetNamespace = "http://apache.org/camel/cxf/mtom_feature/types")
        javax.xml.ws.Holder data
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy