org.apache.cxf.frontend
Interface MethodDispatcher

All Known Implementing Classes:
JAXWSMethodDispatcher, SimpleMethodDispatcher

public interface MethodDispatcher

Provides functionality to map BindingOperations to Methods and vis a versa.


Method Summary
 BindingOperationInfo getBindingOperation(java.lang.reflect.Method m, Endpoint endpoint)
           
 java.lang.reflect.Method getMethod(BindingOperationInfo op)
           
 

Method Detail

getMethod

java.lang.reflect.Method getMethod(BindingOperationInfo op)

getBindingOperation

BindingOperationInfo getBindingOperation(java.lang.reflect.Method m,
                                         Endpoint endpoint)


Apache CXF