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 Object
implements org.apache.cxf.frontend.MethodDispatcher


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

getBindingOperation

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

getMethod

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

getPrimaryMethod

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


Apache CXF