Class JavaInvocationReaderV2
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<T>
-
- net.n2oapp.framework.config.reader.invocation.AbstractInvocationReaderV2<JavaInvocation>
-
- net.n2oapp.framework.config.reader.invocation.JavaInvocationReaderV2
-
- All Implemented Interfaces:
ElementClassAware<JavaInvocation>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<JavaInvocation,NamespaceReader<JavaInvocation>>,ElementReader<JavaInvocation>,NamespaceReader<JavaInvocation>,TypedElementReader<JavaInvocation>
@Component public class JavaInvocationReaderV2 extends AbstractInvocationReaderV2<JavaInvocation>
Считывает атрибуты действий согласно n2o-invocations-2.0.xsd
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJavaInvocationReaderV2.ArgumentElementReaderСчитывает атрибуты аргументов
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description JavaInvocationReaderV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<JavaInvocation>getElementClass()StringgetElementName()JavaInvocationread(org.jdom.Element element, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
getNamespaceUri, read, 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
-
read
public JavaInvocation read(org.jdom.Element element, org.jdom.Namespace namespace)
- Specified by:
readin classAbstractFactoredReader<JavaInvocation>
-
getElementClass
public Class<JavaInvocation> getElementClass()
-
getElementName
public String getElementName()
-
-