Uses of Interface
org.apache.cxf.service.invoker.Invoker
-
-
Uses of Invoker in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return Invoker Modifier and Type Method Description protected InvokerServerFactoryBean. createInvoker()InvokerServerFactoryBean. getInvoker()Methods in org.apache.cxf.frontend with parameters of type Invoker Modifier and Type Method Description voidServerFactoryBean. setInvoker(Invoker invoker) -
Uses of Invoker in org.apache.cxf.jaxrs
Classes in org.apache.cxf.jaxrs that implement Invoker Modifier and Type Class Description classJAXRSInvokerMethods in org.apache.cxf.jaxrs that return Invoker Modifier and Type Method Description protected InvokerJAXRSServerFactoryBean. createInvoker()protected InvokerJAXRSServiceFactoryBean. createInvoker()InvokerJAXRSServiceFactoryBean. getInvoker()InvokerJAXRSServiceImpl. getInvoker()Methods in org.apache.cxf.jaxrs with parameters of type Invoker Modifier and Type Method Description voidJAXRSServerFactoryBean. 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 Invoker Modifier and Type Method Description protected 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 Modifier and Type Class Description classAbstractReactiveInvoker -
Uses of Invoker in org.apache.cxf.jaxrs.reactor.server
Classes in org.apache.cxf.jaxrs.reactor.server that implement Invoker Modifier and Type Class Description classReactorInvokerMethods in org.apache.cxf.jaxrs.reactor.server that return Invoker Modifier and Type Method Description protected InvokerReactorCustomizer. createInvoker(JAXRSServerFactoryBean bean) -
Uses of Invoker in org.apache.cxf.jaxrs.rx3.server
Classes in org.apache.cxf.jaxrs.rx3.server that implement Invoker Modifier and Type Class Description classReactiveIOInvokerMethods in org.apache.cxf.jaxrs.rx3.server that return Invoker Modifier and Type Method Description protected InvokerReactiveIOCustomizer. createInvoker(JAXRSServerFactoryBean bean) -
Uses of Invoker in org.apache.cxf.jaxrs.validation
Classes in org.apache.cxf.jaxrs.validation that implement Invoker Modifier and Type Class Description classJAXRSBeanValidationInvoker -
Uses of Invoker in org.apache.cxf.jaxws
Classes in org.apache.cxf.jaxws that implement Invoker Modifier and Type Class Description classAbstractJAXWSMethodInvokerclassJAXWSMethodInvokerMethods in org.apache.cxf.jaxws that return Invoker Modifier and Type Method Description protected InvokerJaxWsServerFactoryBean. createInvoker()InvokerEndpointImpl. getInvoker()Methods in org.apache.cxf.jaxws with parameters of type Invoker Modifier and Type Method Description voidEndpointImpl. setInvoker(Invoker invoker) -
Uses of Invoker in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support that return Invoker Modifier and Type Method Description protected InvokerJaxWsServiceFactoryBean. createInvoker() -
Uses of Invoker in org.apache.cxf.jaxws22
Classes in org.apache.cxf.jaxws22 that implement Invoker Modifier and Type Class Description classJAXWS22InvokerDeprecated.- functionality moved into superclass -
Uses of Invoker in org.apache.cxf.jca.inbound
Classes in org.apache.cxf.jca.inbound that implement Invoker Modifier and Type Class Description classDispatchMDBInvokerDispatchMDBInvoker is executed in the context of a Message Driven Bean that dispatches calls to the target Session Bean where the service logic is implemented.classMDBInvokerAn 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 Modifier and Type Class Description classEJBInvoker -
Uses of Invoker in org.apache.cxf.rs.security.oauth2.client
Classes in org.apache.cxf.rs.security.oauth2.client that implement Invoker Modifier and Type Class Description classOAuthInvoker -
Uses of Invoker in org.apache.cxf.rs.security.oidc.rp
Classes in org.apache.cxf.rs.security.oidc.rp that implement Invoker Modifier and Type Class Description classOidcInvoker -
Uses of Invoker in org.apache.cxf.service
Methods in org.apache.cxf.service that return Invoker Modifier and Type Method Description InvokerService. getInvoker()InvokerServiceImpl. getInvoker()Methods in org.apache.cxf.service with parameters of type Invoker Modifier and Type Method Description voidService. 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 Invoker Modifier and Type Class Description classAbstractInvokerAbstract implementation of Invoker.classBeanInvokerInvoker for externally created service objects.classFactoryInvokerThis 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 Invoker Modifier and Type Class Description classServantMethods in org.apache.cxf.ws.rm that return Invoker Modifier and Type Method Description InvokerWrappedService. getInvoker()Methods in org.apache.cxf.ws.rm with parameters of type Invoker Modifier and Type Method Description voidWrappedService. setInvoker(Invoker arg0) -
Uses of Invoker in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return Invoker Modifier and Type Method Description protected InvokerReflectionServiceFactoryBean. createInvoker()InvokerReflectionServiceFactoryBean. getInvoker()Methods in org.apache.cxf.wsdl.service.factory with parameters of type Invoker Modifier and Type Method Description voidReflectionServiceFactoryBean. setInvoker(Invoker invoker)
-