Uses of Class
org.jboss.wsf.stack.cxf.client.ClientBusSelector
-
Packages that use ClientBusSelector Package Description org.jboss.wsf.stack.cxf.client org.jboss.wsf.stack.cxf.client.configuration -
-
Uses of ClientBusSelector in org.jboss.wsf.stack.cxf.client
Methods in org.jboss.wsf.stack.cxf.client that return ClientBusSelector Modifier and Type Method Description static ClientBusSelectorClientBusSelector. getInstance() -
Uses of ClientBusSelector in org.jboss.wsf.stack.cxf.client.configuration
Methods in org.jboss.wsf.stack.cxf.client.configuration with parameters of type ClientBusSelector Modifier and Type Method Description static BusJBossWSBusFactory. getClassLoaderDefaultBus(ClassLoader classloader, ClientBusSelector clientBusSelector)Gets the default bus for the given classloader; if a new Bus is needed, the creation is delegated to the specified ClientBusSelector instance.
-