Interface | Description |
---|---|
ConfigurableLifecycle |
Interface for Spring beans that require their Lifecycle to be managed by Spring.
|
DynamicRegistration |
Interface to use in combination with the
IbisInitializer annotation. |
DynamicRegistration.Servlet | |
DynamicRegistration.ServletWithParameters | |
LazyLoadingEventListener<T extends org.springframework.context.ApplicationEvent> |
During the ApplicationContext refresh Spring will try and automatically create and register all EventListeners
EventListeners which implement this interface will be exempt from this behaviour but in turn will need to be
registered manually in the required org.springframework.context.ConfigurableApplicationContext.
|
Class | Description |
---|---|
ApplicationMessageEvent | |
ConfigurableLifecyleBase | |
ConfiguringLifecycleProcessor | |
CustomPropertySourcePostProcessor |
Property Configurer that add's additional properties to the Spring environment through a custom property-source
Implements BeanFactoryPostProcessor so it's executed before other beans are created.
|
Gateway<T> |
A Spring Integration Gateway in it's most simplistic form.
|
IbisApplicationContext |
Creates and maintains the (Spring) Application Context.
|
IbisApplicationInitializer |
Starts a Spring Context before all Servlets are initialized.
|
IbisApplicationServlet |
Start the Framework with a servlet so `application startup order` can be used.
|
MessageEventListener | |
NamespaceUriProviderBean |
This bean creates an (CXF) endpoint with the /rpcrouter mapping for older SOAP based requests.
|
ServletManager |
Enables the use of programmatically adding servlets to the given ServletContext.
Run during the ApplicationServers contextInitialized phase, before starting servlets. |
ShowLogDirectory |
Logging should work even when the application failed to start which is why it's not wired through the
MessageDispatcher . |
VerifyServerSecurityBean | |
WebContentServlet |
This servlet allows the use of WebContent served from
Configurations . |
Enum | Description |
---|---|
ConfigurableLifecycle.BootState |
Calling configure() should set the state to STARTING,
calling start() should set the state to STARTED
|
IbisApplicationContext.BootState | |
SpringContextScope |
Annotation Type | Description |
---|---|
IbisInitializer |
Copyright © 2023 Frank!Framework. All rights reserved.