Apache CXF API

org.apache.cxf.service.factory
Class SimpleMethodDispatcher

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

public class SimpleMethodDispatcher
extends Object
implements MethodDispatcher


Constructor Summary
SimpleMethodDispatcher()
           
 
Method Summary
 void bind(OperationInfo o, Method... methods)
           
 BindingOperationInfo getBindingOperation(Method method, Endpoint endpoint)
           
 Method getMethod(BindingOperationInfo op)
           
 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,
                 Method... methods)
Specified by:
bind in interface MethodDispatcher

getBindingOperation

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

getMethod

public Method getMethod(BindingOperationInfo op)
Specified by:
getMethod in interface MethodDispatcher

getPrimaryMethod

public Method getPrimaryMethod(OperationInfo op)

Apache CXF API

Apache CXF