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