Interface XmlRpcSessionHolder
-
- All Known Implementing Classes:
XmlRpcSessionManager
public interface XmlRpcSessionHolder
- Since:
- 5.0
- Author:
- Eugene Petrenko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlRpcSession
getSession()
-
-
-
Method Detail
-
getSession
@NotNull XmlRpcSession getSession() throws XmlRpcNoSessionException
- Returns:
- session object associated with current xml-rpc request
- Throws:
XmlRpcNoSessionException
- if method was called not from xml-rpc request processing stack
-
-