Class PdfSerializer
java.lang.Object
cz.metacentrum.perun.rpc.serializer.PdfSerializer
- All Implemented Interfaces:
Serializer
Implementation of
Serializer
that returns PDF files.- Author:
- Vojtech Sassmann invalid input: '<'vojtech.sassmann@gmail.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
SerializesPerunException
.void
SerializesPerunRuntimeException
.
-
Constructor Details
-
PdfSerializer
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in interfaceSerializer
- Returns:
- Content-type of this serializer's output format and its encoding.
-
write
- Specified by:
write
in interfaceSerializer
- Throws:
IOException
-
writePerunException
Description copied from interface:Serializer
SerializesPerunException
.- Specified by:
writePerunException
in interfaceSerializer
- Parameters:
pex
-PerunException
to serialize- Throws:
IOException
- If an IO error occurs
-
writePerunRuntimeException
Description copied from interface:Serializer
SerializesPerunRuntimeException
.- Specified by:
writePerunRuntimeException
in interfaceSerializer
- Parameters:
prex
-PerunRuntimeException
to serialize- Throws:
IOException
- If an IO error occurs
-