public class MethodInvocationInfo extends Object
OperationResourceInfo
representing a resource method being invoked,
actual Class
of the object this method is invoked upon, and a list of template variable values
matched during the selection of this methodConstructor and Description |
---|
MethodInvocationInfo(OperationResourceInfo ori,
Class<?> realClass,
List<String> templateValues) |
Modifier and Type | Method and Description |
---|---|
OperationResourceInfo |
getMethodInfo() |
Class<?> |
getRealClass() |
List<String> |
getTemplateValues() |
public MethodInvocationInfo(OperationResourceInfo ori, Class<?> realClass, List<String> templateValues)
public OperationResourceInfo getMethodInfo()
public Class<?> getRealClass()
Apache CXF