Class Pcc1ContinuationAwareService
- 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.Hl7v3ContinuationAwareWebService
-
- org.openehealth.ipf.platform.camel.ihe.hl7v3.pcc1.Pcc1ContinuationAwareService
-
- All Implemented Interfaces:
GroovyObject
,Hl7v3ContinuationsPortType
,Pcc1PortType
public class Pcc1ContinuationAwareService extends Hl7v3ContinuationAwareWebService implements Pcc1PortType
Continuation-Aware service implementation for the IHE PCC-1 transaction (QED).- Author:
- Dmytro Rud
-
-
Constructor Summary
Constructors Constructor Description Pcc1ContinuationAwareService(Hl7v3ContinuationAwareEndpoint endpoint)
-
Method Summary
-
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.hl7v3.Hl7v3ContinuationAwareWebService
cancel, cancel0, continuation, continuation0, getMetaClass, operation, operation0, process0, setMetaClass
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Methods inherited from interface org.openehealth.ipf.commons.ihe.hl7v3.pcc1.Pcc1PortType
cancel, continuation, operation
-
-
-
-
Constructor Detail
-
Pcc1ContinuationAwareService
public Pcc1ContinuationAwareService(Hl7v3ContinuationAwareEndpoint endpoint)
-
-