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 SummaryConstructors Constructor Description SimpleMethodDispatcher()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(OperationInfo o, Method... methods)BindingOperationInfogetBindingOperation(Method method, Endpoint endpoint)MethodgetMethod(BindingOperationInfo op)MethodgetPrimaryMethod(OperationInfo op)
 
- 
- 
- 
Method Detail- 
bindpublic void bind(OperationInfo o, Method... methods) - Specified by:
- bindin interface- MethodDispatcher
 
 - 
getBindingOperationpublic BindingOperationInfo getBindingOperation(Method method, Endpoint endpoint) - Specified by:
- getBindingOperationin interface- MethodDispatcher
 
 - 
getMethodpublic Method getMethod(BindingOperationInfo op) - Specified by:
- getMethodin interface- MethodDispatcher
 
 - 
getPrimaryMethodpublic Method getPrimaryMethod(OperationInfo op) 
 
- 
 
-