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 java.lang.Object
implements org.springframework.context.ApplicationContextAware


Constructor Summary
BusDefinitionParser.BusConfig()
           
BusDefinitionParser.BusConfig(Bus b)
           
 
Method Summary
 java.util.Collection<AbstractFeature> getFeatures()
           
 java.util.List<Interceptor> getInFaultInterceptors()
           
 java.util.List<Interceptor> getInInterceptors()
           
 java.util.List<Interceptor> getOutFaultInterceptors()
           
 java.util.List<Interceptor> getOutInterceptors()
           
 java.util.Map<java.lang.String,java.lang.Object> getProperties()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setFeatures(java.util.Collection<AbstractFeature> features)
           
 void setInFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void setInInterceptors(java.util.List<Interceptor> interceptors)
           
 void setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void setOutInterceptors(java.util.List<Interceptor> interceptors)
           
 void setProperties(java.util.Map<java.lang.String,java.lang.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 java.util.List<Interceptor> getOutFaultInterceptors()

getInFaultInterceptors

public java.util.List<Interceptor> getInFaultInterceptors()

getInInterceptors

public java.util.List<Interceptor> getInInterceptors()

getOutInterceptors

public java.util.List<Interceptor> getOutInterceptors()

setInInterceptors

public void setInInterceptors(java.util.List<Interceptor> interceptors)

setInFaultInterceptors

public void setInFaultInterceptors(java.util.List<Interceptor> interceptors)

setOutInterceptors

public void setOutInterceptors(java.util.List<Interceptor> interceptors)

setOutFaultInterceptors

public void setOutFaultInterceptors(java.util.List<Interceptor> interceptors)

getFeatures

public java.util.Collection<AbstractFeature> getFeatures()

setFeatures

public void setFeatures(java.util.Collection<AbstractFeature> features)

getProperties

public java.util.Map<java.lang.String,java.lang.Object> getProperties()

setProperties

public void setProperties(java.util.Map<java.lang.String,java.lang.Object> s)


Apache CXF