Class SessionXmlRpcWrapper
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.ExceptionCollectorWrapper
-
- jetbrains.buildServer.serverSide.impl.SessionXmlRpcWrapper
-
- All Implemented Interfaces:
org.apache.xmlrpc.XmlRpcHandler
public class SessionXmlRpcWrapper extends ExceptionCollectorWrapper
- Author:
- Pavel.Sher Date: 18.01.2007
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.serverSide.impl.ExceptionCollectorWrapper
ExceptionCollectorWrapper.NoAuth
-
-
Constructor Summary
Constructors Constructor Description SessionXmlRpcWrapper(Object target, BuildServerEx server, XmlRpcSessionHolder xmlRpcSessionHolder, XmlRpcDispatcher xmlRpcDispatcher, ServerLoginModel serverLoginModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(String method, Vector params)
main method, sucht methode in object, wenn gefunden dann aufrufen.-
Methods inherited from class jetbrains.buildServer.serverSide.impl.ExceptionCollectorWrapper
getTargetClass, isCallAllowedWithoutAuth
-
-
-
-
Constructor Detail
-
SessionXmlRpcWrapper
public SessionXmlRpcWrapper(@NotNull Object target, @NotNull BuildServerEx server, @NotNull XmlRpcSessionHolder xmlRpcSessionHolder, @NotNull XmlRpcDispatcher xmlRpcDispatcher, @NotNull ServerLoginModel serverLoginModel)
-
-
Method Detail
-
execute
public Object execute(String method, Vector params) throws Exception
Description copied from class:ExceptionCollectorWrapper
main method, sucht methode in object, wenn gefunden dann aufrufen.- Specified by:
execute
in interfaceorg.apache.xmlrpc.XmlRpcHandler
- Overrides:
execute
in classExceptionCollectorWrapper
- Throws:
Exception
-
-