org.apache.cxf.frontend
Class SimpleMethodDispatcher

java.lang.Object
  extended by org.apache.cxf.frontend.SimpleMethodDispatcher
All Implemented Interfaces:
MethodDispatcher
Direct Known Subclasses:
JAXWSMethodDispatcher

public class SimpleMethodDispatcher
extends java.lang.Object
implements MethodDispatcher


Constructor Summary
SimpleMethodDispatcher()
           
 
Method Summary
 void bind(OperationInfo o, java.lang.reflect.Method... methods)
           
 BindingOperationInfo getBindingOperation(java.lang.reflect.Method method, Endpoint endpoint)
           
 java.lang.reflect.Method getMethod(BindingOperationInfo op)
           
 java.lang.reflect.Method getPrimaryMethod(OperationInfo op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMethodDispatcher

public SimpleMethodDispatcher()
Method Detail

bind

public void bind(OperationInfo o,
                 java.lang.reflect.Method... methods)

getBindingOperation

public BindingOperationInfo getBindingOperation(java.lang.reflect.Method method,
                                                Endpoint endpoint)
Specified by:
getBindingOperation in interface MethodDispatcher

getMethod

public java.lang.reflect.Method getMethod(BindingOperationInfo op)
Specified by:
getMethod in interface MethodDispatcher

getPrimaryMethod

public java.lang.reflect.Method getPrimaryMethod(OperationInfo op)


Apache CXF