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.
getMethod
java.lang.reflect.Method getMethod(BindingOperationInfo op)
getBindingOperation
BindingOperationInfo getBindingOperation(java.lang.reflect.Method m,
Endpoint endpoint)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.