org.apache.cxf.service.factory
Class SimpleMethodDispatcher
java.lang.Object
org.apache.cxf.service.factory.SimpleMethodDispatcher
- All Implemented Interfaces:
- MethodDispatcher
- Direct Known Subclasses:
- JAXWSMethodDispatcher
public class SimpleMethodDispatcher
- extends Object
- implements MethodDispatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleMethodDispatcher
public SimpleMethodDispatcher()
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