Package org.apache.cxf.jaxws
Class JAXWSMethodDispatcher
- java.lang.Object
-
- org.apache.cxf.service.factory.SimpleMethodDispatcher
-
- org.apache.cxf.jaxws.JAXWSMethodDispatcher
-
- All Implemented Interfaces:
MethodDispatcher
public class JAXWSMethodDispatcher extends SimpleMethodDispatcher
-
-
Constructor Summary
Constructors Constructor Description JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(OperationInfo o, Method... methods)BindingOperationInfogetBindingOperation(Method method, Endpoint endpoint)MethodgetImplementationMethod(Method method)-
Methods inherited from class org.apache.cxf.service.factory.SimpleMethodDispatcher
getMethod, getPrimaryMethod
-
-
-
-
Constructor Detail
-
JAXWSMethodDispatcher
public JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
-
-
Method Detail
-
bind
public void bind(OperationInfo o, Method... methods)
- Specified by:
bindin interfaceMethodDispatcher- Overrides:
bindin classSimpleMethodDispatcher
-
getBindingOperation
public BindingOperationInfo getBindingOperation(Method method, Endpoint endpoint)
- Specified by:
getBindingOperationin interfaceMethodDispatcher- Overrides:
getBindingOperationin classSimpleMethodDispatcher
-
getImplementationMethod
public Method getImplementationMethod(Method method) throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
-