org.apache.directory.api.dsmlv2
Interface Action
- All Known Implementing Classes:
- GrammarAction
public interface Action
IAction interface just contains the method 'action' which must be implemented
in all the implementation classes.
- Author:
- Apache Directory Project
action
void action(Dsmlv2Container container)
throws org.xmlpull.v1.XmlPullParserException
- The action to be executed.
- Parameters:
container - the container which stores the current data
- Throws:
org.xmlpull.v1.XmlPullParserException - thrown if something went wrong.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.