Class ExceptionCollectorWrapper
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.ExceptionCollectorWrapper
-
- All Implemented Interfaces:
org.apache.xmlrpc.XmlRpcHandler
- Direct Known Subclasses:
SessionXmlRpcWrapper
public class ExceptionCollectorWrapper extends Object implements org.apache.xmlrpc.XmlRpcHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExceptionCollectorWrapper.NoAuth
-
Constructor Summary
Constructors Constructor Description ExceptionCollectorWrapper(Object target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(String methodName, Vector params)main method, sucht methode in object, wenn gefunden dann aufrufen.ClassgetTargetClass()protected booleanisCallAllowedWithoutAuth(String method, Vector params)
-
-
-
Constructor Detail
-
ExceptionCollectorWrapper
public ExceptionCollectorWrapper(Object target)
-
-
Method Detail
-
execute
public Object execute(String methodName, Vector params) throws Exception
main method, sucht methode in object, wenn gefunden dann aufrufen.- Specified by:
executein interfaceorg.apache.xmlrpc.XmlRpcHandler- Throws:
Exception
-
getTargetClass
@NotNull public Class getTargetClass()
-
isCallAllowedWithoutAuth
protected boolean isCallAllowedWithoutAuth(String method, Vector params) throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
-