org.apache.cxf.jaxrs.model
Class MethodInvocationInfo
java.lang.Object
org.apache.cxf.jaxrs.model.MethodInvocationInfo
public class MethodInvocationInfo
- extends Object
A triple of 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 method
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInvocationInfo
public MethodInvocationInfo(OperationResourceInfo ori,
Class<?> realClass,
List<String> templateValues)
getMethodInfo
public OperationResourceInfo getMethodInfo()
getRealClass
public Class<?> getRealClass()
getTemplateValues
public List<String> getTemplateValues()
Apache CXF