org.apache.cxf.jaxrs.model
Class MethodInvocationInfo
java.lang.Object
org.apache.cxf.jaxrs.model.MethodInvocationInfo
public class MethodInvocationInfo
- extends java.lang.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,
java.lang.Class<?> realClass,
java.util.List<java.lang.String> templateValues)
getMethodInfo
public OperationResourceInfo getMethodInfo()
getRealClass
public java.lang.Class<?> getRealClass()
getTemplateValues
public java.util.List<java.lang.String> getTemplateValues()
Apache CXF