Class N2oRestInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.N2oRestInvocation
-
- All Implemented Interfaces:
java.io.Serializable,NamespaceUriAware,N2oInvocation,N2oMapInvocation
@Deprecated public class N2oRestInvocation extends java.lang.Object implements N2oMapInvocation
Deprecated.Модель вызова rest сервиса- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oRestInvocation()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetDateFormat()Deprecated.RestErrorMappinggetErrorMapping()Deprecated.java.lang.StringgetMethod()Deprecated.java.lang.StringgetNamespaceUri()Deprecated.java.lang.StringgetProxyHost()Deprecated.java.lang.IntegergetProxyPort()Deprecated.java.lang.StringgetQuery()Deprecated.voidsetDateFormat(java.lang.String dateFormat)Deprecated.voidsetErrorMapping(RestErrorMapping errorMapping)Deprecated.voidsetMethod(java.lang.String method)Deprecated.voidsetNamespaceUri(java.lang.String namespaceUri)Deprecated.voidsetProxyHost(java.lang.String proxyHost)Deprecated.voidsetProxyPort(java.lang.Integer proxyPort)Deprecated.voidsetQuery(java.lang.String query)Deprecated.-
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
-
-
-
-
Method Detail
-
getNamespaceUri
public java.lang.String getNamespaceUri()
Deprecated.- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(java.lang.String namespaceUri)
Deprecated.- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getErrorMapping
public RestErrorMapping getErrorMapping()
Deprecated.
-
setErrorMapping
public void setErrorMapping(RestErrorMapping errorMapping)
Deprecated.
-
getProxyHost
public java.lang.String getProxyHost()
Deprecated.
-
setProxyHost
public void setProxyHost(java.lang.String proxyHost)
Deprecated.
-
getProxyPort
public java.lang.Integer getProxyPort()
Deprecated.
-
setProxyPort
public void setProxyPort(java.lang.Integer proxyPort)
Deprecated.
-
getQuery
public java.lang.String getQuery()
Deprecated.
-
setQuery
public void setQuery(java.lang.String query)
Deprecated.
-
getMethod
public java.lang.String getMethod()
Deprecated.
-
setMethod
public void setMethod(java.lang.String method)
Deprecated.
-
setDateFormat
public void setDateFormat(java.lang.String dateFormat)
Deprecated.
-
getDateFormat
public java.lang.String getDateFormat()
Deprecated.
-
-