|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.interceptor.AbstractBasicInterceptorProvider org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
public static class BusDefinitionParser.BusConfig
Constructor Summary | |
---|---|
BusDefinitionParser.BusConfig(String busName)
|
Method Summary | |
---|---|
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(org.springframework.context.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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusDefinitionParser.BusConfig(String busName)
Method Detail |
---|
public void setBus(Bus bb)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.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 Map<String,Object> getProperties()
public void setProperties(Map<String,Object> s)
public void setId(String s)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |