Class BinaryDataWrapper
- java.lang.Object
-
- org.nuxeo.template.xdocreport.jaxrs.BinaryDataWrapper
-
-
Constructor Summary
Constructors Constructor Description BinaryDataWrapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData
wrap(Blob blob)
static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData
wrap(TemplateSourceDocument template)
static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData
wrapXml(String xml, String fileName)
-
-
-
Method Detail
-
wrap
public static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData wrap(Blob blob) throws IOException
- Throws:
IOException
-
wrap
public static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData wrap(TemplateSourceDocument template) throws IOException
- Throws:
IOException
-
wrapXml
public static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData wrapXml(String xml, String fileName) throws IOException
- Throws:
IOException
-
-