public static class BusDefinitionParser.BusConfig extends AbstractBasicInterceptorProvider implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
BusConfig(java.lang.String busName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Feature> |
getFeatures() |
java.util.List<Interceptor<? extends Message>> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor
chain of the object.
|
java.util.List<Interceptor<? extends Message>> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor
chain of the object.
|
java.util.List<Interceptor<? extends Message>> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor
chain of the object.
|
java.util.List<Interceptor<? extends Message>> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor
chain of the object.
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBus(Bus bb) |
void |
setFeatures(java.util.Collection<? extends Feature> features) |
void |
setId(java.lang.String s) |
void |
setInFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setInInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setOutFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setOutInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> s) |
public void setBus(Bus bb)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic java.util.List<Interceptor<? extends Message>> getOutFaultInterceptors()
InterceptorProvidergetOutFaultInterceptors in interface InterceptorProvidergetOutFaultInterceptors in class AbstractBasicInterceptorProviderList outgoing fault interceptor chainpublic java.util.List<Interceptor<? extends Message>> getInFaultInterceptors()
InterceptorProvidergetInFaultInterceptors in interface InterceptorProvidergetInFaultInterceptors in class AbstractBasicInterceptorProviderList incoming fault interceptor chainpublic java.util.List<Interceptor<? extends Message>> getInInterceptors()
InterceptorProvidergetInInterceptors in interface InterceptorProvidergetInInterceptors in class AbstractBasicInterceptorProviderList incoming interceptor chainpublic java.util.List<Interceptor<? extends Message>> getOutInterceptors()
InterceptorProvidergetOutInterceptors in interface InterceptorProvidergetOutInterceptors in class AbstractBasicInterceptorProviderList outgoing interceptor chainpublic void setInInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
setInInterceptors in class AbstractBasicInterceptorProviderpublic void setInFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
setInFaultInterceptors in class AbstractBasicInterceptorProviderpublic void setOutInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
setOutInterceptors in class AbstractBasicInterceptorProviderpublic void setOutFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
setOutFaultInterceptors in class AbstractBasicInterceptorProviderpublic java.util.Collection<Feature> getFeatures()
public void setFeatures(java.util.Collection<? extends Feature> features)
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> s)
public void setId(java.lang.String s)