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 -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.apache.cxf.service.model.BindingOperationInfogetBindingOperation(Method method, org.apache.cxf.endpoint.Endpoint endpoint) getImplementationMethod(Method method) Methods inherited from class org.apache.cxf.service.factory.SimpleMethodDispatcher
getMethod, getPrimaryMethod
-
Constructor Details
-
JAXWSMethodDispatcher
-
-
Method Details
-
bind
- 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
- Throws:
NoSuchMethodException
-