| Package | Description | 
|---|---|
| org.apache.cxf | Contains the Bus, which is the central touch point of CXF, and its related classes. | 
| org.apache.cxf.bus | |
| org.apache.cxf.bus.spring | |
| org.jboss.wsf.stack.cxf.client.configuration | 
| Modifier and Type | Method and Description | 
|---|---|
| static 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.factory | 
| static BusFactory | BusFactory. newInstance(String className)Create a new BusFactory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CXFBusFactory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpringBusFactory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JBossWSBusFactoryJBossWS version of @see{org.apache.cxf.BusFactory}. | 
Copyright © 2019 JBoss by Red Hat. All rights reserved.