public static interface IlpDeploymentParser.IlpCustomHandler
Interface for handlers of custom elements.
To use custom elements, you need to implement this interface and
specify your implementation class name as the content of the handlerClass
attribute of the <custom>
element.
The implementation has to provide a default constructor, that is, a
constructor with no parameters, as the instance will be created by
a call to newInstance()
on the class.
Custom elements are handled after the other predefined elements have been loaded.
Modifier and Type | Method and Description |
---|---|
void |
handleCustomElement(Element customElement,
IlpDefaultContext context)
Method called to handle a custom element.
|
void handleCustomElement(Element customElement, IlpDefaultContext context)
customElement
- The custom element itself.context
- The context created by the deployment parser.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.