Uses of Class
org.apache.cxf.BusFactory
Packages that use BusFactory
Package
Description
-
Uses of BusFactory in org.apache.cxf
Methods in org.apache.cxf that return BusFactoryModifier and TypeMethodDescriptionstatic BusFactoryBusFactory.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 BusFactoryBusFactory.newInstance(String className) Create a new BusFactory -
Uses of BusFactory in org.apache.cxf.bus
Subclasses of BusFactory in org.apache.cxf.bus -
Uses of BusFactory in org.apache.cxf.bus.spring
Subclasses of BusFactory in org.apache.cxf.bus.spring -
Uses of BusFactory in org.jboss.wsf.stack.cxf.client.configuration
Subclasses of BusFactory in org.jboss.wsf.stack.cxf.client.configurationModifier and TypeClassDescriptionclassJBossWS version of @see{org.apache.cxf.BusFactory}.