Launch Interceptor

Identifier:
com.sodius.mdw.server.launchInterceptor

Description:
Enables to contribute launch interceptors, that listen launches at various steps of their executions.

Configuration Markup:

<!ELEMENT extension (launchInterceptor*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT launchInterceptor EMPTY>

<!ATTLIST launchInterceptor

id    CDATA #REQUIRED

class CDATA #REQUIRED>

Listens a launch at various steps of its execution.