Interface Document
-
- All Known Subinterfaces:
RestDocument,SoapDocument
- All Known Implementing Classes:
AbstractDocument,RestWebServiceDocument,SoapWebServiceDocument
public interface DocumentA class implementingDocumentrepresents a document, as it is processed/created by aWebServiceor uploaded to the webPDF server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable URIgetSource()Returns theURIof the document.booleanisFileSource()Returnstrue, if theURIof the document points to a file.
-