Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
Enclosing class:
BusDefinitionParser

public static class BusDefinitionParser.BusConfig
extends java.lang.Object


Constructor Summary
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 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(Bus b)
Method Detail

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 API

Apache CXF