org.apache.cxf.jaxrs.model
Class MethodDispatcher

java.lang.Object
  extended by org.apache.cxf.jaxrs.model.MethodDispatcher

public class MethodDispatcher
extends java.lang.Object


Constructor Summary
MethodDispatcher()
           
 
Method Summary
 void bind(OperationResourceInfo o, java.lang.reflect.Method... methods)
           
 java.lang.reflect.Method getMethod(OperationResourceInfo op)
           
 OperationResourceInfo getOperationResourceInfo(java.lang.reflect.Method method)
           
 java.util.Set<OperationResourceInfo> getOperationResourceInfos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodDispatcher

public MethodDispatcher()
Method Detail

bind

public void bind(OperationResourceInfo o,
                 java.lang.reflect.Method... methods)

getOperationResourceInfo

public OperationResourceInfo getOperationResourceInfo(java.lang.reflect.Method method)

getOperationResourceInfos

public java.util.Set<OperationResourceInfo> getOperationResourceInfos()

getMethod

public java.lang.reflect.Method getMethod(OperationResourceInfo op)


Apache CXF