riv.clinicalprocess.healthcond.actoutcome.getreferraloutcome._3.rivtabp21.GetReferralOutcomeResponderInterface Maven / Gradle / Ivy
package riv.clinicalprocess.healthcond.actoutcome.getreferraloutcome._3.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:16.043+02:00
* Generated source version: 3.0.1
*
*/
@WebService(targetNamespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetReferralOutcome:3:rivtabp21", name = "GetReferralOutcomeResponderInterface")
@XmlSeeAlso({riv.clinicalprocess.healthcond.actoutcome.getreferraloutcomeresponder._3.ObjectFactory.class, riv.clinicalprocess.healthcond.actoutcome.enums._3.ObjectFactory.class, riv.clinicalprocess.healthcond.actoutcome._3.ObjectFactory.class, riv.itintegration.registry._1.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface GetReferralOutcomeResponderInterface {
@WebResult(name = "GetReferralOutcomeResponse", targetNamespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetReferralOutcomeResponder:3", partName = "parameters")
@WebMethod(operationName = "GetReferralOutcome", action = "urn:riv:clinicalprocess:healthcond:actoutcome:GetReferralOutcomeResponder:3:GetReferralOutcome")
public riv.clinicalprocess.healthcond.actoutcome.getreferraloutcomeresponder._3.GetReferralOutcomeResponseType getReferralOutcome(
@WebParam(partName = "LogicalAddress", name = "LogicalAddress", targetNamespace = "urn:riv:itintegration:registry:1", header = true)
java.lang.String logicalAddress,
@WebParam(partName = "parameters", name = "GetReferralOutcome", targetNamespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetReferralOutcomeResponder:3")
riv.clinicalprocess.healthcond.actoutcome.getreferraloutcomeresponder._3.GetReferralOutcomeType parameters
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy