Class Pcc1Service
- java.lang.Object
-
- org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
-
- org.openehealth.ipf.platform.camel.ihe.hl7v3.AbstractHl7v3WebService
-
- org.openehealth.ipf.platform.camel.ihe.hl7v3.pcc1.Pcc1Service
-
- All Implemented Interfaces:
Hl7v3ContinuationsPortType
,Pcc1PortType
public class Pcc1Service extends AbstractHl7v3WebService implements Pcc1PortType
Service implementation for the IHE PCC-1 transaction (QED).- Author:
- Dmytro Rud
-
-
Constructor Summary
Constructors Constructor Description Pcc1Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
cancel(String request)
String
continuation(String request)
String
operation(String request)
-
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.hl7v3.AbstractHl7v3WebService
createNak, createNak, doProcess, finalizeAtnaAuditing, getWsTransactionConfiguration, startAtnaAuditing
-
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
-
-
-
Method Detail
-
operation
public String operation(String request)
- Specified by:
operation
in interfaceHl7v3ContinuationsPortType
- Specified by:
operation
in interfacePcc1PortType
-
continuation
public String continuation(String request)
- Specified by:
continuation
in interfaceHl7v3ContinuationsPortType
- Specified by:
continuation
in interfacePcc1PortType
-
cancel
public String cancel(String request)
- Specified by:
cancel
in interfaceHl7v3ContinuationsPortType
- Specified by:
cancel
in interfacePcc1PortType
-
-