org.apache.cxf.jaxrs.model
Class MethodDispatcher
java.lang.Object
org.apache.cxf.jaxrs.model.MethodDispatcher
public class MethodDispatcher
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodDispatcher
public MethodDispatcher()
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