org.apache.cxf.jaxws
Class JAXWSProviderMethodDispatcher

java.lang.Object
  extended by org.apache.cxf.jaxws.JAXWSProviderMethodDispatcher
All Implemented Interfaces:
org.apache.cxf.frontend.MethodDispatcher

public class JAXWSProviderMethodDispatcher
extends Object
implements org.apache.cxf.frontend.MethodDispatcher


Constructor Summary
JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSProviderMethodDispatcher

public JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo)
Method Detail

getBindingOperation

public org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(Method m,
                                                                             org.apache.cxf.endpoint.Endpoint endpoint)
Specified by:
getBindingOperation in interface org.apache.cxf.frontend.MethodDispatcher

getMethod

public Method getMethod(org.apache.cxf.service.model.BindingOperationInfo op)
Specified by:
getMethod in interface org.apache.cxf.frontend.MethodDispatcher

bind

public void bind(org.apache.cxf.service.model.OperationInfo o,
                 Method... methods)
Specified by:
bind in interface org.apache.cxf.frontend.MethodDispatcher


Apache CXF