java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
org.frankframework.management.bus.endpoints.FileViewer
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@BusAware("frank-management-bus") @TopicSelector(FILE_VIEWER) public class FileViewer extends BusEndpointBase
  • Field Details

    • permissionRules

      public static final String permissionRules
  • Constructor Details

    • FileViewer

      public FileViewer()
  • Method Details

    • getFileContent

      @ActionSelector(GET) @RolesAllowed({"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) public org.springframework.messaging.Message<?> getFileContent(org.springframework.messaging.Message<?> message)