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 addProxyMethod(Method m, Method proxyM)
           
 void bind(OperationResourceInfo o, Method... methods)
           
 Method getMethod(OperationResourceInfo op)
           
 OperationResourceInfo getOperationResourceInfo(Method method)
           
 Set<OperationResourceInfo> getOperationResourceInfos()
           
 Method getProxyMethod(Method m)
           
 
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)

getProxyMethod

public Method getProxyMethod(Method m)

addProxyMethod

public void addProxyMethod(Method m,
                           Method proxyM)

Apache CXF API

Apache CXF