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

org.apache.camel.non_wrapper.Person Maven / Gradle / Ivy

There is a newer version: 3.17.0
Show newest version
package org.apache.camel.non_wrapper;

import javax.annotation.Generated;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;

/**
 * This class was generated by Apache CXF 2.5.9
 * 2013-04-24T20:48:08.409+02:00
 * Generated source version: 2.5.9
 * 
 */
@WebService(targetNamespace = "http://camel.apache.org/non-wrapper", name = "Person")
@XmlSeeAlso({org.apache.camel.non_wrapper.types.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2013-04-24T20:48:08.409+02:00", comments = "Apache CXF 2.5.9")
public interface Person {

    @WebResult(name = "GetPersonResponse", targetNamespace = "http://camel.apache.org/non-wrapper/types", partName = "payload")
    @WebMethod(operationName = "GetPerson")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2013-04-24T20:48:08.409+02:00")
    public org.apache.camel.non_wrapper.types.GetPersonResponse getPerson(
        @WebParam(partName = "payload", name = "GetPerson", targetNamespace = "http://camel.apache.org/non-wrapper/types")
        org.apache.camel.non_wrapper.types.GetPerson payload
    ) throws UnknownPersonFault;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy