Uses of Interface
org.apache.cxf.Bus
-
-
Uses of Bus in org.apache.cxf
Fields in org.apache.cxf declared as Bus Modifier and Type Field Description protected static BusBusFactory. defaultBusMethods in org.apache.cxf that return Bus Modifier and Type Method Description abstract BusBusFactory. createBus()Creates a new bus.static BusBusFactory. getAndSetThreadDefaultBus(Bus bus)Sets the default bus for the thread.static BusBusFactory. getDefaultBus()Returns the default bus, creating it if necessary.static BusBusFactory. getDefaultBus(boolean createIfNeeded)Returns the default busstatic BusBusFactory. getThreadDefaultBus()Gets the default bus for the thread.static BusBusFactory. getThreadDefaultBus(boolean createIfNeeded)Gets the default bus for the thread, creating if neededMethods in org.apache.cxf with parameters of type Bus Modifier and Type Method Description static voidBusFactory. clearDefaultBusForAnyThread(Bus bus)Removes a bus from being a thread default bus for any thread.static BusBusFactory. getAndSetThreadDefaultBus(Bus bus)Sets the default bus for the thread.protected voidBusFactory. initializeBus(Bus bus)static booleanBusFactory. possiblySetDefaultBus(Bus bus)Sets the default bus if a default bus is not already set.static voidBusFactory. setDefaultBus(Bus bus)Sets the default bus.static voidBusFactory. setThreadDefaultBus(Bus bus)Sets the default bus for the thread. -
Uses of Bus in org.apache.cxf.aegis.databinding
Constructors in org.apache.cxf.aegis.databinding with parameters of type Bus Constructor Description XMLStreamDataReader(AegisDatabinding databinding, Bus bus)XMLStreamDataWriter(AegisDatabinding databinding, Bus bus) -
Uses of Bus in org.apache.cxf.binding
Fields in org.apache.cxf.binding declared as Bus Modifier and Type Field Description protected BusAbstractBindingFactory. busMethods in org.apache.cxf.binding that return Bus Modifier and Type Method Description BusAbstractBindingFactory. getBus()Methods in org.apache.cxf.binding with parameters of type Bus Modifier and Type Method Description voidAbstractBindingFactory. setBus(Bus bus)Constructors in org.apache.cxf.binding with parameters of type Bus Constructor Description AbstractBindingFactory(Bus b)AbstractBindingFactory(Bus b, Collection<String> ns) -
Uses of Bus in org.apache.cxf.binding.coloc
Methods in org.apache.cxf.binding.coloc with parameters of type Bus Modifier and Type Method Description voidColocOutInterceptor. setBus(Bus bus)Constructors in org.apache.cxf.binding.coloc with parameters of type Bus Constructor Description ColocInFaultObserver(Bus bus)ColocMessageObserver(Endpoint endpoint, Bus bus)ColocOutFaultObserver(Bus bus)ColocOutInterceptor(Bus b) -
Uses of Bus in org.apache.cxf.binding.coloc.feature
Methods in org.apache.cxf.binding.coloc.feature with parameters of type Bus Modifier and Type Method Description voidColocFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidColocFeature.Portable. initialize(Client client, Bus bus) -
Uses of Bus in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba with parameters of type Bus Modifier and Type Method Description ConduitCorbaBindingFactory. getConduit(EndpointInfo endpointInfo, Bus bus)ConduitCorbaBindingFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)DestinationCorbaBindingFactory. getDestination(EndpointInfo endpointInfo, Bus bus) -
Uses of Bus in org.apache.cxf.binding.corba.runtime
Methods in org.apache.cxf.binding.corba.runtime with parameters of type Bus Modifier and Type Method Description voidOrbConfigurer. setBus(Bus b) -
Uses of Bus in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils with parameters of type Bus Modifier and Type Method Description static org.omg.CORBA.AnyCorbaAnyHelper. createAny(org.omg.CORBA.ORB orb, Bus bus)Constructors in org.apache.cxf.binding.corba.utils with parameters of type Bus Constructor Description CorbaFixedAnyImplClassCreatorProxyService(Bus bus)CorbaFixedAnyImplClassLoader(Bus bus)CorbaFixedAnyImplGenerator(Bus bus)GenerateJustInTime(Bus bus)LoadFirst(Bus bus) -
Uses of Bus in org.apache.cxf.binding.corba.wsdl
Constructors in org.apache.cxf.binding.corba.wsdl with parameters of type Bus Constructor Description WSDLExtensionRegister(Bus b) -
Uses of Bus in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap with parameters of type Bus Modifier and Type Method Description EndpointInfoSoapTransportFactory. createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> ees)voidSoapTransportFactory. createPortExtensors(Bus b, EndpointInfo ei, Service service)ConduitSoapTransportFactory. getConduit(EndpointInfo ei, Bus b)ConduitSoapTransportFactory. getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)DestinationSoapTransportFactory. getDestination(EndpointInfo ei, Bus bus)Constructors in org.apache.cxf.binding.soap with parameters of type Bus Constructor Description SoapBindingFactory(Bus b) -
Uses of Bus in org.apache.cxf.binding.soap.interceptor
Constructors in org.apache.cxf.binding.soap.interceptor with parameters of type Bus Constructor Description ReadHeadersInterceptor(Bus b)ReadHeadersInterceptor(Bus b, String phase)ReadHeadersInterceptor(Bus b, SoapVersion v)SoapOutInterceptor(Bus b)SoapOutInterceptor(Bus b, String phase) -
Uses of Bus in org.apache.cxf.binding.xml
Constructors in org.apache.cxf.binding.xml with parameters of type Bus Constructor Description XMLBindingFactory(Bus b) -
Uses of Bus in org.apache.cxf.binding.xml.wsdl11
Methods in org.apache.cxf.binding.xml.wsdl11 with parameters of type Bus Modifier and Type Method Description voidXMLWSDLExtensionLoader. setupBus(Bus b)Constructors in org.apache.cxf.binding.xml.wsdl11 with parameters of type Bus Constructor Description XMLWSDLExtensionLoader(Bus b) -
Uses of Bus in org.apache.cxf.bus
Methods in org.apache.cxf.bus that return Bus Modifier and Type Method Description BusCXFBusFactory. createBus()BusCXFBusFactory. createBus(Map<Class<?>,Object> e)BusCXFBusFactory. createBus(Map<Class<?>,Object> e, Map<String,Object> properties)Constructors in org.apache.cxf.bus with parameters of type Bus Constructor Description ManagedBus(Bus b) -
Uses of Bus in org.apache.cxf.bus.blueprint
Classes in org.apache.cxf.bus.blueprint that implement Bus Modifier and Type Class Description classBlueprintBus -
Uses of Bus in org.apache.cxf.bus.extension
Classes in org.apache.cxf.bus.extension that implement Bus Modifier and Type Class Description classExtensionManagerBusThis bus uses CXF's built in extension manager to load components (as opposed to using the Spring bus implementation).Methods in org.apache.cxf.bus.extension with parameters of type Bus Modifier and Type Method Description ObjectExtension. load(ClassLoader cl, Bus b)Constructors in org.apache.cxf.bus.extension with parameters of type Bus Constructor Description ExtensionManagerImpl(ClassLoader cl, Map<Class<?>,Object> initialExtensions, ResourceManager rm, Bus b)ExtensionManagerImpl(String[] resources, ClassLoader cl, Map<Class<?>,Object> initialExtensions, ResourceManager rm, Bus b)ExtensionManagerImpl(String resource, ClassLoader cl, Map<Class<?>,Object> initialExtensions, ResourceManager rm, Bus b) -
Uses of Bus in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers that return Bus Modifier and Type Method Description BusHeaderManagerImpl. getBus()BusServerRegistryImpl. getBus()BusWorkQueueManagerImpl. getBus()Methods in org.apache.cxf.bus.managers with parameters of type Bus Modifier and Type Method Description voidBindingFactoryManagerImpl. setBus(Bus b)voidConduitInitiatorManagerImpl. setBus(Bus b)voidCXFBusLifeCycleManager. setBus(Bus b)voidDestinationFactoryManagerImpl. setBus(Bus b)voidEndpointResolverRegistryImpl. setBus(Bus b)voidHeaderManagerImpl. setBus(Bus bus)voidServerRegistryImpl. setBus(Bus bus)voidServiceContractResolverRegistryImpl. setBus(Bus bus)Sets the bus with which the registry is associated.voidWorkQueueManagerImpl. setBus(Bus bus)Constructors in org.apache.cxf.bus.managers with parameters of type Bus Constructor Description BindingFactoryManagerImpl(Bus b)ClientLifeCycleManagerImpl(Bus b)ConduitInitiatorManagerImpl(Bus b)CXFBusLifeCycleManager(Bus b)DestinationFactoryManagerImpl(Map<String,DestinationFactory> destinationFactories, Bus b)DestinationFactoryManagerImpl(Bus b)EndpointResolverRegistryImpl(Bus b)HeaderManagerImpl(Bus b)ServerLifeCycleManagerImpl(Bus b)ServerRegistryImpl(Bus b)ServiceContractResolverRegistryImpl(Bus b)WorkQueueManagerImpl(Bus b) -
Uses of Bus in org.apache.cxf.bus.osgi
Methods in org.apache.cxf.bus.osgi with parameters of type Bus Modifier and Type Method Description ObjectCXFExtensionBundleListener.OSGiExtension. load(ClassLoader cl, Bus b)Constructors in org.apache.cxf.bus.osgi with parameters of type Bus Constructor Description OSGIBusListener(Bus b)OSGIBusListener(Bus b, Object[] args) -
Uses of Bus in org.apache.cxf.bus.resource
Methods in org.apache.cxf.bus.resource with parameters of type Bus Modifier and Type Method Description voidResourceManagerImpl. setBus(Bus b)Constructors in org.apache.cxf.bus.resource with parameters of type Bus Constructor Description ResourceManagerImpl(Bus b) -
Uses of Bus in org.apache.cxf.bus.spring
Classes in org.apache.cxf.bus.spring that implement Bus Modifier and Type Class Description classSpringBusMethods in org.apache.cxf.bus.spring that return Bus Modifier and Type Method Description static BusBusWiringBeanFactoryPostProcessor. addBus(org.springframework.context.ApplicationContext ctx, String name)static BusBusWiringBeanFactoryPostProcessor. addDefaultBus(org.springframework.context.ApplicationContext ctx)BusSpringBusFactory. createBus()BusSpringBusFactory. createBus(String cfgFile)BusSpringBusFactory. createBus(String[] cfgFiles)BusSpringBusFactory. createBus(String[] cfgFiles, boolean includeDefaults)BusSpringBusFactory. createBus(String cfgFile, boolean includeDefaults)BusSpringBusFactory. createBus(URL url)BusSpringBusFactory. createBus(URL[] urls)BusSpringBusFactory. createBus(URL[] urls, boolean includeDefaults)BusSpringBusFactory. createBus(URL url, boolean includeDefaults)protected BusSpringBusFactory. finishCreatingBus(org.springframework.context.ConfigurableApplicationContext bac)Methods in org.apache.cxf.bus.spring with parameters of type Bus Modifier and Type Method Description voidBusDefinitionParser.BusConfig. setBus(Bus bb)Constructors in org.apache.cxf.bus.spring with parameters of type Bus Constructor Description BusWiringBeanFactoryPostProcessor(Bus b)SpringBeanLocator(org.springframework.context.ApplicationContext ctx, Bus bus) -
Uses of Bus in org.apache.cxf.buslifecycle
Methods in org.apache.cxf.buslifecycle with parameters of type Bus Modifier and Type Method Description voidBusCreationListener. busCreated(Bus b)Invoked to create a BusLifeCycleListener. -
Uses of Bus in org.apache.cxf.catalog
Methods in org.apache.cxf.catalog that return Bus Modifier and Type Method Description BusOASISCatalogManager. getBus()Methods in org.apache.cxf.catalog with parameters of type Bus Modifier and Type Method Description static OASISCatalogManagerOASISCatalogManager. getCatalogManager(Bus bus)voidOASISCatalogManager. setBus(Bus bus)Constructors in org.apache.cxf.catalog with parameters of type Bus Constructor Description CatalogXmlSchemaURIResolver(Bus bus)OASISCatalogManager(Bus b) -
Uses of Bus in org.apache.cxf.cdi
Methods in org.apache.cxf.cdi with parameters of type Bus Modifier and Type Method Description voidCXFCdiServlet. setBus(Bus bus) -
Uses of Bus in org.apache.cxf.clustering
Methods in org.apache.cxf.clustering with parameters of type Bus Modifier and Type Method Description voidFailoverFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidFailoverFeature.Portable. initialize(Client client, Bus bus) -
Uses of Bus in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb with parameters of type Bus Modifier and Type Method Description static ObjectJAXBUtils. setNamespaceMapper(Bus bus, Map<String,String> nspref, javax.xml.bind.Marshaller marshaller) -
Uses of Bus in org.apache.cxf.common.spi
Fields in org.apache.cxf.common.spi declared as Bus Modifier and Type Field Description protected BusClassGeneratorClassLoader. busprotected BusGeneratedClassClassLoader. busConstructors in org.apache.cxf.common.spi with parameters of type Bus Constructor Description ClassGeneratorClassLoader(Bus bus)ClassLoaderProxyService(Bus bus)GeneratedClassClassLoader(Bus bus)GeneratedNamespaceClassLoader(Bus bus)GenerateJustInTime(Bus bus)LoadFirst(Bus bus)NamespaceClassGenerator(Bus bus) -
Uses of Bus in org.apache.cxf.common.util
Methods in org.apache.cxf.common.util with parameters of type Bus Modifier and Type Method Description static Class<?>ClassHelper. getRealClass(Bus bus, Object o)static Class<?>ClassHelper. getRealClassFromClass(Bus bus, Class<?> cls) -
Uses of Bus in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding that return Bus Modifier and Type Method Description protected BusAbstractDataBinding. getBus()Methods in org.apache.cxf.databinding with parameters of type Bus Modifier and Type Method Description voidAbstractDataBinding. setBus(Bus bus)This call is used to set the bus. -
Uses of Bus in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type Bus Modifier and Type Method Description voidStaxDataBindingFeature.Portable. initialize(Client client, Bus bus)voidStaxDataBindingFeature.Portable. initialize(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.endpoint
Fields in org.apache.cxf.endpoint declared as Bus Modifier and Type Field Description protected BusAbstractEndpointFactory. busprotected BusClientImpl. busprotected BusManagedEndpoint. busprotected BusServerImpl. busMethods in org.apache.cxf.endpoint that return Bus Modifier and Type Method Description BusAbstractEndpointFactory. getBus()BusAbstractEndpointFactory. getBus(boolean createIfNeeded)BusClient. getBus()Retrieves the Bus that was used to create the ClientBusClientImpl. getBus()BusEndpointImpl. getBus()Methods in org.apache.cxf.endpoint with parameters of type Bus Modifier and Type Method Description EndpointImplEndpointImplFactory. newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.EndpointImplSimpleEndpointImplFactory. newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.voidAbstractEndpointFactory. setBus(Bus bus)voidEndpointImpl. setBus(Bus bus)Constructors in org.apache.cxf.endpoint with parameters of type Bus Constructor Description ClientImpl(Bus b, Endpoint e)ClientImpl(Bus b, Endpoint e, ConduitSelector sc)ClientImpl(Bus b, Endpoint e, Conduit c)ClientImpl(Bus bus, Service svc, QName port, EndpointImplFactory endpointImplFactory)Create a Client that uses a specific EndpointImpl.EndpointImpl(Bus bus, Service s, QName endpointName)EndpointImpl(Bus bus, Service s, EndpointInfo ei)ManagedEndpoint(Bus b, Endpoint ep, Server s)ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of Bus in org.apache.cxf.endpoint.dynamic
Methods in org.apache.cxf.endpoint.dynamic with parameters of type Bus Modifier and Type Method Description static DynamicClientFactoryDynamicClientFactory. newInstance(Bus b)Create a new instance using a specific Bus.Constructors in org.apache.cxf.endpoint.dynamic with parameters of type Bus Constructor Description DynamicClientFactory(Bus bus)ExceptionClassCreatorProxyService(Bus bus)ExceptionClassGenerator(Bus bus)ExceptionClassLoader(Bus bus)GenerateJustInTime(Bus bus)LoadFirst(Bus bus)TypeClassInitializer(Bus bus, ServiceInfo serviceInfo, JAXBUtils.S2JJAXBModel model, boolean allowWr) -
Uses of Bus in org.apache.cxf.ext.logging
Methods in org.apache.cxf.ext.logging with parameters of type Bus Modifier and Type Method Description voidLoggingFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)Constructors in org.apache.cxf.ext.logging with parameters of type Bus Constructor Description LoggingBusLifecycleListener(Bus b)OldLoggingFactoryBeanListener(Bus b)Deprecated. -
Uses of Bus in org.apache.cxf.feature
Methods in org.apache.cxf.feature with parameters of type Bus Modifier and Type Method Description voidAbstractFeature. doInitializeProvider(InterceptorProvider provider, Bus bus)default voidAbstractPortableFeature. doInitializeProvider(InterceptorProvider provider, Bus bus)voidFastInfosetFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidLoggingFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidStaxTransformFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)default voidAbstractPortableFeature. initialize(Bus bus)default voidAbstractPortableFeature. initialize(Client client, Bus bus)default voidAbstractPortableFeature. initialize(Server server, Bus bus)default voidAbstractPortableFeature. initialize(InterceptorProvider interceptorProvider, Bus bus)voidDelegatingFeature. initialize(Bus bus)voidDelegatingFeature. initialize(Client client, Bus bus)voidDelegatingFeature. initialize(Server server, Bus bus)voidDelegatingFeature. initialize(InterceptorProvider interceptorProvider, Bus bus)voidFeature. initialize(Bus bus)voidFeature. initialize(Client client, Bus bus)voidFeature. initialize(Server server, Bus bus)voidFeature. initialize(InterceptorProvider interceptorProvider, Bus bus)voidWrappedFeature. initialize(Bus bus)voidWrappedFeature. initialize(Client client, Bus bus)voidWrappedFeature. initialize(Server server, Bus bus)voidWrappedFeature. initialize(InterceptorProvider interceptorProvider, Bus bus)protected voidAbstractFeature. initializeProvider(InterceptorProvider provider, Bus bus)protected voidDelegatingFeature. initializeProvider(InterceptorProvider interceptorProvider, Bus bus) -
Uses of Bus in org.apache.cxf.feature.transform
Methods in org.apache.cxf.feature.transform with parameters of type Bus Modifier and Type Method Description voidXSLTFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.feature.validation
Methods in org.apache.cxf.feature.validation with parameters of type Bus Modifier and Type Method Description voidSchemaValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus)voidSchemaValidationFeature.Portable. initialize(Client client, Bus bus)voidSchemaValidationFeature.Portable. initialize(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return Bus Modifier and Type Method Description BusClientProxyFactoryBean. getBus()Methods in org.apache.cxf.frontend with parameters of type Bus Modifier and Type Method Description protected StringWSDLGetUtils. mapUri(Bus bus, String base, Map<String,javax.wsdl.extensions.schema.SchemaReference> smp, String loc, String xsd, String resolvedXsd)protected DocumentWSDLGetUtils. readXSDDocument(Bus bus, String xsd, Map<String,javax.wsdl.extensions.schema.SchemaReference> smp, String base)Read the schema file and return as a Document object.voidClientProxyFactoryBean. setBus(Bus bus)protected voidWSDLGetUtils. updateDefinition(Bus bus, javax.wsdl.Definition def, Map<String,javax.wsdl.Definition> done, Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas, String base, String docBase, String parentResolvedLocation)protected voidWSDLGetUtils. updateSchemaImports(Bus bus, javax.wsdl.extensions.schema.Schema schema, String docBase, Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas, String base, String parentResolved)protected voidWSDLGetUtils. updateWSDLKeyDefinition(Bus bus, Map<String,javax.wsdl.Definition> mp, Message message, Map<String,javax.wsdl.extensions.schema.SchemaReference> smp, String base, EndpointInfo endpointInfo)Create a wsdl Definition object from the endpoint information and register it in the local data structure for future reference. -
Uses of Bus in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return Bus Modifier and Type Method Description BusAbstractFaultChainInitiatorObserver. getBus()Constructors in org.apache.cxf.interceptor with parameters of type Bus Constructor Description AbstractFaultChainInitiatorObserver(Bus bus)ClientOutFaultObserver(Bus bus)InFaultChainInitiatorObserver(Bus bus)OutFaultChainInitiatorObserver(Bus bus) -
Uses of Bus in org.apache.cxf.interceptor.security
Methods in org.apache.cxf.interceptor.security with parameters of type Bus Modifier and Type Method Description voidJAASAuthenticationFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.javascript
Methods in org.apache.cxf.javascript with parameters of type Bus Modifier and Type Method Description voidJavascriptOptionsFeature.Portable. initialize(Server server, Bus bus)Constructors in org.apache.cxf.javascript with parameters of type Bus Constructor Description JavascriptServerListener(Bus b) -
Uses of Bus in org.apache.cxf.jaxb
Constructors in org.apache.cxf.jaxb with parameters of type Bus Constructor Description FactoryClassLoader(Bus bus)FactoryClassProxyService(Bus bus)GenerateJustInTime(Bus bus)GenerateJustInTime(Bus bus)LoadFirst(Bus bus)LoadFirst(Bus bus)WrapperHelperClassLoader(Bus bus)WrapperHelperProxyService(Bus bus) -
Uses of Bus in org.apache.cxf.jaxb.io
Constructors in org.apache.cxf.jaxb.io with parameters of type Bus Constructor Description DataWriterImpl(Bus bus, JAXBDataBinding binding)DataWriterImpl(Bus bus, JAXBDataBinding binding, boolean noEsc) -
Uses of Bus in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return Bus Modifier and Type Method Description BusAbstractJAXRSFactoryBean. getBus()BusJAXRSServiceFactoryBean. getBus()Methods in org.apache.cxf.jaxrs with parameters of type Bus Modifier and Type Method Description protected voidJAXRSServerFactoryBean. applyBusFeatures(Bus bus)voidAbstractJAXRSFactoryBean. setBus(Bus bus)voidJAXRSServiceFactoryBean. setBus(Bus bus)Constructors in org.apache.cxf.jaxrs with parameters of type Bus Constructor Description JAXRSBindingFactory(Bus b) -
Uses of Bus in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return Bus Modifier and Type Method Description BusClientConfiguration. getBus()Gets the busMethods in org.apache.cxf.jaxrs.client with parameters of type Bus Modifier and Type Method Description static ClientProviderFactoryClientProviderFactory. createInstance(Bus bus)voidClientConfiguration. setBus(Bus bus)Sets the bus -
Uses of Bus in org.apache.cxf.jaxrs.client.validation
Methods in org.apache.cxf.jaxrs.client.validation with parameters of type Bus Modifier and Type Method Description voidJAXRSClientBeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.common.openapi
Methods in org.apache.cxf.jaxrs.common.openapi with parameters of type Bus Modifier and Type Method Description static ApplicationInfoDefaultApplicationFactory. createApplicationInfo(Set<Class<?>> serviceClasses, Bus bus)static ApplicationInfoDefaultApplicationFactory. createApplicationInfo(JAXRSServiceFactoryBean sfb, Set<String> resourcePackages, Bus bus)static ApplicationInfoDefaultApplicationFactory. createApplicationInfoOrDefault(Server server, ServerProviderFactory factory, JAXRSServiceFactoryBean sfb, Bus bus, boolean scan)Detects the application (if present) or creates the default application (in case the scan is disabled).static javax.ws.rs.core.ApplicationDefaultApplicationFactory. createApplicationOrDefault(Server server, ServerProviderFactory factory, JAXRSServiceFactoryBean sfb, Bus bus, Set<String> resourcePackages, boolean scan)Detects the application (if present) or creates the default application (in case the scan is disabled).default PropertiesSwaggerProperties. getSwaggerProperties(String location, Bus bus)Read the Swagger-specific properties from the property file (to seamlessly support the migration from older Swagger features). -
Uses of Bus in org.apache.cxf.jaxrs.microprofile.openapi
Methods in org.apache.cxf.jaxrs.microprofile.openapi with parameters of type Bus Modifier and Type Method Description voidOpenApiFeature.Portable. initialize(Server server, Bus bus)protected voidOpenApiFeature.Portable. registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus)protected voidOpenApiFeature. registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model that return Bus Modifier and Type Method Description BusAbstractResourceInfo. getBus()Constructors in org.apache.cxf.jaxrs.model with parameters of type Bus Constructor Description AbstractResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, boolean checkContexts, Map<Class<?>,ThreadLocalProxy<?>> constructorProxies, Bus bus, Object provider)AbstractResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, boolean checkContexts, Bus bus)AbstractResourceInfo(Bus bus)ApplicationInfo(javax.ws.rs.core.Application provider, Map<Class<?>,ThreadLocalProxy<?>> constructorProxies, Bus bus)ApplicationInfo(javax.ws.rs.core.Application provider, Bus bus)BeanParamInfo(Class<?> beanClass, Bus bus)BeanResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, boolean checkContexts, Bus bus)BeanResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, Bus bus)BeanResourceInfo(Bus bus)ClassResourceInfo(Class<?> theResourceClass, Class<?> theServiceClass, boolean theRoot, boolean enableStatic, boolean createdFromModel, String consumesTypes, String producesTypes, Bus bus)ClassResourceInfo(Class<?> theResourceClass, Class<?> theServiceClass, boolean theRoot, boolean enableStatic, boolean createdFromModel, Bus bus)ClassResourceInfo(Class<?> theResourceClass, Class<?> theServiceClass, boolean theRoot, boolean enableStatic, Bus bus)ClassResourceInfo(Class<?> theResourceClass, Class<?> theServiceClass, boolean theRoot, boolean enableStatic, Bus bus, List<javax.ws.rs.core.MediaType> defaultProduces, List<javax.ws.rs.core.MediaType> defaultConsumes)FilterProviderInfo(Class<?> resourceClass, Class<?> serviceClass, T provider, Bus bus, Map<Class<?>,Integer> supportedContracts)FilterProviderInfo(Class<?> resourceClass, Class<?> serviceClass, T provider, Bus bus, Set<String> nameBindings, boolean dynamic, Map<Class<?>,Integer> supportedContracts)ProviderInfo(Class<?> resourceClass, Class<?> serviceClass, T provider, Map<Class<?>,ThreadLocalProxy<?>> constructorProxies, Bus bus, boolean checkContexts, boolean custom)ProviderInfo(Class<?> resourceClass, Class<?> serviceClass, T provider, Bus bus, boolean custom)ProviderInfo(Class<?> resourceClass, Class<?> serviceClass, T provider, Bus bus, boolean checkContexts, boolean custom)ProviderInfo(T provider, Map<Class<?>,ThreadLocalProxy<?>> constructorProxies, Bus bus, boolean custom)ProviderInfo(T provider, Map<Class<?>,ThreadLocalProxy<?>> constructorProxies, Bus bus, boolean checkContexts, boolean custom)ProviderInfo(T provider, Bus bus, boolean custom)ProviderInfo(T provider, Bus bus, boolean checkContexts, boolean custom) -
Uses of Bus in org.apache.cxf.jaxrs.model.doc
Constructors in org.apache.cxf.jaxrs.model.doc with parameters of type Bus Constructor Description JavaDocProvider(Bus bus, String... paths) -
Uses of Bus in org.apache.cxf.jaxrs.model.wadl
Constructors in org.apache.cxf.jaxrs.model.wadl with parameters of type Bus Constructor Description WadlGenerator(Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.openapi
Methods in org.apache.cxf.jaxrs.openapi with parameters of type Bus Modifier and Type Method Description voidOpenApiFeature.Portable. initialize(Server server, Bus bus)protected voidOpenApiFeature.Portable. registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus)voidOpenApiFeature. registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.openapi.parse
Methods in org.apache.cxf.jaxrs.openapi.parse with parameters of type Bus Modifier and Type Method Description static UserApplicationOpenApiParseUtils. getUserApplication(String loc, Bus bus)static UserApplicationOpenApiParseUtils. getUserApplication(String loc, Bus bus, ParseConfiguration cfg) -
Uses of Bus in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider that return Bus Modifier and Type Method Description BusAbstractConfigurableProvider. getBus()Gets the Bus.BusProviderFactory. getBus()Methods in org.apache.cxf.jaxrs.provider with parameters of type Bus Modifier and Type Method Description static ServerProviderFactoryServerProviderFactory. createInstance(Bus bus)protected static ObjectProviderFactory. createProvider(String className, Bus bus)static ProviderInfo<? extends Object>ProviderFactory. createProviderFromConstructor(Constructor<?> c, Map<Class<?>,Object> values, Bus theBus, boolean checkContexts, boolean custom)protected static Set<String>ProviderFactory. getFilterNameBindings(Bus bus, Object provider)protected static ProviderCacheProviderFactory. initCache(Bus theBus)voidAbstractConfigurableProvider. setBus(Bus b)Sets the BusvoidProviderFactory. setBus(Bus bus)Constructors in org.apache.cxf.jaxrs.provider with parameters of type Bus Constructor Description ProviderFactory(Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.servlet
Constructors in org.apache.cxf.jaxrs.servlet with parameters of type Bus Constructor Description CXFNonSpringJaxrsServlet(javax.ws.rs.core.Application app, DestinationRegistry destinationRegistry, Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.spring
Methods in org.apache.cxf.jaxrs.spring that return Bus Modifier and Type Method Description protected BusAbstractSpringConfigurationFactory. getBus() -
Uses of Bus in org.apache.cxf.jaxrs.sse
Methods in org.apache.cxf.jaxrs.sse with parameters of type Bus Modifier and Type Method Description voidSseFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidSseFeature.Portable. initialize(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.swagger
Methods in org.apache.cxf.jaxrs.swagger with parameters of type Bus Modifier and Type Method Description voidAbstractSwaggerFeature. addSwaggerResource(Server server, Bus bus)protected abstract voidAbstractSwaggerFeature.Portable. addSwaggerResource(Server server, Bus bus)voidSwagger2Feature. addSwaggerResource(Server server, Bus bus)protected voidSwagger2Feature.Portable. addSwaggerResource(Server server, Bus bus)voidAbstractSwaggerFeature.Portable. initialize(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.swagger.openapi
Methods in org.apache.cxf.jaxrs.swagger.openapi with parameters of type Bus Modifier and Type Method Description static StringSwaggerToOpenApiConversionUtils. getOpenApiFromSwaggerLoc(String loc, OpenApiConfiguration cfg, Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.swagger.parse
Methods in org.apache.cxf.jaxrs.swagger.parse with parameters of type Bus Modifier and Type Method Description static UserApplicationSwaggerParseUtils. getUserApplication(String loc, Bus bus)static UserApplicationSwaggerParseUtils. getUserApplication(String loc, Bus bus, ParseConfiguration cfg) -
Uses of Bus in org.apache.cxf.jaxrs.swagger.ui
Methods in org.apache.cxf.jaxrs.swagger.ui with parameters of type Bus Modifier and Type Method Description default SwaggerUiSupport.RegistrationSwaggerUiSupport. getSwaggerUi(Bus bus, Properties swaggerProps, boolean runAsFilter)Detects the presence of Swagger UI in classpath with respect to properties and configuration provided. -
Uses of Bus in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils with parameters of type Bus Modifier and Type Method Description static JAXRSServerFactoryBeanResourceUtils. createApplication(javax.ws.rs.core.Application app, boolean ignoreAppPath, boolean staticSubresourceResolution, boolean useSingletonResourceProvider, Bus bus)static ClassResourceInfoResourceUtils. createClassResourceInfo(Class<?> rClass, Class<?> sClass, boolean root, boolean enableStatic, Bus bus)static ClassResourceInfoResourceUtils. createClassResourceInfo(Class<?> rClass, Class<?> sClass, ClassResourceInfo parent, boolean root, boolean enableStatic, Bus bus)static ClassResourceInfoResourceUtils. createClassResourceInfo(Class<?> rClass, Class<?> sClass, ClassResourceInfo parent, boolean root, boolean enableStatic, Bus bus, List<javax.ws.rs.core.MediaType> defaultConsumes, List<javax.ws.rs.core.MediaType> defaultProduces)static ClassResourceInfoResourceUtils. createClassResourceInfo(Map<String,UserResource> resources, UserResource model, Class<?> defaultClass, boolean isRoot, boolean enableStatic, Bus bus)static ClassResourceInfoResourceUtils. createServiceClassResourceInfo(Map<String,UserResource> resources, UserResource model, Class<?> sClass, boolean isRoot, boolean enableStatic, Bus bus)static InputStreamResourceUtils. getClasspathResourceStream(String path, Class<?> callingClass, Bus bus)static URLResourceUtils. getClasspathResourceURL(String path, Class<?> callingClass, Bus bus)static Set<String>AnnotationUtils. getInstanceNameBindings(Bus bus, Object obj)static Set<String>AnnotationUtils. getNameBindings(Bus bus, Class<?> clazz)static <T> TResourceUtils. getResource(String path, Class<T> resourceClass, Bus bus)static InputStreamResourceUtils. getResourceStream(String loc, Bus bus)static URLResourceUtils. getResourceURL(String loc, Bus bus)static List<UserResource>ResourceUtils. getUserResources(String loc, Bus bus)static PropertiesResourceUtils. loadProperties(String propertiesLocation, Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.utils.schemas
Methods in org.apache.cxf.jaxrs.utils.schemas with parameters of type Bus Modifier and Type Method Description static SchemaSchemaHandler. createSchema(List<String> locations, String catalogLocation, Bus bus)voidSchemaHandler. setBus(Bus b) -
Uses of Bus in org.apache.cxf.jaxrs.validation
Methods in org.apache.cxf.jaxrs.validation with parameters of type Bus Modifier and Type Method Description voidJAXRSBeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus) -
Uses of Bus in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return Bus Modifier and Type Method Description BusEndpointImpl. getBus()BusServiceImpl. getBus()Methods in org.apache.cxf.jaxws with parameters of type Bus Modifier and Type Method Description voidEndpointImpl. setBus(Bus b)Constructors in org.apache.cxf.jaxws with parameters of type Bus Constructor Description CXFService(Bus b, URL wsdlURL, QName serviceName)CXFService(Bus b, URL wsdlURL, QName serviceName, javax.xml.ws.WebServiceFeature... f)EndpointImpl(Bus bus, Object implementor)EndpointImpl(Bus b, Object i, String bindingUri)EndpointImpl(Bus b, Object i, String bindingUri, String wsdl)EndpointImpl(Bus b, Object i, String bindingUri, String wsdl, javax.xml.ws.WebServiceFeature[] f)EndpointImpl(Bus b, Object i, String bindingUri, javax.xml.ws.WebServiceFeature[] features)EndpointImpl(Bus b, Object implementor, JaxWsServerFactoryBean sf)ServiceImpl(Bus b, URL url, QName name, Class<?> cls, javax.xml.ws.WebServiceFeature... f)WrapperClassGenerator(Bus bus) -
Uses of Bus in org.apache.cxf.jaxws.context
Methods in org.apache.cxf.jaxws.context with parameters of type Bus Modifier and Type Method Description voidWebServiceContextResourceResolver. setBus(Bus b)Constructors in org.apache.cxf.jaxws.context with parameters of type Bus Constructor Description WebServiceContextResourceResolver(Bus b) -
Uses of Bus in org.apache.cxf.jaxws.endpoint.dynamic
Methods in org.apache.cxf.jaxws.endpoint.dynamic with parameters of type Bus Modifier and Type Method Description static JaxWsDynamicClientFactoryJaxWsDynamicClientFactory. newInstance(Bus b)Create a new instance using a specific Bus.Constructors in org.apache.cxf.jaxws.endpoint.dynamic with parameters of type Bus Constructor Description JaxWsDynamicClientFactory(Bus bus) -
Uses of Bus in org.apache.cxf.jaxws.handler
Constructors in org.apache.cxf.jaxws.handler with parameters of type Bus Constructor Description AnnotationHandlerChainBuilder(Bus bus)HandlerChainBuilder(Bus aBus)HandlerResolverImpl(Bus bus, QName serviceName, Class<?> clazz) -
Uses of Bus in org.apache.cxf.jaxws.spi
Methods in org.apache.cxf.jaxws.spi with parameters of type Bus Modifier and Type Method Description protected EndpointImplProviderImpl. createEndpointImpl(Bus bus, String bindingId, Object implementor, javax.xml.ws.WebServiceFeature... features)Constructors in org.apache.cxf.jaxws.spi with parameters of type Bus Constructor Description GenerateJustInTime(Bus bus)LoadFirst(Bus bus)WrapperClassCreatorProxyService(Bus bus)WrapperClassLoader(Bus bus) -
Uses of Bus in org.apache.cxf.jaxws.spring
Constructors in org.apache.cxf.jaxws.spring with parameters of type Bus Constructor Description SpringEndpointImpl(Bus bus, Object implementor) -
Uses of Bus in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support with parameters of type Bus Modifier and Type Method Description EndpointImplJaxWsEndpointImplFactory. newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.Constructors in org.apache.cxf.jaxws.support with parameters of type Bus Constructor Description JaxWsClientEndpointImpl(Bus bus, Service s, EndpointInfo ei, ServiceImpl si, List<javax.xml.ws.WebServiceFeature> wf)JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei)JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<javax.xml.ws.WebServiceFeature> wf)JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<javax.xml.ws.WebServiceFeature> wf, List<? extends Feature> af, boolean isFromWsdl) -
Uses of Bus in org.apache.cxf.jaxws22
Constructors in org.apache.cxf.jaxws22 with parameters of type Bus Constructor Description EndpointImpl(Bus bus, Object implementor)Deprecated.EndpointImpl(Bus b, Object i, String bindingUri)Deprecated.EndpointImpl(Bus b, Object i, String bindingUri, String wsdl)Deprecated.EndpointImpl(Bus b, Object i, String bindingUri, String wsdl, javax.xml.ws.WebServiceFeature[] f)Deprecated.EndpointImpl(Bus b, Object i, String bindingUri, javax.xml.ws.WebServiceFeature[] features)Deprecated.EndpointImpl(Bus b, Object implementor, JaxWsServerFactoryBean sf)Deprecated. -
Uses of Bus in org.apache.cxf.jca.cxf
Methods in org.apache.cxf.jca.cxf that return Bus Modifier and Type Method Description BusCXFInvocationHandlerData. getBus()BusJCABusFactory. getBus()BusManagedConnectionFactoryImpl. getBus()Methods in org.apache.cxf.jca.cxf that return types with arguments of type Bus Modifier and Type Method Description protected Set<Bus>ResourceAdapterImpl. getBusCache()Methods in org.apache.cxf.jca.cxf with parameters of type Bus Modifier and Type Method Description voidResourceAdapterImpl. registerBus(Bus bus)voidCXFInvocationHandlerData. setBus(Bus bus)voidJCABusFactory. setBus(Bus b)Method parameters in org.apache.cxf.jca.cxf with type arguments of type Bus Modifier and Type Method Description protected voidResourceAdapterImpl. setBusCache(Set<Bus> cache) -
Uses of Bus in org.apache.cxf.jca.cxf.handlers
Constructors in org.apache.cxf.jca.cxf.handlers with parameters of type Bus Constructor Description InvocationHandlerFactory(Bus b, CXFManagedConnection connection) -
Uses of Bus in org.apache.cxf.jca.servant
Methods in org.apache.cxf.jca.servant with parameters of type Bus Modifier and Type Method Description protected voidEJBEndpoint. setWorkManagerThreadPoolToJetty(Bus bus, String baseAddress) -
Uses of Bus in org.apache.cxf.js.rhino
Methods in org.apache.cxf.js.rhino that return Bus Modifier and Type Method Description BusJsServiceFactoryBean. getBus()Methods in org.apache.cxf.js.rhino with parameters of type Bus Modifier and Type Method Description voidJsServiceFactoryBean. setBus(Bus bus) -
Uses of Bus in org.apache.cxf.management.counters
Methods in org.apache.cxf.management.counters that return Bus Modifier and Type Method Description BusCounterRepository. getBus()Methods in org.apache.cxf.management.counters with parameters of type Bus Modifier and Type Method Description voidCounterRepository. setBus(Bus b) -
Uses of Bus in org.apache.cxf.management.interceptor
Methods in org.apache.cxf.management.interceptor with parameters of type Bus Modifier and Type Method Description voidResponseTimeFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.management.jmx
Methods in org.apache.cxf.management.jmx that return Bus Modifier and Type Method Description BusInstrumentationManagerImpl. getBus()Methods in org.apache.cxf.management.jmx with parameters of type Bus Modifier and Type Method Description voidInstrumentationManagerImpl. setBus(Bus bus)Constructors in org.apache.cxf.management.jmx with parameters of type Bus Constructor Description InstrumentationManagerImpl(Bus bus) -
Uses of Bus in org.apache.cxf.message
Methods in org.apache.cxf.message that return Bus Modifier and Type Method Description BusExchange. getBus()BusExchangeImpl. getBus() -
Uses of Bus in org.apache.cxf.metrics
Methods in org.apache.cxf.metrics with parameters of type Bus Modifier and Type Method Description voidMetricsFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidMetricsFeature.Portable. initialize(Client client, Bus bus)voidMetricsFeature.Portable. initialize(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.metrics.codahale
Fields in org.apache.cxf.metrics.codahale declared as Bus Modifier and Type Field Description protected BusCodahaleMetricsProvider. busMethods in org.apache.cxf.metrics.codahale with parameters of type Bus Modifier and Type Method Description static voidCodahaleMetricsProvider. setupJMXReporter(Bus b, com.codahale.metrics.MetricRegistry reg)Constructors in org.apache.cxf.metrics.codahale with parameters of type Bus Constructor Description CodahaleMetricsProvider(Bus b) -
Uses of Bus in org.apache.cxf.metrics.interceptors
Methods in org.apache.cxf.metrics.interceptors with parameters of type Bus Modifier and Type Method Description protected Collection<? extends MetricsProvider>AbstractMetricsInterceptor. getMetricProviders(Bus bus) -
Uses of Bus in org.apache.cxf.microprofile.client
Methods in org.apache.cxf.microprofile.client with parameters of type Bus Modifier and Type Method Description static MicroProfileClientProviderFactoryMicroProfileClientProviderFactory. createInstance(Bus bus, Comparator<ProviderInfo<?>> comparator) -
Uses of Bus in org.apache.cxf.microprofile.client.cdi
Methods in org.apache.cxf.microprofile.client.cdi with parameters of type Bus Modifier and Type Method Description static Optional<Object>CDIFacade. getBeanManager(Bus b)static <T> Optional<Instance<T>>CDIFacade. getInstanceFromCDI(Class<T> clazz, Bus b) -
Uses of Bus in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common with parameters of type Bus Modifier and Type Method Description static URLJoseUtils. getClasspathResourceURL(String path, Class<?> callingClass, Bus bus)static <T> TJoseUtils. getResource(String path, Class<T> resourceClass, Bus bus)static InputStreamJoseUtils. getResourceStream(String loc, Bus bus)static URLJoseUtils. getResourceURL(String loc, Bus bus)static KeyStoreKeyManagementUtils. loadKeyStore(String keyStoreLoc, String keyStoreType, String keyStorePswd, Bus bus)static KeyStoreKeyManagementUtils. loadKeyStore(Properties props, Bus bus)static PrivateKeyKeyManagementUtils. loadPrivateKey(String keyStoreLoc, String keyStorePassword, String keyAlias, String keyPassword, Bus bus)static PrivateKeyKeyManagementUtils. loadPrivateKey(String keyStorePropLoc, Bus bus)static PropertiesJoseUtils. loadProperties(String propertiesLocation, Bus bus)static PublicKeyKeyManagementUtils. loadPublicKey(String keyStoreLoc, String keyStorePassword, String keyAlias, Bus bus)static PublicKeyKeyManagementUtils. loadPublicKey(String keyStorePropLoc, Bus bus) -
Uses of Bus in org.apache.cxf.rs.security.jose.jwk
Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type Bus Modifier and Type Method Description static JsonWebKeysJwkUtils. loadJwkSet(Properties props, Bus bus, JweDecryptionProvider jwe)static JsonWebKeysJwkUtils. loadJwkSet(Properties props, Bus bus, PrivateKeyPasswordProvider cb) -
Uses of Bus in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws with parameters of type Bus Modifier and Type Method Description static PropertiesJwsUtils. loadSignatureProperties(String propertiesLoc, Bus bus)static JwsSignatureProviderJwsUtils. loadSignatureProvider(String propertiesLoc, Bus bus)static JwsSignatureVerifierJwsUtils. loadSignatureVerifier(String propertiesLoc, Bus bus) -
Uses of Bus in org.apache.cxf.rs.security.oauth2.grants.code
Constructors in org.apache.cxf.rs.security.oauth2.grants.code with parameters of type Bus Constructor Description JCacheCodeDataProvider(String configFileURL, Bus bus)JCacheCodeDataProvider(String configFileURL, Bus bus, String clientCacheKey, String codeCacheKey, String accessTokenKey, String refreshTokenKey)JCacheCodeDataProvider(String configFileURL, Bus bus, String clientCacheKey, String codeCacheKey, String accessTokenKey, String refreshTokenKey, boolean storeJwtTokenKeyOnly) -
Uses of Bus in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type Bus Modifier and Type Method Description protected static javax.cache.CacheManagerJCacheOAuthDataProvider. createCacheManager(String configFile, Bus bus)Constructors in org.apache.cxf.rs.security.oauth2.provider with parameters of type Bus Constructor Description JCacheOAuthDataProvider(String configFileURL, Bus bus)JCacheOAuthDataProvider(String configFileURL, Bus bus, boolean storeJwtTokenKeyOnly)JCacheOAuthDataProvider(String configFileURL, Bus bus, String clientCacheKey, String accessTokenCacheKey, String refreshTokenCacheKey)JCacheOAuthDataProvider(String configFileURL, Bus bus, String clientCacheKey, String accessTokenCacheKey, String refreshTokenCacheKey, boolean storeJwtTokenKeyOnly) -
Uses of Bus in org.apache.cxf.rs.security.saml.sso
Constructors in org.apache.cxf.rs.security.saml.sso with parameters of type Bus Constructor Description EHCacheTokenReplayCache(String configFile, Bus bus)EHCacheTokenReplayCache(Bus bus) -
Uses of Bus in org.apache.cxf.rs.security.saml.sso.state
Constructors in org.apache.cxf.rs.security.saml.sso.state with parameters of type Bus Constructor Description EHCacheSPStateManager(String configFile, Bus bus)EHCacheSPStateManager(Bus bus) -
Uses of Bus in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type Bus Modifier and Type Method Description voidServiceBuilder. setBus(Bus bus) -
Uses of Bus in org.apache.cxf.service.factory
Methods in org.apache.cxf.service.factory that return Bus Modifier and Type Method Description BusAbstractServiceFactoryBean. getBus()Methods in org.apache.cxf.service.factory with parameters of type Bus Modifier and Type Method Description voidAbstractServiceFactoryBean. setBus(Bus bus)voidFactoryBeanListenerManager. setBus(Bus bus)Constructors in org.apache.cxf.service.factory with parameters of type Bus Constructor Description FactoryBeanListenerManager(Bus b) -
Uses of Bus in org.apache.cxf.sts
Methods in org.apache.cxf.sts that return Bus Modifier and Type Method Description BusStaticSTSProperties. getBus()Methods in org.apache.cxf.sts with parameters of type Bus Modifier and Type Method Description voidStaticSTSProperties. setBus(Bus bus) -
Uses of Bus in org.apache.cxf.sts.cache
Methods in org.apache.cxf.sts.cache that return Bus Modifier and Type Method Description protected BusAbstractIdentityCache. getBus()Constructors in org.apache.cxf.sts.cache with parameters of type Bus Constructor Description AbstractIdentityCache(Bus bus, IdentityMapper identityMapper)DefaultInMemoryTokenStore(Bus b)EHCacheIdentityCache(IdentityMapper identityMapper, String key, Bus b, URL configFileURL)EHCacheIdentityCache(IdentityMapper identityMapper, Bus b)MemoryIdentityCache(Bus bus, IdentityMapper identityMapper)MemoryIdentityCacheStatistics(Bus bus, ManagedComponent parent) -
Uses of Bus in org.apache.cxf.throttling
Methods in org.apache.cxf.throttling with parameters of type Bus Modifier and Type Method Description voidThrottlingFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.tools.common.toolspec
Methods in org.apache.cxf.tools.common.toolspec that return Bus Modifier and Type Method Description BusAbstractToolContainer. getBus() -
Uses of Bus in org.apache.cxf.tools.java2js.processor
Methods in org.apache.cxf.tools.java2js.processor that return Bus Modifier and Type Method Description BusJavaToJSProcessor. getBus() -
Uses of Bus in org.apache.cxf.tools.java2wsdl.generator
Methods in org.apache.cxf.tools.java2wsdl.generator that return Bus Modifier and Type Method Description BusAbstractGenerator. getBus()Methods in org.apache.cxf.tools.java2wsdl.generator with parameters of type Bus Modifier and Type Method Description voidAbstractGenerator. setBus(Bus b) -
Uses of Bus in org.apache.cxf.tools.java2wsdl.processor
Methods in org.apache.cxf.tools.java2wsdl.processor that return Bus Modifier and Type Method Description BusJavaToWSDLProcessor. getBus() -
Uses of Bus in org.apache.cxf.tools.misc.processor
Methods in org.apache.cxf.tools.misc.processor with parameters of type Bus Modifier and Type Method Description booleanAbstractWSDLToProcessor. validate(javax.wsdl.Definition def, ToolContext context, Bus bus) -
Uses of Bus in org.apache.cxf.tools.validator.internal
Methods in org.apache.cxf.tools.validator.internal that return Bus Modifier and Type Method Description BusAbstractDefinitionValidator. getBus()Constructors in org.apache.cxf.tools.validator.internal with parameters of type Bus Constructor Description AbstractDefinitionValidator(javax.wsdl.Definition definition, Bus b)AbstractDefinitionValidator(javax.wsdl.Definition definition, ToolContext pEnv, Bus b)WSDL11Validator(javax.wsdl.Definition definition, ToolContext pe, Bus b)WSDLRefValidator(javax.wsdl.Definition wsdl, Document doc, Bus bus) -
Uses of Bus in org.apache.cxf.tools.wadlto.jaxrs
Methods in org.apache.cxf.tools.wadlto.jaxrs with parameters of type Bus Modifier and Type Method Description voidSourceGenerator. setBus(Bus bus) -
Uses of Bus in org.apache.cxf.tools.wsdlto.core
Fields in org.apache.cxf.tools.wsdlto.core declared as Bus Modifier and Type Field Description protected BusAbstractWSDLBuilder. busMethods in org.apache.cxf.tools.wsdlto.core with parameters of type Bus Modifier and Type Method Description voidAbstractWSDLBuilder. setBus(Bus b)voidWSDLDefinitionBuilder. setBus(Bus b)Constructors in org.apache.cxf.tools.wsdlto.core with parameters of type Bus Constructor Description WSDLDefinitionBuilder(Bus b) -
Uses of Bus in org.apache.cxf.tracing.brave
Methods in org.apache.cxf.tracing.brave with parameters of type Bus Modifier and Type Method Description voidBraveClientFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidBraveFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.tracing.opentracing
Methods in org.apache.cxf.tracing.opentracing with parameters of type Bus Modifier and Type Method Description voidOpenTracingClientFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidOpenTracingFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.transport
Fields in org.apache.cxf.transport declared as Bus Modifier and Type Field Description protected BusAbstractDestination. busprotected BusChainInitiationObserver. busprotected BusMultipleEndpointObserver. busprotected BusTransportURIResolver. busMethods in org.apache.cxf.transport with parameters of type Bus Modifier and Type Method Description ConduitConduitInitiator. getConduit(EndpointInfo targetInfo, Bus bus)Initiate an outbound Conduit.ConduitConduitInitiator. getConduit(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)Initiate an outbound Conduit.DestinationDestinationFactory. getDestination(EndpointInfo ei, Bus bus)Create a destination.protected static org.apache.cxf.ws.addressing.EndpointReferenceTypeAbstractObservable. getTargetReference(EndpointInfo ei, Bus bus)Get the target reference .protected static org.apache.cxf.ws.addressing.EndpointReferenceTypeAbstractObservable. getTargetReference(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, Bus bus)Get the target endpoint reference.Constructors in org.apache.cxf.transport with parameters of type Bus Constructor Description AbstractDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei)AbstractMultiplexDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei)ChainInitiationObserver(Endpoint endpoint, Bus bus)MultipleEndpointObserver(Bus bus)TransportFinder(Bus b, Map<String,T> m, Set<String> l, Class<T> c)TransportURIResolver(Bus b) -
Uses of Bus in org.apache.cxf.transport.common.gzip
Methods in org.apache.cxf.transport.common.gzip with parameters of type Bus Modifier and Type Method Description voidGZIPFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as Bus Modifier and Type Field Description protected BusAbstractHTTPDestination. busprotected BusHTTPConduit. busThis field holds a reference to the CXF bus associated this conduit.Methods in org.apache.cxf.transport.http that return Bus Modifier and Type Method Description BusAbstractHTTPDestination. getBus()Methods in org.apache.cxf.transport.http with parameters of type Bus Modifier and Type Method Description protected voidHTTPTransportFactory. configure(Bus b, Object bean)This call uses the Configurer from the bus to configure a bean.protected voidHTTPTransportFactory. configure(Bus bus, Object bean, String name, String extraName)HTTPConduitHTTPConduitFactory. createConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)AbstractHTTPDestinationHttpDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)voidHTTPWSDLExtensionLoader. createExtensor(Bus b, WSDLManager manager, Class<?> parentType, Class<?> elementType)protected HTTPConduitFactoryHTTPTransportFactory. findFactory(EndpointInfo endpointInfo, Bus bus)ConduitHTTPTransportFactory. getConduit(EndpointInfo endpointInfo, Bus bus)This call creates a new HTTPConduit for the endpoint.ConduitHTTPTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.DestinationHTTPTransportFactory. getDestination(EndpointInfo endpointInfo, Bus bus)voidHttpConduitFeature.Portable. initialize(Client client, Bus bus)voidHttpDestinationFeature.Portable. initialize(Server server, Bus bus)default booleanHttpServerEngineSupport. isHttp2Enabled(Bus bus)Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is truedefault booleanHttpServerEngineSupport. isHttp2Required(Bus bus)Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is falseConstructors in org.apache.cxf.transport.http with parameters of type Bus Constructor Description AbstractHTTPDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path, boolean dp)ConstructorHttpClientHTTPConduit(Bus b, EndpointInfo ei)HttpClientHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t)HTTPConduit(Bus b, EndpointInfo ei)ConstructorHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t)ConstructorHTTPWSDLExtensionLoader(Bus b)URLConnectionHTTPConduit(Bus b, EndpointInfo ei)URLConnectionHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t) -
Uses of Bus in org.apache.cxf.transport.http_jaxws_spi
Methods in org.apache.cxf.transport.http_jaxws_spi with parameters of type Bus Modifier and Type Method Description DestinationJAXWSHttpSpiTransportFactory. getDestination(EndpointInfo endpointInfo, Bus bus)Constructors in org.apache.cxf.transport.http_jaxws_spi with parameters of type Bus Constructor Description JAXWSHttpSpiDestination(Bus b, DestinationRegistry registry, EndpointInfo ei) -
Uses of Bus in org.apache.cxf.transport.http_jetty
Methods in org.apache.cxf.transport.http_jetty that return Bus Modifier and Type Method Description BusJettyHTTPHandler. getBus()BusJettyHTTPServerEngineFactory. getBus()Methods in org.apache.cxf.transport.http_jetty with parameters of type Bus Modifier and Type Method Description AbstractHTTPDestinationJettyDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)voidJettyHTTPServerEngineFactory. setBus(Bus bus)This call is used to set the bus.Constructors in org.apache.cxf.transport.http_jetty with parameters of type Bus Constructor Description JettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, URL nurl, JettyHTTPServerEngineFactory serverEngineFactory)JettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)ConstructorJettyHTTPHandler(Bus bus)JettyHTTPServerEngineFactory(Bus b)JettyHTTPServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading) -
Uses of Bus in org.apache.cxf.transport.http_jetty.spring
Methods in org.apache.cxf.transport.http_jetty.spring with parameters of type Bus Modifier and Type Method Description voidJettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine. setBus(Bus b)Constructors in org.apache.cxf.transport.http_jetty.spring with parameters of type Bus Constructor Description SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus b, String host, int port)SpringJettyHTTPServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading) -
Uses of Bus in org.apache.cxf.transport.http_undertow
Methods in org.apache.cxf.transport.http_undertow that return Bus Modifier and Type Method Description protected BusCxfUndertowServlet. getBus()BusUndertowHTTPHandler. getBus()BusUndertowHTTPServerEngineFactory. getBus()Methods in org.apache.cxf.transport.http_undertow with parameters of type Bus Modifier and Type Method Description AbstractHTTPDestinationUndertowDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)booleanUndertowHTTPServerEngine. isHttp2Enabled(Bus bus)voidUndertowHTTPServerEngineFactory. setBus(Bus bus)This call is used to set the bus.Constructors in org.apache.cxf.transport.http_undertow with parameters of type Bus Constructor Description UndertowHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory)ConstructorUndertowHTTPHandler(Bus bus)UndertowHTTPServerEngineFactory(Bus b)UndertowHTTPServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading) -
Uses of Bus in org.apache.cxf.transport.http_undertow.spring
Methods in org.apache.cxf.transport.http_undertow.spring with parameters of type Bus Modifier and Type Method Description voidUndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine. setBus(Bus b)Constructors in org.apache.cxf.transport.http_undertow.spring with parameters of type Bus Constructor Description SpringUndertowHTTPServerEngine(UndertowHTTPServerEngineFactory fac, Bus b, String host, int port)SpringUndertowHTTPServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading) -
Uses of Bus in org.apache.cxf.transport.http.asyncclient
Methods in org.apache.cxf.transport.http.asyncclient that return Bus Modifier and Type Method Description BusActivator.ConduitConfigurer. addingService(org.osgi.framework.ServiceReference<Bus> reference)Methods in org.apache.cxf.transport.http.asyncclient with parameters of type Bus Modifier and Type Method Description protected voidAsyncHttpTransportFactory. configure(Bus b, Object bean)protected voidAsyncHttpTransportFactory. configure(Bus bus, Object bean, String name, String extraName)HTTPConduitAsyncHTTPConduitFactory. createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)HTTPConduitAsyncHTTPConduitFactory. createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)ConduitAsyncHttpTransportFactory. getConduit(EndpointInfo endpointInfo, Bus bus)ConduitAsyncHttpTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)Method parameters in org.apache.cxf.transport.http.asyncclient with type arguments of type Bus Modifier and Type Method Description BusActivator.ConduitConfigurer. addingService(org.osgi.framework.ServiceReference<Bus> reference)Constructors in org.apache.cxf.transport.http.asyncclient with parameters of type Bus Constructor Description AsyncHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, AsyncHTTPConduitFactory factory)AsyncHTTPConduitFactory(Bus b) -
Uses of Bus in org.apache.cxf.transport.http.asyncclient.hc5
Methods in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type Bus Modifier and Type Method Description protected voidAsyncHttpTransportFactory. configure(Bus b, Object bean)protected voidAsyncHttpTransportFactory. configure(Bus bus, Object bean, String name, String extraName)HTTPConduitAsyncHTTPConduitFactory. createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)HTTPConduitAsyncHTTPConduitFactory. createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)ConduitAsyncHttpTransportFactory. getConduit(EndpointInfo endpointInfo, Bus bus)ConduitAsyncHttpTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)Constructors in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type Bus Constructor Description AsyncHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, AsyncHTTPConduitFactory factory)AsyncHTTPConduitFactory(Bus b) -
Uses of Bus in org.apache.cxf.transport.http.netty.client
Methods in org.apache.cxf.transport.http.netty.client with parameters of type Bus Modifier and Type Method Description protected voidNettyHttpTransportFactory. configure(Bus b, Object bean)protected voidNettyHttpTransportFactory. configure(Bus bus, Object bean, String name, String extraName)HTTPConduitNettyHttpConduitFactory. createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)HTTPConduitNettyHttpConduitFactory. createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)ConduitNettyHttpTransportFactory. getConduit(EndpointInfo endpointInfo, Bus bus)ConduitNettyHttpTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)protected voidNettyHttpConduitFactory. registerBusLifeListener(Bus bus, io.netty.channel.EventLoopGroup group)Constructors in org.apache.cxf.transport.http.netty.client with parameters of type Bus Constructor Description NettyHttpConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, NettyHttpConduitFactory conduitFactory) -
Uses of Bus in org.apache.cxf.transport.http.netty.server
Methods in org.apache.cxf.transport.http.netty.server that return Bus Modifier and Type Method Description BusNettyHttpServerEngine. getBus()BusNettyHttpServerEngineFactory. getBus()Methods in org.apache.cxf.transport.http.netty.server with parameters of type Bus Modifier and Type Method Description protected voidNettyHttpTransportFactory. configure(Bus b, Object bean)This call uses the Configurer from the bus to configure a bean.protected voidNettyHttpTransportFactory. configure(Bus bus, Object bean, String name, String extraName)AbstractHTTPDestinationNettyHttpDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)DestinationNettyHttpTransportFactory. getDestination(EndpointInfo endpointInfo, Bus bus)voidNettyHttpServerEngine. setBus(Bus bus)voidNettyHttpServerEngineFactory. setBus(Bus bus)This call is used to set the bus.Constructors in org.apache.cxf.transport.http.netty.server with parameters of type Bus Constructor Description NettyHttpDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, NettyHttpServerEngineFactory serverEngineFactory)ConstructorNettyHttpServerEngine(String host, int port, Bus bus)NettyHttpServerEngineFactory(Bus b)NettyHttpServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads) -
Uses of Bus in org.apache.cxf.transport.http.netty.server.spring
Methods in org.apache.cxf.transport.http.netty.server.spring with parameters of type Bus Modifier and Type Method Description voidNettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine. setBus(Bus b)Constructors in org.apache.cxf.transport.http.netty.server.spring with parameters of type Bus Constructor Description SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port)SpringNettyHttpServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads) -
Uses of Bus in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https with parameters of type Bus Modifier and Type Method Description voidCertConstraintsFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidCertConstraintsFeature.Portable. initialize(Bus bus)voidCertConstraintsFeature.Portable. initialize(Client client, Bus bus)voidCertConstraintsFeature.Portable. initialize(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.transport.jms
Methods in org.apache.cxf.transport.jms with parameters of type Bus Modifier and Type Method Description static JMSConfigurationJMSConfigFactory. createFromEndpoint(Bus bus, JMSEndpoint endpoint)static JMSConfigurationJMSConfigFactory. createFromEndpointInfo(Bus bus, EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)static ExecutorJMSFactory. createWorkQueueExecutor(Bus bus, String name)Get workqueue from workqueue manager.ConduitJMSTransportFactory. getConduit(EndpointInfo endpointInfo, Bus b)ConduitJMSTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)Initiate an outbound Conduit.DestinationJMSTransportFactory. getDestination(EndpointInfo endpointInfo, Bus bus)Create a destination.voidConnectionFactoryFeature.Portable. initialize(Client client, Bus bus)voidConnectionFactoryFeature.Portable. initialize(Server server, Bus bus)voidConnectionFactoryFeature.Portable. initialize(InterceptorProvider provider, Bus bus)voidJMSConfigFeature.Portable. initialize(Client client, Bus bus)voidJMSConfigFeature.Portable. initialize(Server server, Bus bus)Constructors in org.apache.cxf.transport.jms with parameters of type Bus Constructor Description JMSConduit(org.apache.cxf.ws.addressing.EndpointReferenceType target, JMSConfiguration jmsConfig, Bus b)JMSDestination(Bus b, EndpointInfo info, JMSConfiguration jmsConfig) -
Uses of Bus in org.apache.cxf.transport.jms.continuations
Constructors in org.apache.cxf.transport.jms.continuations with parameters of type Bus Constructor Description JMSContinuation(Bus b, Message m, MessageObserver observer, Counter suspendendContinuations)JMSContinuationProvider(Bus b, Message m, MessageObserver observer, Counter suspendendContinuations) -
Uses of Bus in org.apache.cxf.transport.jms.wsdl11
Constructors in org.apache.cxf.transport.jms.wsdl11 with parameters of type Bus Constructor Description JMSWSDLExtensionLoader(Bus b) -
Uses of Bus in org.apache.cxf.transport.local
Methods in org.apache.cxf.transport.local that return Bus Modifier and Type Method Description BusLocalDestination. getBus()Methods in org.apache.cxf.transport.local with parameters of type Bus Modifier and Type Method Description ConduitLocalTransportFactory. getConduit(EndpointInfo ei, Bus bus)ConduitLocalTransportFactory. getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)LocalDestinationLocalTransportFactory. getDestination(EndpointInfo ei, Bus bus)protected LocalDestinationLocalTransportFactory. getDestination(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, Bus bus)ExecutorLocalTransportFactory. getExecutor(Bus bus)Constructors in org.apache.cxf.transport.local with parameters of type Bus Constructor Description LocalDestination(LocalTransportFactory localDestinationFactory, org.apache.cxf.ws.addressing.EndpointReferenceType epr, EndpointInfo ei, Bus bus) -
Uses of Bus in org.apache.cxf.transport.servlet
Fields in org.apache.cxf.transport.servlet declared as Bus Modifier and Type Field Description protected BusCXFNonSpringServlet. busMethods in org.apache.cxf.transport.servlet that return Bus Modifier and Type Method Description protected abstract BusAbstractHTTPServlet. getBus()BusCXFNonSpringServlet. getBus()Methods in org.apache.cxf.transport.servlet with parameters of type Bus Modifier and Type Method Description AbstractHTTPDestinationServletDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)voidCXFNonSpringServlet. setBus(Bus bus)Constructors in org.apache.cxf.transport.servlet with parameters of type Bus Constructor Description CXFNonSpringServlet(DestinationRegistry destinationRegistry, Bus bus)ServletDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path)Constructor, allowing subsititution of configuration.ServletDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path, boolean dp) -
Uses of Bus in org.apache.cxf.transport.servlet.servicelist
Constructors in org.apache.cxf.transport.servlet.servicelist with parameters of type Bus Constructor Description FormattedServiceListWriter(String styleSheetPath, String title, boolean showForeignContexts, Bus bus)ServiceListGeneratorServlet(DestinationRegistry destinationRegistry, Bus bus)UnformattedServiceListWriter(boolean renderWsdlList, Bus bus) -
Uses of Bus in org.apache.cxf.transport.sse
Methods in org.apache.cxf.transport.sse with parameters of type Bus Modifier and Type Method Description voidSseProvidersExtension. busCreated(Bus bus) -
Uses of Bus in org.apache.cxf.transport.udp
Methods in org.apache.cxf.transport.udp with parameters of type Bus Modifier and Type Method Description ConduitUDPTransportFactory. getConduit(EndpointInfo ei, Bus bus)ConduitUDPTransportFactory. getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)DestinationUDPTransportFactory. getDestination(EndpointInfo ei, Bus bus)protected DestinationUDPTransportFactory. getDestination(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, Bus bus)Constructors in org.apache.cxf.transport.udp with parameters of type Bus Constructor Description UDPConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t, Bus bus)UDPDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei) -
Uses of Bus in org.apache.cxf.transport.websocket
Methods in org.apache.cxf.transport.websocket with parameters of type Bus Modifier and Type Method Description protected voidWebSocketTransportFactory. configure(Bus b, Object bean)This call uses the Configurer from the bus to configure a bean.protected voidWebSocketTransportFactory. configure(Bus bus, Object bean, String name, String extraName)AbstractHTTPDestinationWebSocketDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)ConduitWebSocketTransportFactory. getConduit(EndpointInfo endpointInfo, Bus b)ConduitWebSocketTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)Initiate an outbound Conduit.DestinationWebSocketTransportFactory. getDestination(EndpointInfo endpointInfo, Bus bus)Create a destination. -
Uses of Bus in org.apache.cxf.transport.websocket.ahc
Constructors in org.apache.cxf.transport.websocket.ahc with parameters of type Bus Constructor Description AhcWebSocketConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t) -
Uses of Bus in org.apache.cxf.transport.websocket.atmosphere
Methods in org.apache.cxf.transport.websocket.atmosphere with parameters of type Bus Modifier and Type Method Description static voidAtmosphereUtils. addInterceptors(org.atmosphere.cpr.AtmosphereFramework framework, Bus bus)Constructors in org.apache.cxf.transport.websocket.atmosphere with parameters of type Bus Constructor Description AtmosphereWebSocketJettyDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)AtmosphereWebSocketServletDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, String path)AtmosphereWebSocketUndertowDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory) -
Uses of Bus in org.apache.cxf.transport.websocket.jetty10
Constructors in org.apache.cxf.transport.websocket.jetty10 with parameters of type Bus Constructor Description Jetty10WebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory) -
Uses of Bus in org.apache.cxf.transport.websocket.undertow
Constructors in org.apache.cxf.transport.websocket.undertow with parameters of type Bus Constructor Description UndertowWebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory) -
Uses of Bus in org.apache.cxf.validation
Methods in org.apache.cxf.validation with parameters of type Bus Modifier and Type Method Description voidBeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus)voidClientBeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus) -
Uses of Bus in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing with parameters of type Bus Modifier and Type Method Description static org.apache.cxf.ws.addressing.EndpointReferenceTypeEndpointReferenceUtils. getEndpointReferenceWithId(QName serviceQName, String portName, String id, Bus bus)Obtain a multiplexed endpoint reference for the deployed service that contains the provided idstatic QNameEndpointReferenceUtils. getInterfaceName(org.apache.cxf.ws.addressing.EndpointReferenceType ref, Bus bus)static QNameEndpointReferenceUtils. getPortQName(org.apache.cxf.ws.addressing.EndpointReferenceType ref, Bus bus)static SchemaEndpointReferenceUtils. getSchema(ServiceInfo serviceInfo, Bus b)static QNameEndpointReferenceUtils. getServiceName(org.apache.cxf.ws.addressing.EndpointReferenceType ref, Bus bus)Gets the service name of the provided endpoint reference.protected voidWSAddressingFeature. initializeProvider(InterceptorProvider provider, Bus bus)voidWSAddressingFeature.WSAddressingFeatureApplier. initializeProvider(WSAddressingFeature feature, InterceptorProvider provider, Bus bus)static org.apache.cxf.ws.addressing.EndpointReferenceTypeEndpointReferenceUtils. mint(QName serviceName, Bus bus)Mint logical endpoint reference via the Bus EndpointResolverRegistry.static org.apache.cxf.ws.addressing.EndpointReferenceTypeEndpointReferenceUtils. mint(org.apache.cxf.ws.addressing.EndpointReferenceType physical, Bus bus)Mint logical endpoint reference via the Bus EndpointResolverRegistry.static org.apache.cxf.ws.addressing.EndpointReferenceTypeEndpointReferenceUtils. renew(org.apache.cxf.ws.addressing.EndpointReferenceType logical, org.apache.cxf.ws.addressing.EndpointReferenceType physical, Bus bus)Renew logical endpoint reference via the Bus EndpointResolverRegistry.static org.apache.cxf.ws.addressing.EndpointReferenceTypeEndpointReferenceUtils. resolve(org.apache.cxf.ws.addressing.EndpointReferenceType logical, Bus bus)Resolve logical endpoint reference via the Bus EndpointResolverRegistry. -
Uses of Bus in org.apache.cxf.ws.addressing.impl
Methods in org.apache.cxf.ws.addressing.impl with parameters of type Bus Modifier and Type Method Description voidAddressingFeatureApplier. initializeProvider(WSAddressingFeature feature, InterceptorProvider provider, Bus bus)Constructors in org.apache.cxf.ws.addressing.impl with parameters of type Bus Constructor Description AddressingWSDLExtensionLoader(Bus b)InterposedMessageObserver(Bus b, MessageObserver o) -
Uses of Bus in org.apache.cxf.ws.addressing.policy
Constructors in org.apache.cxf.ws.addressing.policy with parameters of type Bus Constructor Description AddressingPolicyInterceptorProvider(Bus b) -
Uses of Bus in org.apache.cxf.ws.addressing.soap
Methods in org.apache.cxf.ws.addressing.soap with parameters of type Bus Modifier and Type Method Description static MAPCodecMAPCodec. getInstance(Bus bus) -
Uses of Bus in org.apache.cxf.ws.discovery
Constructors in org.apache.cxf.ws.discovery with parameters of type Bus Constructor Description WSDiscoveryClient(Bus b)WSDiscoveryClient(Bus b, String address) -
Uses of Bus in org.apache.cxf.ws.discovery.internal
Constructors in org.apache.cxf.ws.discovery.internal with parameters of type Bus Constructor Description WSDiscoveryServiceImpl(Bus b)WSDiscoveryServiceImpl(Bus b, Map<String,Object> props) -
Uses of Bus in org.apache.cxf.ws.discovery.listeners
Constructors in org.apache.cxf.ws.discovery.listeners with parameters of type Bus Constructor Description WSDiscoveryServerListener(Bus bus) -
Uses of Bus in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy that return Bus Modifier and Type Method Description BusPolicyBuilderImpl. getBus()BusPolicyEngineImpl. getBus()Methods in org.apache.cxf.ws.policy with parameters of type Bus Modifier and Type Method Description voidWSPolicyFeature. initialize(Bus bus)voidWSPolicyFeature. initialize(Client client, Bus bus)voidWSPolicyFeature. initialize(Server server, Bus bus)voidWSPolicyFeature. initializePolicyEngine(Bus bus)protected org.apache.neethi.PolicyWSPolicyFeature. resolveExternal(org.apache.neethi.PolicyReference ref, String baseURI, Bus bus)voidAssertionBuilderRegistryImpl. setBus(Bus b)voidPolicyBuilderImpl. setBus(Bus theBus)voidPolicyEngineImpl. setBus(Bus b)voidPolicyInterceptorProviderRegistryImpl. setBus(Bus b)Constructors in org.apache.cxf.ws.policy with parameters of type Bus Constructor Description AssertionBuilderRegistryImpl(Bus b)PolicyAnnotationListener(Bus bus)PolicyBuilderImpl(Bus theBus)PolicyDataEngineImpl(Bus bus)PolicyEngineImpl(Bus b)PolicyInterceptorProviderRegistryImpl(Bus b) -
Uses of Bus in org.apache.cxf.ws.policy.attachment
Fields in org.apache.cxf.ws.policy.attachment declared as Bus Modifier and Type Field Description protected BusAbstractPolicyProvider. busMethods in org.apache.cxf.ws.policy.attachment with parameters of type Bus Modifier and Type Method Description voidAbstractPolicyProvider. setBus(Bus b)Constructors in org.apache.cxf.ws.policy.attachment with parameters of type Bus Constructor Description AbstractPolicyProvider(Bus b)ServiceModelPolicyProvider(Bus b) -
Uses of Bus in org.apache.cxf.ws.policy.attachment.external
Methods in org.apache.cxf.ws.policy.attachment.external with parameters of type Bus Modifier and Type Method Description voidDomainExpressionBuilderRegistry. setBus(Bus b)Constructors in org.apache.cxf.ws.policy.attachment.external with parameters of type Bus Constructor Description DomainExpressionBuilderRegistry(Bus b) -
Uses of Bus in org.apache.cxf.ws.policy.attachment.wsdl11
Constructors in org.apache.cxf.ws.policy.attachment.wsdl11 with parameters of type Bus Constructor Description Wsdl11AttachmentPolicyProvider(Bus bus) -
Uses of Bus in org.apache.cxf.ws.policy.blueprint
Constructors in org.apache.cxf.ws.policy.blueprint with parameters of type Bus Constructor Description PolicyEngineConfig(Bus bus) -
Uses of Bus in org.apache.cxf.ws.policy.spring
Constructors in org.apache.cxf.ws.policy.spring with parameters of type Bus Constructor Description PolicyEngineConfig(Bus bus) -
Uses of Bus in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return Bus Modifier and Type Method Description BusAbstractRMInterceptor. getBus()BusRMManager. getBus()Methods in org.apache.cxf.ws.rm with parameters of type Bus Modifier and Type Method Description protected ClientProxy. createClient(Bus bus, Endpoint endpoint, ProtocolVariation protocol, Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address)static StringRMUtils. getEndpointIdentifier(Endpoint endpoint, Bus bus)voidRMManager. init(Bus b)voidAbstractRMInterceptor. setBus(Bus bus)voidRMManager. setBus(Bus b) -
Uses of Bus in org.apache.cxf.ws.rm.feature
Methods in org.apache.cxf.ws.rm.feature with parameters of type Bus Modifier and Type Method Description protected voidRMFeature. initializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.ws.rm.policy
Constructors in org.apache.cxf.ws.rm.policy with parameters of type Bus Constructor Description MC11PolicyLoader(Bus b)RMPolicyInterceptorProvider(Bus bus)RSPPolicyLoader(Bus b)WSRMP12PolicyLoader(Bus b) -
Uses of Bus in org.apache.cxf.ws.security.cache
Constructors in org.apache.cxf.ws.security.cache with parameters of type Bus Constructor Description CXFEHCacheReplayCache(String key, Bus bus, Path diskstorePath) -
Uses of Bus in org.apache.cxf.ws.security.policy
Constructors in org.apache.cxf.ws.security.policy with parameters of type Bus Constructor Description WSSecurityPolicyLoader(Bus b) -
Uses of Bus in org.apache.cxf.ws.security.policy.custom
Methods in org.apache.cxf.ws.security.policy.custom with parameters of type Bus Modifier and Type Method Description org.apache.wss4j.policy.model.AlgorithmSuiteAlgorithmSuiteLoader. getAlgorithmSuite(Bus bus, org.apache.wss4j.policy.SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy)org.apache.wss4j.policy.model.AlgorithmSuiteDefaultAlgorithmSuiteLoader. getAlgorithmSuite(Bus bus, org.apache.wss4j.policy.SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy)Constructors in org.apache.cxf.ws.security.policy.custom with parameters of type Bus Constructor Description AlgorithmSuiteBuilder(Bus bus) -
Uses of Bus in org.apache.cxf.ws.security.policy.interceptors
Constructors in org.apache.cxf.ws.security.policy.interceptors with parameters of type Bus Constructor Description STSTokenOutInterceptor(String phase, STSAuthParams authParams, String stsWsdlLocation, Bus bus)STSTokenOutInterceptor(STSAuthParams authParams, String stsWsdlLocation, Bus bus)UsernameTokenInterceptorProvider(Bus bus) -
Uses of Bus in org.apache.cxf.ws.security.tokenstore
Constructors in org.apache.cxf.ws.security.tokenstore with parameters of type Bus Constructor Description EHCacheTokenStore(String key, Bus b, URL configFileURL) -
Uses of Bus in org.apache.cxf.ws.security.trust
Fields in org.apache.cxf.ws.security.trust declared as Bus Modifier and Type Field Description protected BusAbstractSTSClient. busMethods in org.apache.cxf.ws.security.trust with parameters of type Bus Modifier and Type Method Description static EndpointSTSUtils. createSCEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy)static STSClientSTSUtils. createSTSClient(STSAuthParams authParams, String stsWsdlLocation, Bus bus)static EndpointSTSUtils. createSTSEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, QName epName)Constructors in org.apache.cxf.ws.security.trust with parameters of type Bus Constructor Description AbstractSTSClient(Bus b)STSClient(Bus b) -
Uses of Bus in org.apache.cxf.wsdl
Methods in org.apache.cxf.wsdl with parameters of type Bus Modifier and Type Method Description static voidJAXBExtensionHelper. addExtensions(Bus b, javax.wsdl.extensions.ExtensionRegistry registry, Class<?> parentType, Class<?> cls)static voidJAXBExtensionHelper. addExtensions(Bus b, javax.wsdl.extensions.ExtensionRegistry registry, Class<?> parentType, Class<?> cls, String namespace)static voidJAXBExtensionHelper. addExtensions(Bus b, javax.wsdl.extensions.ExtensionRegistry registry, Class<?> parentType, Class<?> cls, String namespace, ClassLoader loader)static voidJAXBExtensionHelper. addExtensions(Bus b, javax.wsdl.extensions.ExtensionRegistry registry, String parentType, String elementType)static voidJAXBExtensionHelper. addExtensions(Bus b, javax.wsdl.extensions.ExtensionRegistry registry, String parentType, String elementType, String namespace)Constructors in org.apache.cxf.wsdl with parameters of type Bus Constructor Description ExtensionClassCreatorProxyService(Bus bus)ExtensionClassGenerator(Bus bus)ExtensionClassLoader(Bus bus)GenerateJustInTime(Bus bus)JAXBExtensionHelper(Bus bus, Class<?> cls, String ns)LoadFirst(Bus bus) -
Uses of Bus in org.apache.cxf.wsdl.binding
Constructors in org.apache.cxf.wsdl.binding with parameters of type Bus Constructor Description AbstractWSDLBindingFactory(Bus b)AbstractWSDLBindingFactory(Bus b, Collection<String> ns) -
Uses of Bus in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 that return Bus Modifier and Type Method Description protected BusWSDLManagerImpl. getBus()Methods in org.apache.cxf.wsdl11 with parameters of type Bus Modifier and Type Method Description EndpointInfoWSDLEndpointFactory. createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> extensions)voidWSDLEndpointFactory. createPortExtensors(Bus bus, EndpointInfo ei, Service service)static BindingFactoryWSDLServiceUtils. getBindingFactory(javax.wsdl.Binding binding, Bus bus, StringBuilder sb)voidWSDLManagerImpl. setBus(Bus b)Constructors in org.apache.cxf.wsdl11 with parameters of type Bus Constructor Description CatalogWSDLLocator(String wsdlUrl, Bus b)ResourceManagerWSDLLocator(String wsdlUrl, javax.wsdl.xml.WSDLLocator parent, Bus bus)ResourceManagerWSDLLocator(String wsdlUrl, Bus bus)SchemaUtil(Bus b, Map<String,Element> s)ServiceWSDLBuilder(Bus b, List<ServiceInfo> services)Sets up the builder on a bus with a list of services.ServiceWSDLBuilder(Bus b, ServiceInfo... services)For callers who prefer varargs, an inline list of ServiceInfo objects instead of a List.WSDLServiceBuilder(Bus bus)WSDLServiceBuilder(Bus bus, boolean record)WSDLServiceFactory(Bus b, String url)WSDLServiceFactory(Bus b, String url, QName sn)WSDLServiceFactory(Bus b, javax.wsdl.Definition d)WSDLServiceFactory(Bus b, javax.wsdl.Definition d, QName sn) -
Uses of Bus in org.apache.cxf.xkms.cache
Constructors in org.apache.cxf.xkms.cache with parameters of type Bus Constructor Description EHCacheXKMSClientCache(Bus cxfBus)EHCacheXKMSClientCache(Bus cxfBus, Path diskstorePath, long diskSize, long heapEntries, boolean persistent) -
Uses of Bus in org.apache.cxf.xkms.client
Methods in org.apache.cxf.xkms.client with parameters of type Bus Modifier and Type Method Description static XKMSPortTypeXKMSClientFactory. create(String endpointAddress, Bus bus)
-