Apache CXF API

org.apache.cxf.jaxws
Class JAXWSProviderMethodDispatcher

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

public class JAXWSProviderMethodDispatcher
extends Object
implements MethodDispatcher


Constructor Summary
JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo)
           
 
Method Summary
 void bind(OperationInfo o, Method... methods)
           
 BindingOperationInfo getBindingOperation(Method m, Endpoint endpoint)
           
 Method getMethod(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 BindingOperationInfo getBindingOperation(Method m,
                                                Endpoint endpoint)
Specified by:
getBindingOperation in interface MethodDispatcher

getMethod

public Method getMethod(BindingOperationInfo op)
Specified by:
getMethod in interface MethodDispatcher

bind

public void bind(OperationInfo o,
                 Method... methods)
Specified by:
bind in interface MethodDispatcher

Apache CXF API

Apache CXF