Class AbstractInvocationReaderV2<T extends N2oInvocation>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<T>
-
- net.n2oapp.framework.config.reader.invocation.AbstractInvocationReaderV2<T>
-
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<T,NamespaceReader<T>>,ElementReader<T>,NamespaceReader<T>,TypedElementReader<T>
- Direct Known Subclasses:
JavaInvocationReaderV2,RestInvocationReaderV2,SqlInvocationReaderV2
public abstract class AbstractInvocationReaderV2<T extends N2oInvocation> extends AbstractFactoredReader<T>
Абстрактная реализация считывания invocation
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractInvocationReaderV2()
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
getNamespaceUri, read, 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
getElementClass, newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementName
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-