Class RestInvocationReaderV2
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<T>
-
- net.n2oapp.framework.config.reader.invocation.AbstractInvocationReaderV2<N2oRestInvocation>
-
- net.n2oapp.framework.config.reader.invocation.RestInvocationReaderV2
-
- All Implemented Interfaces:
ElementClassAware<N2oRestInvocation>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oRestInvocation,NamespaceReader<N2oRestInvocation>>,ElementReader<N2oRestInvocation>,NamespaceReader<N2oRestInvocation>,TypedElementReader<N2oRestInvocation>
@Component public class RestInvocationReaderV2 extends AbstractInvocationReaderV2<N2oRestInvocation>
User: operhod Date: 20.01.14 Time: 13:04
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description RestInvocationReaderV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oRestInvocation>getElementClass()StringgetElementName()N2oRestInvocationread(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 N2oRestInvocation read(org.jdom.Element element, org.jdom.Namespace namespace)
- Specified by:
readin classAbstractFactoredReader<N2oRestInvocation>
-
getElementClass
public Class<N2oRestInvocation> getElementClass()
-
getElementName
public String getElementName()
-
-