Class Invocation
- java.lang.Object
-
- org.oxerr.vividseats.client.cxf.impl.support.Invocation
-
public final class Invocation extends Object
Encapsulates a method invocation with its arguments.
-
-
Constructor Summary
Constructors Constructor Description Invocation(Method method, Object[] args)Creates a newInvocation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getArgs()Returns a copy of the arguments passed to the method.MethodgetMethod()Returns the method being invoked.StringtoString()
-