Package org.apache.directory.api.dsmlv2
Interface Action
-
- All Known Implementing Classes:
GrammarAction,ReadSoapHeader
public interface ActionIAction interface just contains the method 'action' which must be implemented in all the implementation classes.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaction(Dsmlv2Container container)The action to be executed.
-
-
-
Method Detail
-
action
void action(Dsmlv2Container container) throws XmlPullParserException
The action to be executed.- Parameters:
container- the container which stores the current data- Throws:
XmlPullParserException- thrown if something went wrong.
-
-