Package org.apache.cxf.service.factory
Class SimpleMethodDispatcher
- java.lang.Object
-
- org.apache.cxf.service.factory.SimpleMethodDispatcher
-
- All Implemented Interfaces:
MethodDispatcher
public class SimpleMethodDispatcher extends Object implements MethodDispatcher
-
-
Constructor Summary
Constructors Constructor Description SimpleMethodDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bind(OperationInfo o, Method... methods)
BindingOperationInfo
getBindingOperation(Method method, Endpoint endpoint)
Method
getMethod(BindingOperationInfo op)
Method
getPrimaryMethod(OperationInfo op)
-
-
-
Method Detail
-
bind
public void bind(OperationInfo o, Method... methods)
- Specified by:
bind
in interfaceMethodDispatcher
-
getBindingOperation
public BindingOperationInfo getBindingOperation(Method method, Endpoint endpoint)
- Specified by:
getBindingOperation
in interfaceMethodDispatcher
-
getMethod
public Method getMethod(BindingOperationInfo op)
- Specified by:
getMethod
in interfaceMethodDispatcher
-
getPrimaryMethod
public Method getPrimaryMethod(OperationInfo op)
-
-