|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.jaxrs.model.MethodDispatcher
public class MethodDispatcher
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 |
---|
public MethodDispatcher()
Method Detail |
---|
public void bind(OperationResourceInfo o, java.lang.reflect.Method... methods)
public OperationResourceInfo getOperationResourceInfo(java.lang.reflect.Method method)
public java.util.Set<OperationResourceInfo> getOperationResourceInfos()
public java.lang.reflect.Method getMethod(OperationResourceInfo op)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |