This interface defines an extension mechanism for JDeveloper's
embedded server. There are two ways to provide an extension to
the embedded server:
If multiple extensions match for a given Node, the invocation order
is:
- the Node itself, if it implements EmbeddedServerExtension
- any other extensions in registration order
The only method in this interface is one that creates an
instance of
EmbeddedServerCallback
. All the behavioral
changes for the embedded server are to be implemented in the
callback class.