Apache CXF API

org.apache.cxf.jaxrs.model
Class MethodInvocationInfo

java.lang.Object
  extended by 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


Constructor Summary
MethodInvocationInfo(OperationResourceInfo ori, Class<?> realClass, List<String> templateValues)
           
 
Method Summary
 OperationResourceInfo getMethodInfo()
           
 Class<?> getRealClass()
           
 List<String> getTemplateValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvocationInfo

public MethodInvocationInfo(OperationResourceInfo ori,
                            Class<?> realClass,
                            List<String> templateValues)
Method Detail

getMethodInfo

public OperationResourceInfo getMethodInfo()

getRealClass

public Class<?> getRealClass()

getTemplateValues

public List<String> getTemplateValues()

Apache CXF API

Apache CXF