Class Iti63Service
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.xds.XdsAdhocQueryService
org.openehealth.ipf.platform.camel.ihe.xds.iti63.Iti63Service
- All Implemented Interfaces:
Iti63PortType
Service implementation for the IHE ITI-63 transaction.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPerforms an XCF Cross-Community Fetch query according to the ITI-63 specification.Methods inherited from class org.openehealth.ipf.platform.camel.ihe.xds.XdsAdhocQueryService
processRequest
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
Iti63Service
-
-
Method Details
-
crossGatewayFetch
Description copied from interface:Iti63PortType
Performs an XCF Cross-Community Fetch query according to the ITI-63 specification.- Specified by:
crossGatewayFetch
in interfaceIti63PortType
- Parameters:
body
- the query request.- Returns:
- the query response.
-