Class DocumentDelegateService

java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.document.DocumentService>
com.lexmark.saperion.delegate.AbstractDocumentDelegateService
com.lexmark.saperion.delegate.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 Details

    • DocumentDelegateService

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

    • getDelegate

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