Apache CXF API

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 API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.