public static class BusDefinitionParser.BusConfig extends AbstractBasicInterceptorProvider
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
getFeatures() |
List<Interceptor<? extends Message>> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor
chain of the object.
|
List<Interceptor<? extends Message>> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor
chain of the object.
|
List<Interceptor<? extends Message>> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor
chain of the object.
|
List<Interceptor<? extends Message>> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor
chain of the object.
|
Map<String,Object> |
getProperties() |
void |
setApplicationContext(ApplicationContext applicationContext) |
void |
setBus(Bus bb) |
void |
setFeatures(Collection<? extends Feature> features) |
void |
setId(String s) |
void |
setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
setInInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
setOutInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
setProperties(Map<String,Object> s) |
public BusConfig(String busName)
public void setBus(Bus bb)
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
BeansException
public List<Interceptor<? extends Message>> getOutFaultInterceptors()
InterceptorProvider
getOutFaultInterceptors
in interface InterceptorProvider
getOutFaultInterceptors
in class AbstractBasicInterceptorProvider
List
outgoing fault interceptor chainpublic List<Interceptor<? extends Message>> getInFaultInterceptors()
InterceptorProvider
getInFaultInterceptors
in interface InterceptorProvider
getInFaultInterceptors
in class AbstractBasicInterceptorProvider
List
incoming fault interceptor chainpublic List<Interceptor<? extends Message>> getInInterceptors()
InterceptorProvider
getInInterceptors
in interface InterceptorProvider
getInInterceptors
in class AbstractBasicInterceptorProvider
List
incoming interceptor chainpublic List<Interceptor<? extends Message>> getOutInterceptors()
InterceptorProvider
getOutInterceptors
in interface InterceptorProvider
getOutInterceptors
in class AbstractBasicInterceptorProvider
List
outgoing interceptor chainpublic void setInInterceptors(List<Interceptor<? extends Message>> interceptors)
setInInterceptors
in class AbstractBasicInterceptorProvider
public void setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
setInFaultInterceptors
in class AbstractBasicInterceptorProvider
public void setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
setOutInterceptors
in class AbstractBasicInterceptorProvider
public void setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
setOutFaultInterceptors
in class AbstractBasicInterceptorProvider
public Collection<Feature> getFeatures()
public void setFeatures(Collection<? extends Feature> features)
public void setId(String s)
Copyright © 2017 JBoss by Red Hat. All rights reserved.