| Interface | Description |
|---|---|
| BlueprintParser |
| Class | Description |
|---|---|
| BlueprintElementParser |
Base class for auto-generated blueprint parsers for
MCElements. |
| BlueprintNamespaceParser |
Base class for auto-generated blueprint parsers for
MCMains (=XML namespaces). |
| BlueprintSimulatedSpringApplicationContext |
Partial implementation of
ApplicationContext to support the methods
called by membrane-core in a blueprint-based deployment. |
| BlueprintSpringInterfaceHelper |
Helper class for simulating the Spring context startup order:
Call constructor
Set properties (possibly child beans, themselves fully initialized)
call
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext),
if the bean implements ApplicationContextAware
call Lifecycle.start(), if the bean implements Lifecycle.
To avoid calling ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
on a bean A before all other properties have been set on it (step 2), an instance B of this class is created. |
Copyright © 2021. All Rights Reserved.