Class N2oRestInvocationPersister
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister<E>
-
- net.n2oapp.framework.config.persister.invocation.N2oInvocationPersister<N2oRestInvocation>
-
- net.n2oapp.framework.config.persister.invocation.N2oRestInvocationPersister
-
- All Implemented Interfaces:
ElementClassAware<N2oRestInvocation>,ElementNameAware,NamespaceUriAware,PersisterFactoryAware<N2oRestInvocation,NamespacePersister<N2oRestInvocation>>,ElementPersister<N2oRestInvocation>,NamespacePersister<N2oRestInvocation>,TypedElementPersister<N2oRestInvocation>
@Component public class N2oRestInvocationPersister extends N2oInvocationPersister<N2oRestInvocation>
User: operhod Date: 20.01.14 Time: 13:06
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister
namespacePrefix, namespaceUri, persisterFactory
-
-
Constructor Summary
Constructors Constructor Description N2oRestInvocationPersister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oRestInvocation>getElementClass()StringgetElementName()org.jdom.Elementpersist(N2oRestInvocation entity, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.config.persister.invocation.N2oInvocationPersister
getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
Methods inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister
setPersisterFactory
-
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
-
-
-
-
Method Detail
-
persist
public org.jdom.Element persist(N2oRestInvocation entity, org.jdom.Namespace namespace)
-
getElementClass
public Class<N2oRestInvocation> getElementClass()
-
getElementName
public String getElementName()
-
-