Uses of Class
org.apache.cxf.service.invoker.AbstractInvoker
Packages that use AbstractInvoker
Package
Description
-
Uses of AbstractInvoker in org.apache.cxf.jaxrs
Subclasses of AbstractInvoker in org.apache.cxf.jaxrs -
Uses of AbstractInvoker in org.apache.cxf.jaxrs.reactivestreams.server
Subclasses of AbstractInvoker in org.apache.cxf.jaxrs.reactivestreams.server -
Uses of AbstractInvoker in org.apache.cxf.jaxrs.reactor.server
Subclasses of AbstractInvoker in org.apache.cxf.jaxrs.reactor.server -
Uses of AbstractInvoker in org.apache.cxf.jaxrs.rx3.server
Subclasses of AbstractInvoker in org.apache.cxf.jaxrs.rx3.server -
Uses of AbstractInvoker in org.apache.cxf.jaxrs.validation
Subclasses of AbstractInvoker in org.apache.cxf.jaxrs.validation -
Uses of AbstractInvoker in org.apache.cxf.jaxws
Subclasses of AbstractInvoker in org.apache.cxf.jaxws -
Uses of AbstractInvoker in org.apache.cxf.jaxws22
Subclasses of AbstractInvoker in org.apache.cxf.jaxws22Modifier and TypeClassDescriptionclassDeprecated.- functionality moved into superclass -
Uses of AbstractInvoker in org.apache.cxf.jca.inbound
Subclasses of AbstractInvoker in org.apache.cxf.jca.inboundModifier and TypeClassDescriptionclassDispatchMDBInvoker is executed in the context of a Message Driven Bean that dispatches calls to the target Session Bean where the service logic is implemented.classAn invoker that supports direct Message Driven Bean invocation. -
Uses of AbstractInvoker in org.apache.cxf.jca.servant
Subclasses of AbstractInvoker in org.apache.cxf.jca.servant -
Uses of AbstractInvoker in org.apache.cxf.rs.security.oauth2.client
Subclasses of AbstractInvoker in org.apache.cxf.rs.security.oauth2.client -
Uses of AbstractInvoker in org.apache.cxf.rs.security.oidc.rp
Subclasses of AbstractInvoker in org.apache.cxf.rs.security.oidc.rp -
Uses of AbstractInvoker in org.apache.cxf.service.invoker
Subclasses of AbstractInvoker in org.apache.cxf.service.invokerModifier and TypeClassDescriptionclassInvoker for externally created service objects.classThis invoker implementation calls a Factory to create the service object.