Uses of Class
org.apache.cxf.BusFactory
Package
Description
Contains the Bus, which is the central touch point of CXF, and its related classes.
-
Uses of BusFactory in org.apache.cxf
Modifier and TypeMethodDescriptionstatic BusFactory
BusFactory.newInstance()
Create a new BusFactory The class of the BusFactory is determined by looking for the system propery: org.apache.cxf.bus.factory or by searching the classpath for: META-INF/services/org.apache.cxf.bus.factorystatic BusFactory
BusFactory.newInstance
(String className) Create a new BusFactory -
Uses of BusFactory in org.apache.cxf.bus
-
Uses of BusFactory in org.apache.cxf.bus.spring