Interface ServiceExecutionAspect.MethodInvocation

Enclosing interface:
ServiceExecutionAspect

public static interface ServiceExecutionAspect.MethodInvocation
A wrapper for method invocation. Allows to execute the actual method invocation. Similar to reflection based method invocation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the underlying method of this invocation
    invoke(Object service, Object... args)
    Invokes this execution on the specified service using the supplied arguments.