org.apache.cxf.frontend
Class SimpleMethodDispatcher

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

public class SimpleMethodDispatcher
extends java.lang.Object
implements org.apache.cxf.frontend.MethodDispatcher


Constructor Summary
SimpleMethodDispatcher()
           
 
Method Summary
 void bind(org.apache.cxf.service.model.OperationInfo o, java.lang.reflect.Method... methods)
           
 org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(java.lang.reflect.Method method, org.apache.cxf.endpoint.Endpoint endpoint)
           
 java.lang.reflect.Method getMethod(org.apache.cxf.service.model.BindingOperationInfo op)
           
 java.lang.reflect.Method getPrimaryMethod(org.apache.cxf.service.model.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(org.apache.cxf.service.model.OperationInfo o,
                 java.lang.reflect.Method... methods)

getBindingOperation

public org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(java.lang.reflect.Method method,
                                                                             org.apache.cxf.endpoint.Endpoint endpoint)
Specified by:
getBindingOperation in interface org.apache.cxf.frontend.MethodDispatcher

getMethod

public java.lang.reflect.Method getMethod(org.apache.cxf.service.model.BindingOperationInfo op)
Specified by:
getMethod in interface org.apache.cxf.frontend.MethodDispatcher

getPrimaryMethod

public java.lang.reflect.Method getPrimaryMethod(org.apache.cxf.service.model.OperationInfo op)


Apache CXF