|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.frontend.SimpleMethodDispatcher
org.apache.cxf.jaxws.JAXWSMethodDispatcher
public class JAXWSMethodDispatcher
Constructor Summary | |
---|---|
JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
|
Method Summary | |
---|---|
void |
bind(OperationInfo o,
java.lang.reflect.Method... methods)
|
BindingOperationInfo |
getBindingOperation(java.lang.reflect.Method method,
Endpoint endpoint)
|
java.lang.reflect.Method |
getImplementationMethod(java.lang.reflect.Method method)
|
Methods inherited from class org.apache.cxf.frontend.SimpleMethodDispatcher |
---|
getMethod, getPrimaryMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
Method Detail |
---|
public void bind(OperationInfo o, java.lang.reflect.Method... methods)
bind
in class SimpleMethodDispatcher
public BindingOperationInfo getBindingOperation(java.lang.reflect.Method method, Endpoint endpoint)
getBindingOperation
in interface MethodDispatcher
getBindingOperation
in class SimpleMethodDispatcher
public java.lang.reflect.Method getImplementationMethod(java.lang.reflect.Method method) throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |