ilog.cpl.storage
Interface IlpDeploymentParser.IlpCustomHandler

Enclosing class:
IlpDeploymentParser

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 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.


Method Summary
 void handleCustomElement(Element customElement, IlpDefaultContext context)
          Method called to handle a custom element.
 

Method Detail

handleCustomElement

void handleCustomElement(Element customElement,
                         IlpDefaultContext context)
Method called to handle a custom element.

Parameters:
customElement - The custom element itself.
context - The context created by the deployment parser.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.