Uses of Class
jakarta.annotation.Resource
-
Packages that use Resource Package Description jakarta.annotation This package defines the common annotations.org.apache.cxf.binding Interfaces for protocol bindings and their factories.org.apache.cxf.bus.managers org.apache.cxf.bus.resource org.apache.cxf.catalog org.apache.cxf.common.injection org.apache.cxf.databinding org.apache.cxf.service.factory org.jboss.wsf.stack.cxf.addons.transports.undertow -
-
Uses of Resource in jakarta.annotation
Methods in jakarta.annotation that return Resource Modifier and Type Method Description Resource[]value()Array used for multiple resource declarations. -
Uses of Resource in org.apache.cxf.binding
Methods in org.apache.cxf.binding with annotations of type Resource Modifier and Type Method Description voidAbstractBindingFactory. setBus(Bus bus) -
Uses of Resource in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers with annotations of type Resource Modifier and Type Method Description voidBindingFactoryManagerImpl. setBus(Bus b)voidConduitInitiatorManagerImpl. setBus(Bus b)voidCXFBusLifeCycleManager. setBus(Bus b)voidDestinationFactoryManagerImpl. setBus(Bus b)voidHeaderManagerImpl. setBus(Bus bus)voidServerRegistryImpl. setBus(Bus bus)voidWorkQueueManagerImpl. setBus(Bus bus) -
Uses of Resource in org.apache.cxf.bus.resource
Methods in org.apache.cxf.bus.resource with annotations of type Resource Modifier and Type Method Description voidResourceManagerImpl. setBus(Bus b) -
Uses of Resource in org.apache.cxf.catalog
Methods in org.apache.cxf.catalog with annotations of type Resource Modifier and Type Method Description voidOASISCatalogManager. setBus(Bus bus) -
Uses of Resource in org.apache.cxf.common.injection
Methods in org.apache.cxf.common.injection with parameters of type Resource Modifier and Type Method Description protected Class<?>ResourceInjector. getResourceType(Resource res, Field field)making this protected to keep pmd happy -
Uses of Resource in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding with annotations of type Resource Modifier and Type Method Description voidAbstractDataBinding. setBus(Bus bus)This call is used to set the bus. -
Uses of Resource in org.apache.cxf.service.factory
Methods in org.apache.cxf.service.factory with annotations of type Resource Modifier and Type Method Description voidFactoryBeanListenerManager. setBus(Bus bus) -
Uses of Resource in org.jboss.wsf.stack.cxf.addons.transports.undertow
Methods in org.jboss.wsf.stack.cxf.addons.transports.undertow with annotations of type Resource Modifier and Type Method Description voidUndertowServerEngineFactory. setBus(Bus bus)This call is used to set the bus.
-