Class BusEndpointBase

java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
AdapterStatistics, AdapterStatus, BrowseJdbcTable, BrowseMessageBrowsers, BrowseQueue, ConfigFlow, ConfigManagement, ConnectionOverview, CreateScheduledJob, DatabaseMigrator, DebugInformation, EnvironmentVariables, ExecuteJdbcQuery, FileViewer, GetSchedules, HandleIbisManagerAction, HealthCheck, IbisstoreSummary, InlineStorage, ManageScheduler, Monitoring, SecurityItems, SendJmsMessage, ServerStatistics, ServiceListener, TestPipeline, UpdateLogSettings, WebServices

public class BusEndpointBase extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
  • Field Details

    • log

      protected org.apache.logging.log4j.Logger log
  • Constructor Details

    • BusEndpointBase

      public BusEndpointBase()
  • Method Details

    • setApplicationContext

      public final void setApplicationContext(org.springframework.context.ApplicationContext ac)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
    • getApplicationContext

      protected final org.springframework.context.ApplicationContext getApplicationContext()
    • getIbisManager

      protected final IbisManager getIbisManager()
    • createBean

      protected final <T> T createBean(Class<T> beanClass)
    • getBean

      protected final <T> T getBean(String beanName, Class<T> beanClass)
    • afterPropertiesSet

      public final void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • doAfterPropertiesSet

      protected void doAfterPropertiesSet()
    • log2SecurityLog

      protected final void log2SecurityLog(String message, String issuedBy)
    • getMediaTypeFromName

      @Nonnull protected org.springframework.util.MimeType getMediaTypeFromName(String name)
    • getConfigurationByName

      @Nonnull protected Configuration getConfigurationByName(String configurationName)
    • getAdapterByName

      @Nonnull protected Adapter getAdapterByName(String configurationName, String adapterName)
    • getReceiverByName

      @Nonnull protected Receiver<?> getReceiverByName(Adapter adapter, String receiverName)
    • getPipeByName

      @Nonnull protected IPipe getPipeByName(Adapter adapter, String pipeName)