Class RemoveDocumentsRequestTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.RemoveDocumentsRequestTransformer
Transforms between a
EbXMLNonconstructiveDocumentSetRequest and its ebXML representation.- Author:
- Jens Riemschneider
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the transformer -
Method Summary
Modifier and TypeMethodDescriptionTransforms the ebXML representation into a request.toEbXML(RemoveDocuments request) Transforms the request into its ebXML representation.
-
Constructor Details
-
RemoveDocumentsRequestTransformer
Constructs the transformer- Parameters:
factory- factory for version independent ebXML objects.
-
-
Method Details
-
toEbXML
public EbXMLNonconstructiveDocumentSetRequest<RemoveDocumentsRequestType> toEbXML(RemoveDocuments request) Transforms the request into its ebXML representation.- Parameters:
request- the request. Can benull.- Returns:
- the ebXML representation.
nullif the input wasnull.
-
fromEbXML
public RemoveDocuments fromEbXML(EbXMLNonconstructiveDocumentSetRequest<RemoveDocumentsRequestType> ebXML) Transforms the ebXML representation into a request.- Parameters:
ebXML- the ebXML representation. Can benull.- Returns:
- the request.
nullif the input wasnull.
-