Class CallableMethod
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
-
- Direct Known Subclasses:
OptionalSessionCallableMethod
public class CallableMethod extends Object
A Callable Method
-
-
Constructor Summary
Constructors Constructor Description CallableMethod(Class<?> pojo, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcall(Object obj, Object... args)StringformatMethodCallError(Object... args)MethodgetMethod()Class<?>[]getParamTypes()Class<?>getPojo()StringtoString()
-