Class InvokeActionReaderV1
- java.lang.Object
-
- net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader<N2oInvokeAction>
-
- net.n2oapp.framework.config.reader.event.InvokeActionReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oInvokeAction>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware,ElementReader<N2oInvokeAction>,NamespaceReader<N2oInvokeAction>,TypedElementReader<N2oInvokeAction>,N2oEventXmlReader<N2oInvokeAction>
@Component public class InvokeActionReaderV1 extends AbstractN2oEventXmlReader<N2oInvokeAction>
User: iryabov Date: 03.07.13 Time: 13:22
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader
readerFactory
-
-
Constructor Summary
Constructors Constructor Description InvokeActionReaderV1()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oInvokeAction>getElementClass()StringgetElementName()static InvokeActionReaderV1getInstance()static N2oInvokeActiongetInvokeEvent(org.jdom.Element fieldSetElement, org.jdom.Namespace namespace)N2oInvokeActionread(org.jdom.Element element)-
Methods inherited from class net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader
getNamespaceUri, setNamespaceUri, setReaderFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
getInstance
public static InvokeActionReaderV1 getInstance()
-
getInvokeEvent
public static N2oInvokeAction getInvokeEvent(org.jdom.Element fieldSetElement, org.jdom.Namespace namespace)
-
read
public N2oInvokeAction read(org.jdom.Element element)
-
getElementClass
public Class<N2oInvokeAction> getElementClass()
-
getElementName
public String getElementName()
-
-