Uses of Interface
org.apache.cxf.Bus
Packages that use Bus
Package
Description
-
Uses of Bus in org.apache.cxf
Fields in org.apache.cxf declared as BusMethods in org.apache.cxf that return BusModifier and TypeMethodDescriptionabstract 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 BusModifier and TypeMethodDescriptionstatic 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 BusModifierConstructorDescriptionXMLStreamDataReader(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 BusMethods in org.apache.cxf.binding that return BusMethods in org.apache.cxf.binding with parameters of type BusConstructors in org.apache.cxf.binding with parameters of type Bus -
Uses of Bus in org.apache.cxf.binding.coloc
Methods in org.apache.cxf.binding.coloc with parameters of type BusConstructors in org.apache.cxf.binding.coloc with parameters of type BusModifierConstructorDescriptionColocInFaultObserver(Bus bus) ColocMessageObserver(Endpoint endpoint, Bus bus) ColocOutFaultObserver(Bus bus) -
Uses of Bus in org.apache.cxf.binding.coloc.feature
Methods in org.apache.cxf.binding.coloc.feature with parameters of type BusModifier and TypeMethodDescriptionvoidColocFeature.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 BusModifier and TypeMethodDescriptionCorbaBindingFactory.getConduit(EndpointInfo endpointInfo, Bus bus) CorbaBindingFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) CorbaBindingFactory.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 -
Uses of Bus in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils with parameters of type BusModifier and TypeMethodDescriptionstatic org.omg.CORBA.AnyConstructors in org.apache.cxf.binding.corba.utils with parameters of type Bus -
Uses of Bus in org.apache.cxf.binding.corba.wsdl
Constructors in org.apache.cxf.binding.corba.wsdl with parameters of type Bus -
Uses of Bus in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap with parameters of type BusModifier and TypeMethodDescriptionSoapTransportFactory.createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> ees) voidSoapTransportFactory.createPortExtensors(Bus b, EndpointInfo ei, Service service) SoapTransportFactory.getConduit(EndpointInfo ei, Bus b) SoapTransportFactory.getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) SoapTransportFactory.getDestination(EndpointInfo ei, Bus bus) Constructors in org.apache.cxf.binding.soap with parameters of type Bus -
Uses of Bus in org.apache.cxf.binding.soap.interceptor
Constructors in org.apache.cxf.binding.soap.interceptor with parameters of type BusModifierConstructorDescriptionReadHeadersInterceptor(Bus b, String phase) 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 -
Uses of Bus in org.apache.cxf.binding.xml.wsdl11
Methods in org.apache.cxf.binding.xml.wsdl11 with parameters of type BusConstructors in org.apache.cxf.binding.xml.wsdl11 with parameters of type Bus -
Uses of Bus in org.apache.cxf.bus
Methods in org.apache.cxf.bus that return BusConstructors in org.apache.cxf.bus with parameters of type Bus -
Uses of Bus in org.apache.cxf.bus.extension
Classes in org.apache.cxf.bus.extension that implement BusModifier and TypeClassDescriptionclassThis 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 BusConstructors in org.apache.cxf.bus.extension with parameters of type BusModifierConstructorDescriptionExtensionManagerImpl(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 BusModifier and TypeMethodDescriptionHeaderManagerImpl.getBus()ServerRegistryImpl.getBus()WorkQueueManagerImpl.getBus()Methods in org.apache.cxf.bus.managers with parameters of type BusModifier and TypeMethodDescriptionvoidvoidfinal voidvoidfinal voidfinal voidfinal voidfinal voidSets the bus with which the registry is associated.final voidConstructors in org.apache.cxf.bus.managers with parameters of type BusModifierConstructorDescriptionDestinationFactoryManagerImpl(Map<String, DestinationFactory> destinationFactories, Bus b) -
Uses of Bus in org.apache.cxf.bus.resource
Methods in org.apache.cxf.bus.resource with parameters of type BusConstructors in org.apache.cxf.bus.resource with parameters of type Bus -
Uses of Bus in org.apache.cxf.bus.spring
Classes in org.apache.cxf.bus.spring that implement BusMethods in org.apache.cxf.bus.spring that return BusModifier and TypeMethodDescriptionstatic BusBusWiringBeanFactoryPostProcessor.addBus(org.springframework.context.ApplicationContext ctx, String name) static BusBusWiringBeanFactoryPostProcessor.addDefaultBus(org.springframework.context.ApplicationContext ctx) SpringBusFactory.createBus()protected BusSpringBusFactory.finishCreatingBus(org.springframework.context.ConfigurableApplicationContext bac) Methods in org.apache.cxf.bus.spring with parameters of type BusConstructors in org.apache.cxf.bus.spring with parameters of type BusModifierConstructorDescriptionSpringBeanLocator(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 BusModifier and TypeMethodDescriptionvoidBusCreationListener.busCreated(Bus b) Invoked to create a BusLifeCycleListener. -
Uses of Bus in org.apache.cxf.catalog
Methods in org.apache.cxf.catalog that return BusMethods in org.apache.cxf.catalog with parameters of type BusModifier and TypeMethodDescriptionstatic OASISCatalogManagerOASISCatalogManager.getCatalogManager(Bus bus) voidConstructors in org.apache.cxf.catalog with parameters of type Bus -
Uses of Bus in org.apache.cxf.cdi
Methods in org.apache.cxf.cdi with parameters of type Bus -
Uses of Bus in org.apache.cxf.clustering
Methods in org.apache.cxf.clustering with parameters of type BusModifier and TypeMethodDescriptionvoidFailoverFeature.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 -
Uses of Bus in org.apache.cxf.common.spi
Fields in org.apache.cxf.common.spi declared as BusModifier and TypeFieldDescriptionprotected final BusClassGeneratorClassLoader.busprotected final BusGeneratedClassClassLoader.busConstructors in org.apache.cxf.common.spi with parameters of type Bus -
Uses of Bus in org.apache.cxf.common.util
Methods in org.apache.cxf.common.util with parameters of type BusModifier and TypeMethodDescriptionstatic 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 BusMethods in org.apache.cxf.databinding with parameters of type Bus -
Uses of Bus in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type BusModifier and TypeMethodDescriptionvoidStaxDataBindingFeature.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 BusModifier and TypeFieldDescriptionprotected BusAbstractEndpointFactory.busprotected BusClientImpl.busprotected final BusManagedEndpoint.busprotected final BusServerImpl.busMethods in org.apache.cxf.endpoint that return BusModifier and TypeMethodDescriptionAbstractEndpointFactory.getBus()AbstractEndpointFactory.getBus(boolean createIfNeeded) Client.getBus()Retrieves the Bus that was used to create the ClientClientImpl.getBus()EndpointImpl.getBus()Methods in org.apache.cxf.endpoint with parameters of type BusModifier and TypeMethodDescriptionEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.SimpleEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.voidvoidConstructors in org.apache.cxf.endpoint with parameters of type BusModifierConstructorDescriptionClientImpl(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 BusModifier and TypeMethodDescriptionstatic DynamicClientFactoryDynamicClientFactory.newInstance(Bus b) Create a new instance using a specific Bus.Constructors in org.apache.cxf.endpoint.dynamic with parameters of type BusModifierConstructorDescriptionprotectedDynamicClientFactory(Bus bus) ExceptionClassLoader(Bus bus) GenerateJustInTime(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 BusModifier and TypeMethodDescriptionvoidLoggingFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) Constructors in org.apache.cxf.ext.logging with parameters of type BusModifierConstructorDescriptionDeprecated. -
Uses of Bus in org.apache.cxf.feature
Methods in org.apache.cxf.feature with parameters of type BusModifier and TypeMethodDescriptionvoidAbstractFeature.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 BusModifier and TypeMethodDescriptionvoidXSLTFeature.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 BusModifier and TypeMethodDescriptionvoidSchemaValidationFeature.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 BusMethods in org.apache.cxf.frontend with parameters of type BusModifier and TypeMethodDescriptionprotected 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.voidprotected 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 BusConstructors in org.apache.cxf.interceptor with parameters of type BusModifierConstructorDescription -
Uses of Bus in org.apache.cxf.interceptor.security
Methods in org.apache.cxf.interceptor.security with parameters of type BusModifier and TypeMethodDescriptionvoidJAASAuthenticationFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.javascript
Methods in org.apache.cxf.javascript with parameters of type BusModifier and TypeMethodDescriptionvoidJavascriptOptionsFeature.Portable.initialize(Server server, Bus bus) Constructors in org.apache.cxf.javascript with parameters of type Bus -
Uses of Bus in org.apache.cxf.jaxb
Constructors in org.apache.cxf.jaxb with parameters of type BusModifierConstructorDescriptionFactoryClassLoader(Bus bus) GenerateJustInTime(Bus bus) GenerateJustInTime(Bus bus) -
Uses of Bus in org.apache.cxf.jaxb.io
Constructors in org.apache.cxf.jaxb.io with parameters of type BusModifierConstructorDescriptionDataWriterImpl(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 BusModifier and TypeMethodDescriptionAbstractJAXRSFactoryBean.getBus()JAXRSServiceFactoryBean.getBus()Methods in org.apache.cxf.jaxrs with parameters of type BusModifier and TypeMethodDescriptionprotected voidJAXRSServerFactoryBean.applyBusFeatures(Bus bus) voidvoidConstructors in org.apache.cxf.jaxrs with parameters of type Bus -
Uses of Bus in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return BusMethods in org.apache.cxf.jaxrs.client with parameters of type BusModifier and TypeMethodDescriptionstatic ClientProviderFactoryClientProviderFactory.createInstance(Bus bus) voidSets the bus -
Uses of Bus in org.apache.cxf.jaxrs.client.validation
Methods in org.apache.cxf.jaxrs.client.validation with parameters of type BusModifier and TypeMethodDescriptionvoidJAXRSClientBeanValidationFeature.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 BusModifier and TypeMethodDescriptionstatic 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 jakarta.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 BusModifier and TypeMethodDescriptionvoidOpenApiFeature.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 BusConstructors in org.apache.cxf.jaxrs.model with parameters of type BusModifierConstructorDescriptionprotectedAbstractResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, boolean checkContexts, Map<Class<?>, ThreadLocalProxy<?>> constructorProxies, Bus bus, Object provider) protectedAbstractResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, boolean checkContexts, Bus bus) protectedAbstractResourceInfo(Bus bus) ApplicationInfo(jakarta.ws.rs.core.Application provider, Map<Class<?>, ThreadLocalProxy<?>> constructorProxies, Bus bus) ApplicationInfo(jakarta.ws.rs.core.Application provider, Bus bus) BeanParamInfo(Class<?> beanClass, Bus bus) protectedBeanResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, boolean checkContexts, Bus bus) protectedBeanResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, Bus bus) protectedBeanResourceInfo(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<jakarta.ws.rs.core.MediaType> defaultProduces, List<jakarta.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 -
Uses of Bus in org.apache.cxf.jaxrs.model.wadl
Constructors in org.apache.cxf.jaxrs.model.wadl with parameters of type Bus -
Uses of Bus in org.apache.cxf.jaxrs.openapi
Methods in org.apache.cxf.jaxrs.openapi with parameters of type BusModifier and TypeMethodDescriptionvoidOpenApiFeature.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 BusModifier and TypeMethodDescriptionstatic 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 BusModifier and TypeMethodDescriptionAbstractConfigurableProvider.getBus()Gets the Bus.ProviderFactory.getBus()Methods in org.apache.cxf.jaxrs.provider with parameters of type BusModifier and TypeMethodDescriptionstatic 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) ProviderFactory.getFilterNameBindings(Bus bus, Object provider) protected static ProviderCachevoidSets the BusvoidConstructors in org.apache.cxf.jaxrs.provider with parameters of type Bus -
Uses of Bus in org.apache.cxf.jaxrs.servlet
Constructors in org.apache.cxf.jaxrs.servlet with parameters of type BusModifierConstructorDescriptionCXFNonSpringJaxrsServlet(jakarta.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 -
Uses of Bus in org.apache.cxf.jaxrs.sse
Methods in org.apache.cxf.jaxrs.sse with parameters of type BusModifier and TypeMethodDescriptionvoidSseFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) voidSseFeature.Portable.initialize(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.jaxrs.swagger.ui
Methods in org.apache.cxf.jaxrs.swagger.ui with parameters of type BusModifier and TypeMethodDescriptiondefault 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 BusModifier and TypeMethodDescriptionstatic JAXRSServerFactoryBeanResourceUtils.createApplication(jakarta.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<jakarta.ws.rs.core.MediaType> defaultConsumes, List<jakarta.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) AnnotationUtils.getInstanceNameBindings(Bus bus, Object obj) 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 -
Uses of Bus in org.apache.cxf.jaxrs.validation
Methods in org.apache.cxf.jaxrs.validation with parameters of type BusModifier and TypeMethodDescriptionvoidJAXRSBeanValidationFeature.Portable.doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus) -
Uses of Bus in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return BusMethods in org.apache.cxf.jaxws with parameters of type BusConstructors in org.apache.cxf.jaxws with parameters of type BusModifierConstructorDescriptionprotectedCXFService(Bus b, URL wsdlURL, QName serviceName) protectedCXFService(Bus b, URL wsdlURL, QName serviceName, jakarta.xml.ws.WebServiceFeature... f) EndpointImpl(Bus bus, Object implementor) EndpointImpl(Bus b, Object i, String bindingUri) EndpointImpl(Bus b, Object i, String bindingUri, jakarta.xml.ws.WebServiceFeature[] features) EndpointImpl(Bus b, Object i, String bindingUri, String wsdl) EndpointImpl(Bus b, Object i, String bindingUri, String wsdl, jakarta.xml.ws.WebServiceFeature[] f) EndpointImpl(Bus b, Object implementor, JaxWsServerFactoryBean sf) ServiceImpl(Bus b, URL url, QName name, Class<?> cls, jakarta.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 BusConstructors in org.apache.cxf.jaxws.context with parameters of type Bus -
Uses of Bus in org.apache.cxf.jaxws.endpoint.dynamic
Methods in org.apache.cxf.jaxws.endpoint.dynamic with parameters of type BusModifier and TypeMethodDescriptionstatic 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 -
Uses of Bus in org.apache.cxf.jaxws.handler
Constructors in org.apache.cxf.jaxws.handler with parameters of type BusModifierConstructorDescriptionHandlerChainBuilder(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 BusModifier and TypeMethodDescriptionprotected EndpointImplProviderImpl.createEndpointImpl(Bus bus, String bindingId, Object implementor, jakarta.xml.ws.WebServiceFeature... features) Constructors in org.apache.cxf.jaxws.spi with parameters of type Bus -
Uses of Bus in org.apache.cxf.jaxws.spring
Constructors in org.apache.cxf.jaxws.spring with parameters of type Bus -
Uses of Bus in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support with parameters of type BusModifier and TypeMethodDescriptionJaxWsEndpointImplFactory.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 BusModifierConstructorDescriptionJaxWsClientEndpointImpl(Bus bus, Service s, EndpointInfo ei, ServiceImpl si, List<jakarta.xml.ws.WebServiceFeature> wf) JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei) JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<jakarta.xml.ws.WebServiceFeature> wf) JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<jakarta.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 BusModifierConstructorDescriptionEndpointImpl(Bus bus, Object implementor) Deprecated.EndpointImpl(Bus b, Object i, String bindingUri) Deprecated.EndpointImpl(Bus b, Object i, String bindingUri, jakarta.xml.ws.WebServiceFeature[] features) Deprecated.EndpointImpl(Bus b, Object i, String bindingUri, String wsdl) Deprecated.EndpointImpl(Bus b, Object i, String bindingUri, String wsdl, jakarta.xml.ws.WebServiceFeature[] f) 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 BusModifier and TypeMethodDescriptionCXFInvocationHandlerData.getBus()JCABusFactory.getBus()ManagedConnectionFactoryImpl.getBus()Methods in org.apache.cxf.jca.cxf that return types with arguments of type BusMethods in org.apache.cxf.jca.cxf with parameters of type BusMethod parameters in org.apache.cxf.jca.cxf with type arguments of type Bus -
Uses of Bus in org.apache.cxf.jca.cxf.handlers
Constructors in org.apache.cxf.jca.cxf.handlers with parameters of type Bus -
Uses of Bus in org.apache.cxf.jca.servant
Methods in org.apache.cxf.jca.servant with parameters of type BusModifier and TypeMethodDescriptionprotected voidEJBEndpoint.setWorkManagerThreadPoolToJetty(Bus bus, String baseAddress) -
Uses of Bus in org.apache.cxf.js.rhino
Methods in org.apache.cxf.js.rhino that return BusMethods in org.apache.cxf.js.rhino with parameters of type Bus -
Uses of Bus in org.apache.cxf.management.counters
Methods in org.apache.cxf.management.counters that return BusMethods in org.apache.cxf.management.counters with parameters of type Bus -
Uses of Bus in org.apache.cxf.management.interceptor
Methods in org.apache.cxf.management.interceptor with parameters of type BusModifier and TypeMethodDescriptionvoidResponseTimeFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.management.jmx
Methods in org.apache.cxf.management.jmx that return BusMethods in org.apache.cxf.management.jmx with parameters of type BusConstructors in org.apache.cxf.management.jmx with parameters of type Bus -
Uses of Bus in org.apache.cxf.message
Methods in org.apache.cxf.message that return Bus -
Uses of Bus in org.apache.cxf.metrics
Methods in org.apache.cxf.metrics with parameters of type BusModifier and TypeMethodDescriptionvoidMetricsFeature.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 BusMethods in org.apache.cxf.metrics.codahale with parameters of type BusModifier and TypeMethodDescriptionstatic voidCodahaleMetricsProvider.setupJMXReporter(Bus b, com.codahale.metrics.MetricRegistry reg) Constructors in org.apache.cxf.metrics.codahale with parameters of type Bus -
Uses of Bus in org.apache.cxf.metrics.interceptors
Methods in org.apache.cxf.metrics.interceptors with parameters of type BusModifier and TypeMethodDescriptionprotected 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 BusModifier and TypeMethodDescriptionMicroProfileClientProviderFactory.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 BusModifier and TypeMethodDescriptionCDIFacade.getBeanManager(Bus b) 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 BusModifier and TypeMethodDescriptionstatic 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 BusModifier and TypeMethodDescriptionstatic 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 BusModifier and TypeMethodDescriptionstatic 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 BusModifierConstructorDescriptionprotectedJCacheCodeDataProvider(String configFileURL, Bus bus) protectedJCacheCodeDataProvider(String configFileURL, Bus bus, String clientCacheKey, String codeCacheKey, String accessTokenKey, String refreshTokenKey) protectedJCacheCodeDataProvider(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 BusModifier and TypeMethodDescriptionprotected static javax.cache.CacheManagerJCacheOAuthDataProvider.createCacheManager(String configFile, Bus bus) Constructors in org.apache.cxf.rs.security.oauth2.provider with parameters of type BusModifierConstructorDescriptionJCacheOAuthDataProvider(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 -
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 BusModifierConstructorDescriptionEHCacheSPStateManager(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 -
Uses of Bus in org.apache.cxf.service.factory
Methods in org.apache.cxf.service.factory that return BusMethods in org.apache.cxf.service.factory with parameters of type BusModifier and TypeMethodDescriptionvoidfinal voidConstructors in org.apache.cxf.service.factory with parameters of type Bus -
Uses of Bus in org.apache.cxf.sts
Methods in org.apache.cxf.sts that return BusMethods in org.apache.cxf.sts with parameters of type Bus -
Uses of Bus in org.apache.cxf.sts.cache
Methods in org.apache.cxf.sts.cache that return BusConstructors in org.apache.cxf.sts.cache with parameters of type BusModifierConstructorDescriptionAbstractIdentityCache(Bus bus, IdentityMapper identityMapper) 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 BusModifier and TypeMethodDescriptionvoidThrottlingFeature.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 -
Uses of Bus in org.apache.cxf.tools.java2js.processor
Methods in org.apache.cxf.tools.java2js.processor that return Bus -
Uses of Bus in org.apache.cxf.tools.java2wsdl.generator
Methods in org.apache.cxf.tools.java2wsdl.generator that return BusMethods in org.apache.cxf.tools.java2wsdl.generator with parameters of type Bus -
Uses of Bus in org.apache.cxf.tools.java2wsdl.processor
Methods in org.apache.cxf.tools.java2wsdl.processor that return Bus -
Uses of Bus in org.apache.cxf.tools.misc.processor
Methods in org.apache.cxf.tools.misc.processor with parameters of type BusModifier and TypeMethodDescriptionbooleanAbstractWSDLToProcessor.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 BusConstructors in org.apache.cxf.tools.validator.internal with parameters of type BusModifierConstructorDescriptionAbstractDefinitionValidator(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 -
Uses of Bus in org.apache.cxf.tools.wsdlto.core
Fields in org.apache.cxf.tools.wsdlto.core declared as BusMethods in org.apache.cxf.tools.wsdlto.core with parameters of type BusModifier and TypeMethodDescriptionvoidvoidConstructors in org.apache.cxf.tools.wsdlto.core with parameters of type Bus -
Uses of Bus in org.apache.cxf.tracing.brave
Methods in org.apache.cxf.tracing.brave with parameters of type BusModifier and TypeMethodDescriptionvoidBraveClientFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) voidBraveFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.tracing.micrometer
Methods in org.apache.cxf.tracing.micrometer with parameters of type BusModifier and TypeMethodDescriptionvoidObservationClientFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) voidObservationFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.tracing.opentelemetry
Methods in org.apache.cxf.tracing.opentelemetry with parameters of type BusModifier and TypeMethodDescriptionvoidOpenTelemetryClientFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) voidOpenTelemetryFeature.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 BusModifier and TypeMethodDescriptionvoidOpenTracingClientFeature.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 BusModifier and TypeFieldDescriptionprotected final BusAbstractDestination.busprotected BusChainInitiationObserver.busprotected BusMultipleEndpointObserver.busprotected BusTransportURIResolver.busMethods in org.apache.cxf.transport with parameters of type BusModifier and TypeMethodDescriptionConduitInitiator.getConduit(EndpointInfo targetInfo, Bus bus) Initiate an outbound Conduit.ConduitInitiator.getConduit(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.DestinationFactory.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 BusModifierConstructorDescriptionAbstractDestination(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) -
Uses of Bus in org.apache.cxf.transport.common.gzip
Methods in org.apache.cxf.transport.common.gzip with parameters of type BusModifier and TypeMethodDescriptionvoidGZIPFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as BusModifier and TypeFieldDescriptionprotected final BusAbstractHTTPDestination.busprotected final BusHTTPConduit.busThis field holds a reference to the CXF bus associated this conduit.Methods in org.apache.cxf.transport.http that return BusMethods in org.apache.cxf.transport.http with parameters of type BusModifier and TypeMethodDescriptionprotected voidThis call uses the Configurer from the bus to configure a bean.protected voidHTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) HttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) voidHTTPWSDLExtensionLoader.createExtensor(Bus b, WSDLManager manager, Class<?> parentType, Class<?> elementType) protected HTTPConduitFactoryHTTPTransportFactory.findFactory(EndpointInfo endpointInfo, Bus bus) HTTPTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) This call creates a new HTTPConduit for the endpoint.HTTPTransportFactory.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.HTTPTransportFactory.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 BusModifierConstructorDescriptionAbstractHTTPDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path, boolean dp) ConstructorHttpClientHTTPConduit(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) ConstructorURLConnectionHTTPConduit(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 BusModifier and TypeMethodDescriptionJAXWSHttpSpiTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) Constructors in org.apache.cxf.transport.http_jaxws_spi with parameters of type BusModifierConstructorDescriptionJAXWSHttpSpiDestination(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 BusModifier and TypeMethodDescriptionJettyHTTPHandler.getBus()JettyHTTPServerEngineFactory.getBus()Methods in org.apache.cxf.transport.http_jetty with parameters of type BusModifier and TypeMethodDescriptionJettyDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) final voidThis call is used to set the bus.Constructors in org.apache.cxf.transport.http_jetty with parameters of type BusModifierConstructorDescriptionprotectedJettyHTTPDestination(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, 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 BusModifier and TypeMethodDescriptionvoidConstructors in org.apache.cxf.transport.http_jetty.spring with parameters of type BusModifierConstructorDescriptionSpringJettyHTTPServerEngine(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 BusModifier and TypeMethodDescriptionprotected BusCxfUndertowServlet.getBus()UndertowHTTPHandler.getBus()UndertowHTTPServerEngineFactory.getBus()Methods in org.apache.cxf.transport.http_undertow with parameters of type BusModifier and TypeMethodDescriptionUndertowDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) booleanUndertowHTTPServerEngine.isHttp2Enabled(Bus bus) final voidThis call is used to set the bus.Constructors in org.apache.cxf.transport.http_undertow with parameters of type BusModifierConstructorDescriptionUndertowHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory) ConstructorUndertowHTTPHandler(Bus bus) 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 BusModifier and TypeMethodDescriptionvoidConstructors in org.apache.cxf.transport.http_undertow.spring with parameters of type BusModifierConstructorDescriptionSpringUndertowHTTPServerEngine(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 with parameters of type BusModifier and TypeMethodDescriptionprotected voidprotected voidAsyncHTTPConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) AsyncHTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Constructors in org.apache.cxf.transport.http.asyncclient with parameters of type BusModifierConstructorDescriptionAsyncHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, AsyncHTTPConduitFactory factory) -
Uses of Bus in org.apache.cxf.transport.http.asyncclient.hc5
Methods in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type BusModifier and TypeMethodDescriptionprotected voidprotected voidAsyncHTTPConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) AsyncHTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) AsyncHttpTransportFactory.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 BusModifierConstructorDescriptionAsyncHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, AsyncHTTPConduitFactory factory) -
Uses of Bus in org.apache.cxf.transport.http.netty.client
Methods in org.apache.cxf.transport.http.netty.client with parameters of type BusModifier and TypeMethodDescriptionprotected voidprotected voidNettyHttpConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) NettyHttpConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) NettyHttpTransportFactory.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 BusModifierConstructorDescriptionNettyHttpConduit(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 BusModifier and TypeMethodDescriptionNettyHttpServerEngine.getBus()NettyHttpServerEngineFactory.getBus()Methods in org.apache.cxf.transport.http.netty.server with parameters of type BusModifier and TypeMethodDescriptionprotected voidThis call uses the Configurer from the bus to configure a bean.protected voidNettyHttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) NettyHttpTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) voidfinal voidThis call is used to set the bus.Constructors in org.apache.cxf.transport.http.netty.server with parameters of type BusModifierConstructorDescriptionNettyHttpDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, NettyHttpServerEngineFactory serverEngineFactory) ConstructorNettyHttpServerEngine(String host, int port, Bus bus) 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 BusModifier and TypeMethodDescriptionvoidConstructors in org.apache.cxf.transport.http.netty.server.spring with parameters of type BusModifierConstructorDescriptionSpringNettyHttpServerEngine(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 BusModifier and TypeMethodDescriptionvoidCertConstraintsFeature.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 BusModifier and TypeMethodDescriptionstatic 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.JMSTransportFactory.getConduit(EndpointInfo endpointInfo, Bus b) JMSTransportFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.JMSTransportFactory.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 BusModifierConstructorDescriptionJMSConduit(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 BusModifierConstructorDescriptionJMSContinuation(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 -
Uses of Bus in org.apache.cxf.transport.local
Methods in org.apache.cxf.transport.local that return BusMethods in org.apache.cxf.transport.local with parameters of type BusModifier and TypeMethodDescriptionLocalTransportFactory.getConduit(EndpointInfo ei, Bus bus) LocalTransportFactory.getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) LocalTransportFactory.getDestination(EndpointInfo ei, Bus bus) protected LocalDestinationLocalTransportFactory.getDestination(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, Bus bus) LocalTransportFactory.getExecutor(Bus bus) Constructors in org.apache.cxf.transport.local with parameters of type BusModifierConstructorDescriptionLocalDestination(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 BusMethods in org.apache.cxf.transport.servlet that return BusModifier and TypeMethodDescriptionprotected abstract BusAbstractHTTPServlet.getBus()CXFNonSpringServlet.getBus()Methods in org.apache.cxf.transport.servlet with parameters of type BusModifier and TypeMethodDescriptionServletDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) voidConstructors in org.apache.cxf.transport.servlet with parameters of type BusModifierConstructorDescriptionCXFNonSpringServlet(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 BusModifierConstructorDescriptionFormattedServiceListWriter(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 -
Uses of Bus in org.apache.cxf.transport.udp
Methods in org.apache.cxf.transport.udp with parameters of type BusModifier and TypeMethodDescriptionUDPTransportFactory.getConduit(EndpointInfo ei, Bus bus) UDPTransportFactory.getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) UDPTransportFactory.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 BusModifierConstructorDescriptionUDPConduit(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 BusModifier and TypeMethodDescriptionprotected voidThis call uses the Configurer from the bus to configure a bean.protected voidWebSocketDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo, Bus b) WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.WebSocketTransportFactory.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 BusModifierConstructorDescriptionAhcWebSocketConduit(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 BusModifier and TypeMethodDescriptionstatic voidAtmosphereUtils.addInterceptors(org.atmosphere.cpr.AtmosphereFramework framework, Bus bus) Constructors in org.apache.cxf.transport.websocket.atmosphere with parameters of type BusModifierConstructorDescriptionAtmosphereWebSocketJettyDestination(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.jetty11
Constructors in org.apache.cxf.transport.websocket.jetty11 with parameters of type BusModifierConstructorDescriptionJetty11WebSocketDestination(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 BusModifierConstructorDescriptionUndertowWebSocketDestination(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 BusModifier and TypeMethodDescriptionvoidBeanValidationFeature.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 BusModifier and TypeMethodDescriptionstatic 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.EndpointReferenceTypeMint logical endpoint reference via the Bus EndpointResolverRegistry.static org.apache.cxf.ws.addressing.EndpointReferenceTypeMint 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.EndpointReferenceTypeResolve 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 BusModifier and TypeMethodDescriptionvoidAddressingFeatureApplier.initializeProvider(WSAddressingFeature feature, InterceptorProvider provider, Bus bus) Constructors in org.apache.cxf.ws.addressing.impl with parameters of type BusModifierConstructorDescription -
Uses of Bus in org.apache.cxf.ws.addressing.policy
Constructors in org.apache.cxf.ws.addressing.policy with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.addressing.soap
Methods in org.apache.cxf.ws.addressing.soap with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.discovery
Constructors in org.apache.cxf.ws.discovery with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.discovery.internal
Constructors in org.apache.cxf.ws.discovery.internal with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.discovery.listeners
Constructors in org.apache.cxf.ws.discovery.listeners with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy that return BusMethods in org.apache.cxf.ws.policy with parameters of type BusModifier and TypeMethodDescriptionvoidWSPolicyFeature.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) final voidfinal voidfinal voidfinal voidConstructors in org.apache.cxf.ws.policy with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.policy.attachment
Fields in org.apache.cxf.ws.policy.attachment declared as BusMethods in org.apache.cxf.ws.policy.attachment with parameters of type BusConstructors in org.apache.cxf.ws.policy.attachment with parameters of type BusModifierConstructorDescriptionprotected -
Uses of Bus in org.apache.cxf.ws.policy.attachment.external
Methods in org.apache.cxf.ws.policy.attachment.external with parameters of type BusConstructors in org.apache.cxf.ws.policy.attachment.external with parameters of type Bus -
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 -
Uses of Bus in org.apache.cxf.ws.policy.spring
Constructors in org.apache.cxf.ws.policy.spring with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return BusMethods in org.apache.cxf.ws.rm with parameters of type BusModifier and TypeMethodDescriptionprotected ClientProxy.createClient(Bus bus, Endpoint endpoint, ProtocolVariation protocol, Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address) static StringRMUtils.getEndpointIdentifier(Endpoint endpoint, Bus bus) voidvoidvoid -
Uses of Bus in org.apache.cxf.ws.rm.feature
Methods in org.apache.cxf.ws.rm.feature with parameters of type BusModifier and TypeMethodDescriptionprotected 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 BusModifierConstructorDescription -
Uses of Bus in org.apache.cxf.ws.security.cache
Constructors in org.apache.cxf.ws.security.cache with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.security.policy
Constructors in org.apache.cxf.ws.security.policy with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.security.policy.custom
Methods in org.apache.cxf.ws.security.policy.custom with parameters of type BusModifier and TypeMethodDescriptionorg.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 -
Uses of Bus in org.apache.cxf.ws.security.policy.interceptors
Constructors in org.apache.cxf.ws.security.policy.interceptors with parameters of type BusModifierConstructorDescriptionSTSTokenOutInterceptor(String phase, STSAuthParams authParams, String stsWsdlLocation, Bus bus) STSTokenOutInterceptor(STSAuthParams authParams, String stsWsdlLocation, 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 -
Uses of Bus in org.apache.cxf.ws.security.trust
Fields in org.apache.cxf.ws.security.trust declared as BusMethods in org.apache.cxf.ws.security.trust with parameters of type BusModifier and TypeMethodDescriptionstatic 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 -
Uses of Bus in org.apache.cxf.wsdl
Methods in org.apache.cxf.wsdl with parameters of type BusModifier and TypeMethodDescriptionstatic 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 BusModifierConstructorDescriptionExtensionClassLoader(Bus bus) GenerateJustInTime(Bus bus) JAXBExtensionHelper(Bus bus, Class<?> cls, String ns) -
Uses of Bus in org.apache.cxf.wsdl.binding
Constructors in org.apache.cxf.wsdl.binding with parameters of type BusModifierConstructorDescription -
Uses of Bus in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 that return BusMethods in org.apache.cxf.wsdl11 with parameters of type BusModifier and TypeMethodDescriptionWSDLEndpointFactory.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) final voidConstructors in org.apache.cxf.wsdl11 with parameters of type BusModifierConstructorDescriptionCatalogWSDLLocator(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 BusModifierConstructorDescriptionEHCacheXKMSClientCache(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