Apache CXF API

org.apache.cxf.jaxrs.model
Class MethodDispatcher

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

public class MethodDispatcher
extends Object


Constructor Summary
MethodDispatcher()
           
 
Method Summary
 void bind(OperationResourceInfo o, Method... methods)
           
 Method getMethod(OperationResourceInfo op)
           
 OperationResourceInfo getOperationResourceInfo(Method method)
           
 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,
                 Method... methods)

getOperationResourceInfo

public OperationResourceInfo getOperationResourceInfo(Method method)

getOperationResourceInfos

public Set<OperationResourceInfo> getOperationResourceInfos()

getMethod

public Method getMethod(OperationResourceInfo op)

Apache CXF API

Apache CXF