Class EbXML30Converters
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.xds.core.converters.EbXML30Converters
Camel type converters for EbXML 3.0.
The version dependent classes from the schema files
The version independent classes
The meta data classes
All of these can be converted into each other with the appropriate factories or constructors.
There are three types of classes for EbXML:
- Author:
- Jens Riemschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStandard Camel converter for the Provide and Register Document Set request.static RemoveDocumentsStandard Camel converter for the Remove Documents request.static RetrieveDocumentSetStandard Camel converter for the Retrieve Document Set request.static RetrievedDocumentSetStandard Camel converter for the Retrieve Document Set response.Standard Camel converter for the Provide and Register Document Set request.static AdhocQueryRequestconvert(QueryRegistry in) Standard Camel converter for the Query Registry request.static SubmitObjectsRequestStandard Camel converter for the Register Document Set request.static RemoveDocumentsRequestTypeStandard Camel converter for the Remove Documents request.static RemoveObjectsRequestStandard Camel converter for the Remove Objects request.Standard Camel converter for the Retrieve Document Set request.Standard Camel converter for the Retrieve Imaging Document Set request.static AdhocQueryResponseconvert(QueryResponse in) Standard Camel converter for the Query response.static RegistryResponseTypeStandard Camel converter for the Registry response.Standard Camel converter for the Retrieve Document Set response.static RemoveMetadataStandard Camel converter for the Remove Document Set request.static RegisterDocumentSetStandard Camel converter for the Register Document Set request.static QueryRegistryStandard Camel converter for the Query Registry request.static ResponseStandard Camel converter for the Registry response.static RetrieveImagingDocumentSetStandard Camel converter for the Retrieve Imaging Document Set request.static QueryResponseStandard Camel converter for the Query response.
-
Constructor Details
-
EbXML30Converters
public EbXML30Converters()
-
-
Method Details
-
convert
@Converter public static ProvideAndRegisterDocumentSetRequestType convert(ProvideAndRegisterDocumentSet in) Standard Camel converter for the Provide and Register Document Set request.- Parameters:
in- a version independent request object.- Returns:
- an ebXML 3.0 object.
-
convert
@Converter public static ProvideAndRegisterDocumentSet convert(ProvideAndRegisterDocumentSetRequestType in) Standard Camel converter for the Provide and Register Document Set request.- Parameters:
in- an ebXML 3.0 object.- Returns:
- a version independent request object.
-
convert
Standard Camel converter for the Register Document Set request.- Parameters:
in- a version independent request object.- Returns:
- an ebXML 3.0 object.
-
convert
Standard Camel converter for the Register Document Set request.- Parameters:
in- an ebXML 3.0 object.- Returns:
- a version independent request object.
-
convert
Standard Camel converter for the Registry response.- Parameters:
in- a version independent response object.- Returns:
- an ebXML 3.0 object.
-
convert
Standard Camel converter for the Registry response.- Parameters:
in- an ebXML 3.0 object.- Returns:
- a version independent response object.
-
convert
Standard Camel converter for the Query Registry request.- Parameters:
in- a version independent request object.- Returns:
- an ebXML 3.0 object.
-
convert
Standard Camel converter for the Query Registry request.- Parameters:
in- an ebXML 3.0 object.- Returns:
- a version independent request object.
-
convert
Standard Camel converter for the Query response.- Parameters:
in- a version independent response object.- Returns:
- an ebXML 3.0 object.
-
convertToQueryResponse
Standard Camel converter for the Query response.- Parameters:
in- an ebXML 3.0 object.- Returns:
- a version independent response object.
-
convert
Standard Camel converter for the Retrieve Document Set request.- Parameters:
in- a version independent request object.- Returns:
- an ebXML 3.0 object.
-
convert
Standard Camel converter for the Retrieve Document Set request.- Parameters:
in- an ebXML 3.0 object.- Returns:
- a version independent request object.
-
convert
Standard Camel converter for the Remove Documents request.- Parameters:
in- a version independent request object.- Returns:
- an ebXML 3.0 object.
-
convert
Standard Camel converter for the Remove Documents request.- Parameters:
in- an ebXML 3.0 object.- Returns:
- a version independent request object.
-
convert
Standard Camel converter for the Retrieve Document Set response.- Parameters:
in- a version independent response object.- Returns:
- an ebXML 3.0 object.
-
convert
Standard Camel converter for the Retrieve Document Set response.- Parameters:
in- an ebXML 3.0 object.- Returns:
- a version independent response object.
-
convert
@Converter public static RetrieveImagingDocumentSetRequestType convert(RetrieveImagingDocumentSet in) Standard Camel converter for the Retrieve Imaging Document Set request.- Parameters:
in- A version independent request object- Returns:
- an ebXML 3.0 object.
-
convert
@Converter public static RetrieveImagingDocumentSet convert(RetrieveImagingDocumentSetRequestType in) Standard Camel converter for the Retrieve Imaging Document Set request.- Parameters:
in- An ebXML 3.0 object.- Returns:
- a version independent request object.
-
convert
Standard Camel converter for the Remove Objects request.- Parameters:
in- A version independent request object- Returns:
- an ebXML 3.0 object.
-
convert
Standard Camel converter for the Remove Document Set request.- Parameters:
in- An ebXML 3.0 object.- Returns:
- a version independent request object.
-