Class DocumentDelegateService

  • All Implemented Interfaces:
    com.lexmark.saperion.document.DocumentService

    public class DocumentDelegateService
    extends AbstractDocumentDelegateService
    implements com.lexmark.saperion.document.DocumentService
    This DocumentService simply delegates to another instance.
    Author:
    jschwarz
    • Constructor Detail

      • DocumentDelegateService

        public DocumentDelegateService​(com.lexmark.saperion.document.DocumentService delegate)
    • Method Detail

      • getDelegate

        protected com.lexmark.saperion.document.DocumentService getDelegate()
        Specified by:
        getDelegate in class AbstractDelegateService<com.lexmark.saperion.document.DocumentService>