org.apache.cxf.bus.spring
Class BusDefinitionParser.BusConfig

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
      extended by org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
All Implemented Interfaces:
org.apache.cxf.interceptor.InterceptorProvider, org.springframework.context.ApplicationContextAware
Enclosing class:
BusDefinitionParser

public static class BusDefinitionParser.BusConfig
extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
implements org.springframework.context.ApplicationContextAware


Constructor Summary
BusDefinitionParser.BusConfig(String busName)
           
 
Method Summary
 Collection<org.apache.cxf.feature.AbstractFeature> getFeatures()
           
 List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInFaultInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutFaultInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
           
 Map<String,Object> getProperties()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setBus(org.apache.cxf.Bus bb)
           
 void setFeatures(Collection<org.apache.cxf.feature.AbstractFeature> features)
           
 void setId(String s)
           
 void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
           
 void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
           
 void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
           
 void setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.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

BusDefinitionParser.BusConfig

public BusDefinitionParser.BusConfig(String busName)
Method Detail

setBus

public void setBus(org.apache.cxf.Bus bb)

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

getOutFaultInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutFaultInterceptors()
Specified by:
getOutFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
Overrides:
getOutFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

getInFaultInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInFaultInterceptors()
Specified by:
getInFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
Overrides:
getInFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

getInInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
Specified by:
getInInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
Overrides:
getInInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

getOutInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
Specified by:
getOutInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
Overrides:
getOutInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

setInInterceptors

public void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
Overrides:
setInInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

setInFaultInterceptors

public void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
Overrides:
setInFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

setOutInterceptors

public void setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
Overrides:
setOutInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

setOutFaultInterceptors

public void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
Overrides:
setOutFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

getFeatures

public Collection<org.apache.cxf.feature.AbstractFeature> getFeatures()

setFeatures

public void setFeatures(Collection<org.apache.cxf.feature.AbstractFeature> features)

getProperties

public Map<String,Object> getProperties()

setProperties

public void setProperties(Map<String,Object> s)

setId

public void setId(String s)


Apache CXF