Uses of Interface
org.apache.cxf.service.invoker.MethodDispatcher
-
Packages that use MethodDispatcher Package Description org.apache.cxf.jaxws org.apache.cxf.service.factory org.apache.cxf.wsdl.service.factory -
-
Uses of MethodDispatcher in org.apache.cxf.jaxws
Classes in org.apache.cxf.jaxws that implement MethodDispatcher Modifier and Type Class Description classJAXWSMethodDispatcherclassJAXWSProviderMethodDispatcher -
Uses of MethodDispatcher in org.apache.cxf.service.factory
Classes in org.apache.cxf.service.factory that implement MethodDispatcher Modifier and Type Class Description classSimpleMethodDispatcher -
Uses of MethodDispatcher in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return MethodDispatcher Modifier and Type Method Description MethodDispatcherReflectionServiceFactoryBean. getMethodDispatcher()Methods in org.apache.cxf.wsdl.service.factory with parameters of type MethodDispatcher Modifier and Type Method Description protected voidReflectionServiceFactoryBean. setMethodDispatcher(MethodDispatcher m)
-