| Package | Description |
|---|---|
| org.apache.cxf |
Contains the Bus, which is the central touch point of CXF, and its related classes.
|
| org.apache.cxf.databinding | |
| org.apache.cxf.feature | |
| org.apache.cxf.message | |
| org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
| org.apache.cxf.transport |
Transport related classes.
|
| org.apache.cxf.ws.policy.builder.primitive | |
| org.apache.cxf.wsdl |
| Modifier and Type | Field and Description |
|---|---|
protected static Bus |
BusFactory.defaultBus |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Thread,Bus> |
BusFactory.threadBusses |
| Modifier and Type | Method and Description |
|---|---|
abstract Bus |
BusFactory.createBus()
Creates a new bus.
|
static Bus |
BusFactory.getDefaultBus()
Returns the default bus, creating it if necessary.
|
static Bus |
BusFactory.getDefaultBus(boolean createIfNeeded)
Returns the default bus
|
static Bus |
BusFactory.getThreadDefaultBus()
Gets the default bus for the thread.
|
static Bus |
BusFactory.getThreadDefaultBus(boolean createIfNeeded)
Gets the default bus for the thread, creating if needed
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BusFactory.clearDefaultBusForAnyThread(Bus bus)
Removes a bus from being a thread default bus for any thread.
|
protected void |
BusFactory.initializeBus(Bus bus) |
static boolean |
BusFactory.possiblySetDefaultBus(Bus bus)
Sets the default bus if a default bus is not already set.
|
static void |
BusFactory.setDefaultBus(Bus bus)
Sets the default bus.
|
static void |
BusFactory.setThreadDefaultBus(Bus bus)
Sets the default bus for the thread.
|
| Modifier and Type | Method and Description |
|---|---|
protected Bus |
AbstractDataBinding.getBus() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataBinding.setBus(Bus bus)
This call is used to set the bus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFeature.initialize(Bus bus) |
void |
AbstractFeature.initialize(Client client,
Bus bus) |
void |
AbstractFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
void |
AbstractFeature.initialize(Server server,
Bus bus) |
protected void |
AbstractFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
Bus |
ExchangeImpl.getBus() |
Bus |
Exchange.getBus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceBuilder.setBus(Bus bus) |
| Modifier and Type | Field and Description |
|---|---|
protected Bus |
TransportURIResolver.bus |
| Constructor and Description |
|---|
TransportURIResolver(Bus b) |
| Modifier and Type | Field and Description |
|---|---|
protected Bus |
PrimitiveAssertionBuilder.bus |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveAssertionBuilder.setBus(Bus b) |
| Modifier and Type | Method and Description |
|---|---|
static EndpointReferenceType |
EndpointReferenceUtils.getEndpointReferenceWithId(QName serviceQName,
String portName,
String id,
Bus bus)
Obtain a multiplexed endpoint reference for the deployed service that contains the provided id
|
static QName |
EndpointReferenceUtils.getInterfaceName(EndpointReferenceType ref,
Bus bus) |
static QName |
EndpointReferenceUtils.getPortQName(EndpointReferenceType ref,
Bus bus) |
static Schema |
EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo,
Bus b) |
static QName |
EndpointReferenceUtils.getServiceName(EndpointReferenceType ref,
Bus bus)
Gets the service name of the provided endpoint reference.
|
static EndpointReferenceType |
EndpointReferenceUtils.mint(EndpointReferenceType physical,
Bus bus)
Mint logical endpoint reference via the Bus EndpointResolverRegistry.
|
static EndpointReferenceType |
EndpointReferenceUtils.mint(QName serviceName,
Bus bus)
Mint logical endpoint reference via the Bus EndpointResolverRegistry.
|
static EndpointReferenceType |
EndpointReferenceUtils.renew(EndpointReferenceType logical,
EndpointReferenceType physical,
Bus bus)
Renew logical endpoint reference via the Bus EndpointResolverRegistry.
|
static EndpointReferenceType |
EndpointReferenceUtils.resolve(EndpointReferenceType logical,
Bus bus)
Resolve logical endpoint reference via the Bus EndpointResolverRegistry.
|
Apache CXF