Apache CXF API

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

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

public static class BusDefinitionParser.BusConfig
extends Object
implements org.springframework.context.ApplicationContextAware


Constructor Summary
BusDefinitionParser.BusConfig()
           
BusDefinitionParser.BusConfig(Bus b)
           
 
Method Summary
 Collection<AbstractFeature> getFeatures()
           
 List<Interceptor<? extends Message>> getInFaultInterceptors()
           
 List<Interceptor<? extends Message>> getInInterceptors()
           
 List<Interceptor<? extends Message>> getOutFaultInterceptors()
           
 List<Interceptor<? extends Message>> getOutInterceptors()
           
 Map<String,Object> getProperties()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setFeatures(Collection<AbstractFeature> features)
           
 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

BusDefinitionParser.BusConfig

public BusDefinitionParser.BusConfig()

BusDefinitionParser.BusConfig

public BusDefinitionParser.BusConfig(Bus b)
Method Detail

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<Interceptor<? extends Message>> getOutFaultInterceptors()

getInFaultInterceptors

public List<Interceptor<? extends Message>> getInFaultInterceptors()

getInInterceptors

public List<Interceptor<? extends Message>> getInInterceptors()

getOutInterceptors

public List<Interceptor<? extends Message>> getOutInterceptors()

setInInterceptors

public void setInInterceptors(List<Interceptor<? extends Message>> interceptors)

setInFaultInterceptors

public void setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)

setOutInterceptors

public void setOutInterceptors(List<Interceptor<? extends Message>> interceptors)

setOutFaultInterceptors

public void setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)

getFeatures

public Collection<AbstractFeature> getFeatures()

setFeatures

public void setFeatures(Collection<AbstractFeature> features)

getProperties

public Map<String,Object> getProperties()

setProperties

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

Apache CXF API

Apache CXF