org.apache.cxf.frontend
Interface MethodDispatcher


public interface MethodDispatcher

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


Method Summary
 void bind(org.apache.cxf.service.model.OperationInfo o, Method... methods)
           
 org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(Method m, org.apache.cxf.endpoint.Endpoint endpoint)
           
 Method getMethod(org.apache.cxf.service.model.BindingOperationInfo op)
           
 

Method Detail

getMethod

Method getMethod(org.apache.cxf.service.model.BindingOperationInfo op)

getBindingOperation

org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(Method m,
                                                                      org.apache.cxf.endpoint.Endpoint endpoint)

bind

void bind(org.apache.cxf.service.model.OperationInfo o,
          Method... methods)


Apache CXF