DeploymentStage | Deployer | Description |
PARSE | EsbConfigParser | Is responsible for parsing the .esb configuration and creating an EsbMetaData instance representing the deployment. |
POST_PARSE | EsbWebServiceDeployer | Is responsible for examining the EsbMetaData and generating web service metadata that will be picked up by WS deployers. |
POST_CLASSLOADER | EsbWsdlDeployer | Is responsible for examining the EsbMetaData and generating the wsdl, which requries usage of classloaders, and also adding the wsdl file to an inmemory virtual filesystem. |
POST_CLASSLOADER | EsbDeployer | This is where the actual bean meta data that represents an esb deployment is created, EsbDeployment. |