Package org.apache.cxf.jaxrs.model
Class MethodInvocationInfo
- java.lang.Object
-
- org.apache.cxf.jaxrs.model.MethodInvocationInfo
-
public class MethodInvocationInfo extends Object
A triple ofOperationResourceInforepresenting a resource method being invoked, actualClassof the object this method is invoked upon, and a list of template variable values matched during the selection of this method
-
-
Constructor Summary
Constructors Constructor Description MethodInvocationInfo(OperationResourceInfo ori, Class<?> realClass, List<String> templateValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationResourceInfogetMethodInfo()Class<?>getRealClass()List<String>getTemplateValues()
-
-
-
Constructor Detail
-
MethodInvocationInfo
public MethodInvocationInfo(OperationResourceInfo ori, Class<?> realClass, List<String> templateValues)
-
-
Method Detail
-
getMethodInfo
public OperationResourceInfo getMethodInfo()
-
getRealClass
public Class<?> getRealClass()
-
-