Class SpringInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.java.JavaInvocation
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.java.SpringInvocation
-
- All Implemented Interfaces:
java.io.Serializable,NamespaceUriAware,N2oArgumentsInvocation,N2oInvocation
public class SpringInvocation extends JavaInvocation
Параметры для вызова методов spring бинов- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpringInvocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBeanId()voidsetBeanId(java.lang.String beanId)-
Methods inherited from class net.n2oapp.framework.api.metadata.global.dao.invocation.java.JavaInvocation
getArguments, getClassName, getMethodName, getNamespaceUri, setArguments, setClassName, setMethodName, setNamespaceUri
-
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.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-