Class ChPpq1Service
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.xacml20.chppq1.ChPpq1Service
- All Implemented Interfaces:
ChPpq1PortType
- Since:
- 3.5.1
- Author:
- Dmytro Rud
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPolicy
(AddPolicyRequest request) deletePolicy
(DeletePolicyRequest request) updatePolicy
(UpdatePolicyRequest request) Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
ChPpq1Service
public ChPpq1Service()
-
-
Method Details
-
addPolicy
- Specified by:
addPolicy
in interfaceChPpq1PortType
-
updatePolicy
public EprPolicyRepositoryResponse updatePolicy(UpdatePolicyRequest request) throws UnknownPolicySetIdFaultMessage - Specified by:
updatePolicy
in interfaceChPpq1PortType
- Throws:
UnknownPolicySetIdFaultMessage
-
deletePolicy
public EprPolicyRepositoryResponse deletePolicy(DeletePolicyRequest request) throws UnknownPolicySetIdFaultMessage - Specified by:
deletePolicy
in interfaceChPpq1PortType
- Throws:
UnknownPolicySetIdFaultMessage
-