Uses of Interface
org.apache.cxf.service.invoker.Invoker
Packages that use Invoker
Package
Description
-
Uses of Invoker in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return InvokerModifier and TypeMethodDescriptionprotected InvokerServerFactoryBean.createInvoker()ServerFactoryBean.getInvoker()Methods in org.apache.cxf.frontend with parameters of type Invoker -
Uses of Invoker in org.apache.cxf.jaxrs
Classes in org.apache.cxf.jaxrs that implement InvokerMethods in org.apache.cxf.jaxrs that return InvokerModifier and TypeMethodDescriptionprotected InvokerJAXRSServerFactoryBean.createInvoker()protected InvokerJAXRSServiceFactoryBean.createInvoker()JAXRSServiceFactoryBean.getInvoker()JAXRSServiceImpl.getInvoker()Methods in org.apache.cxf.jaxrs with parameters of type InvokerModifier and TypeMethodDescriptionvoidJAXRSServerFactoryBean.setInvoker(Invoker invoker) Sets the custom Invoker which can be used to customize the way the default JAX-RS invoker calls on the service beanvoidJAXRSServiceFactoryBean.setInvoker(Invoker invoker) voidJAXRSServiceImpl.setInvoker(Invoker invoker) -
Uses of Invoker in org.apache.cxf.jaxrs.ext
Methods in org.apache.cxf.jaxrs.ext that return InvokerModifier and TypeMethodDescriptionprotected abstract InvokerAbstractStreamingResponseExtension.createInvoker(JAXRSServerFactoryBean bean) -
Uses of Invoker in org.apache.cxf.jaxrs.reactivestreams.server
Classes in org.apache.cxf.jaxrs.reactivestreams.server that implement Invoker -
Uses of Invoker in org.apache.cxf.jaxrs.reactor.server
Classes in org.apache.cxf.jaxrs.reactor.server that implement InvokerMethods in org.apache.cxf.jaxrs.reactor.server that return InvokerModifier and TypeMethodDescriptionprotected InvokerReactorCustomizer.createInvoker(JAXRSServerFactoryBean bean) -
Uses of Invoker in org.apache.cxf.jaxrs.rx3.server
Classes in org.apache.cxf.jaxrs.rx3.server that implement InvokerMethods in org.apache.cxf.jaxrs.rx3.server that return InvokerModifier and TypeMethodDescriptionprotected InvokerReactiveIOCustomizer.createInvoker(JAXRSServerFactoryBean bean) -
Uses of Invoker in org.apache.cxf.jaxrs.validation
Classes in org.apache.cxf.jaxrs.validation that implement Invoker -
Uses of Invoker in org.apache.cxf.jaxws
Classes in org.apache.cxf.jaxws that implement InvokerMethods in org.apache.cxf.jaxws that return InvokerModifier and TypeMethodDescriptionprotected InvokerJaxWsServerFactoryBean.createInvoker()EndpointImpl.getInvoker()Methods in org.apache.cxf.jaxws with parameters of type Invoker -
Uses of Invoker in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support that return Invoker -
Uses of Invoker in org.apache.cxf.jaxws22
Classes in org.apache.cxf.jaxws22 that implement InvokerModifier and TypeClassDescriptionclassDeprecated.- functionality moved into superclass -
Uses of Invoker in org.apache.cxf.jca.inbound
Classes in org.apache.cxf.jca.inbound that implement InvokerModifier 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 Invoker in org.apache.cxf.jca.servant
Classes in org.apache.cxf.jca.servant that implement Invoker -
Uses of Invoker in org.apache.cxf.rs.security.oauth2.client
Classes in org.apache.cxf.rs.security.oauth2.client that implement Invoker -
Uses of Invoker in org.apache.cxf.rs.security.oidc.rp
Classes in org.apache.cxf.rs.security.oidc.rp that implement Invoker -
Uses of Invoker in org.apache.cxf.service
Methods in org.apache.cxf.service that return InvokerMethods in org.apache.cxf.service with parameters of type InvokerModifier and TypeMethodDescriptionvoidService.setInvoker(Invoker invoker) voidServiceImpl.setInvoker(Invoker invoker) -
Uses of Invoker in org.apache.cxf.service.invoker
Classes in org.apache.cxf.service.invoker that implement InvokerModifier and TypeClassDescriptionclassAbstract implementation of Invoker.classInvoker for externally created service objects.classThis invoker implementation calls a Factory to create the service object. -
Uses of Invoker in org.apache.cxf.ws.rm
Classes in org.apache.cxf.ws.rm that implement InvokerMethods in org.apache.cxf.ws.rm that return InvokerMethods in org.apache.cxf.ws.rm with parameters of type Invoker -
Uses of Invoker in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return InvokerModifier and TypeMethodDescriptionprotected InvokerReflectionServiceFactoryBean.createInvoker()ReflectionServiceFactoryBean.getInvoker()Methods in org.apache.cxf.wsdl.service.factory with parameters of type Invoker