public interface Bus extends InterceptorProvider
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BUS_ID |
Modifier and Type | Method and Description |
---|---|
<T> T |
getExtension(Class<T> extensionType) |
Collection<Feature> |
getFeatures() |
String |
getId() |
Map<String,Object> |
getProperties() |
Object |
getProperty(String s) |
boolean |
hasExtensionByName(String name) |
void |
run() |
<T> void |
setExtension(T extension,
Class<T> extensionType) |
void |
setProperty(String s,
Object o) |
void |
shutdown(boolean wait) |
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
static final String DEFAULT_BUS_ID
<T> T getExtension(Class<T> extensionType)
<T> void setExtension(T extension, Class<T> extensionType)
boolean hasExtensionByName(String name)
String getId()
void shutdown(boolean wait)
void run()
Collection<Feature> getFeatures()
Copyright © 2018 JBoss by Red Hat. All rights reserved.