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 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<? extends Message>> getInFaultInterceptors()
           
 java.util.List<Interceptor<? extends Message>> getInInterceptors()
           
 java.util.List<Interceptor<? extends Message>> getOutFaultInterceptors()
           
 java.util.List<Interceptor<? extends Message>> 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<? 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)
           
 
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<? extends Message>> getOutFaultInterceptors()

getInFaultInterceptors

public java.util.List<Interceptor<? extends Message>> getInFaultInterceptors()

getInInterceptors

public java.util.List<Interceptor<? extends Message>> getInInterceptors()

getOutInterceptors

public java.util.List<Interceptor<? extends Message>> getOutInterceptors()

setInInterceptors

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

setInFaultInterceptors

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

setOutInterceptors

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

setOutFaultInterceptors

public void setOutFaultInterceptors(java.util.List<Interceptor<? extends Message>> 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 API

Apache CXF