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

riv.clinicalprocess.healthcond.description.getcaredocumentation._2.rivtabp21.GetCareDocumentationResponderInterface Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package riv.clinicalprocess.healthcond.description.getcaredocumentation._2.rivtabp21;

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 3.0.1
 * 2015-08-19T10:24:10.491+02:00
 * Generated source version: 3.0.1
 * 
 */
@WebService(targetNamespace = "urn:riv:clinicalprocess:healthcond:description:GetCareDocumentation:2:rivtabp21", name = "GetCareDocumentationResponderInterface")
@XmlSeeAlso({riv.clinicalprocess.healthcond.description._2.ObjectFactory.class, riv.clinicalprocess.healthcond.description.enums._2.ObjectFactory.class, riv.itintegration.registry._1.ObjectFactory.class, riv.clinicalprocess.healthcond.description.getcaredocumentationresponder._2.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface GetCareDocumentationResponderInterface {

    @WebResult(name = "GetCareDocumentationResponse", targetNamespace = "urn:riv:clinicalprocess:healthcond:description:GetCareDocumentationResponder:2", partName = "parameters")
    @WebMethod(operationName = "GetCareDocumentation", action = "urn:riv:clinicalprocess:healthcond:description:GetCareDocumentationResponder:2:GetCareDocumentation")
    public riv.clinicalprocess.healthcond.description.getcaredocumentationresponder._2.GetCareDocumentationResponseType getCareDocumentation(
        @WebParam(partName = "LogicalAddress", name = "LogicalAddress", targetNamespace = "urn:riv:itintegration:registry:1", header = true)
        java.lang.String logicalAddress,
        @WebParam(partName = "parameters", name = "GetCareDocumentation", targetNamespace = "urn:riv:clinicalprocess:healthcond:description:GetCareDocumentationResponder:2")
        riv.clinicalprocess.healthcond.description.getcaredocumentationresponder._2.GetCareDocumentationType parameters
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy