Class ReadSoapHeader
- java.lang.Object
-
- org.apache.directory.api.dsmlv2.GrammarAction
-
- org.apache.directory.api.dsmlv2.actions.ReadSoapHeader
-
- All Implemented Interfaces:
Action
public class ReadSoapHeader extends GrammarAction
The action used to read the SOAP Header- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description ReadSoapHeader()Instantiates the action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(Dsmlv2Container container)The action to be executed.-
Methods inherited from class org.apache.directory.api.dsmlv2.GrammarAction
toString
-
-
-
-
Method Detail
-
action
public 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.
-
-