| Package | Description |
|---|---|
| org.apache.directory.api.dsmlv2 | |
| org.apache.directory.api.dsmlv2.actions | |
| org.apache.directory.api.dsmlv2.response |
| Modifier and Type | Field and Description |
|---|---|
private Dsmlv2Container |
Dsmlv2Parser.container
The associated DSMLv2 container
|
private Dsmlv2Container |
Dsmlv2ResponseParser.container
The associated DSMLv2 container
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.action(Dsmlv2Container container)
The action to be executed.
|
void |
AbstractGrammar.executeAction(Dsmlv2Container container)
This method, when called, executes an action on the current data stored in
the container.
|
void |
Grammar.executeAction(Dsmlv2Container container)
This method, when called, executes an action on the current data stored in
the container.
|
static boolean |
ParserUtils.isRequestIdNeeded(Dsmlv2Container container)
Indicates if a request ID is needed.
|
private static void |
Dsmlv2Parser.processTag(Dsmlv2Container container,
int tagType)
Processes the task required in the grammar to the given tag type
|
private void |
AbstractGrammar.processTag(Dsmlv2Container container,
int tagType)
Processes the task required in the grammar to the given tag type
|
private static void |
Dsmlv2ResponseParser.processTag(Dsmlv2Container container,
int tagType)
Processes the task required in the grammar to the given tag type
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadSoapHeader.action(Dsmlv2Container container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
Dsmlv2ResponseGrammar.createAndAddControl(Dsmlv2Container container,
AbstractDsmlMessageDecorator<? extends Message> parent)
Creates a Control parsing the current node and adds it to the given parent
|
private void |
Dsmlv2ResponseGrammar.createAndAddControlValue(Dsmlv2Container container,
AbstractDsmlMessageDecorator<? extends Message> parent)
Creates a Control Value parsing the current node and adds it to the given parent
|