Class EjbInvocationPersister
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister<E>
-
- net.n2oapp.framework.config.persister.invocation.N2oInvocationPersister<T>
-
- net.n2oapp.framework.config.persister.invocation.N2oJavaInvocationPersister<EjbInvocation>
-
- net.n2oapp.framework.config.persister.invocation.EjbInvocationPersister
-
- All Implemented Interfaces:
ElementClassAware<EjbInvocation>,ElementNameAware,NamespaceUriAware,PersisterFactoryAware<EjbInvocation,NamespacePersister<EjbInvocation>>,ElementPersister<EjbInvocation>,NamespacePersister<EjbInvocation>,TypedElementPersister<EjbInvocation>
public class EjbInvocationPersister extends N2oJavaInvocationPersister<EjbInvocation>
Persisting ejb invocation attributes- Since:
- 05.05.2017
- Author:
- igafurov
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister
namespacePrefix, namespaceUri, persisterFactory
-
-
Constructor Summary
Constructors Constructor Description EjbInvocationPersister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<EjbInvocation>getElementClass()org.jdom.Elementpersist(EjbInvocation entity, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.config.persister.invocation.N2oJavaInvocationPersister
getElementName
-
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(EjbInvocation entity, org.jdom.Namespace namespace)
- Specified by:
persistin interfaceElementPersister<EjbInvocation>- Overrides:
persistin classN2oJavaInvocationPersister<EjbInvocation>
-
getElementClass
public Class<EjbInvocation> getElementClass()
- Specified by:
getElementClassin interfaceElementClassAware<EjbInvocation>- Specified by:
getElementClassin interfaceTypedElementPersister<EjbInvocation>- Overrides:
getElementClassin classN2oJavaInvocationPersister<EjbInvocation>
-
-