Description
AbstractEndpointFactory.getBus() creates a bus if it is null so there's no way to check if the bus is et or not.
getBus(boolean createIfNeeded) can help. a boolean isBusSet() can be added too but the former option is marginally better as it is consistent with the other similar methods in CXF api.
Attachments
Issue Links
- relates to
-
CAMEL-7229 [cxfrs] Producer override bean bus
- Resolved