Apache CXF API

Uses of Class
org.apache.cxf.configuration.spring.BusWiringType

Packages that use BusWiringType
org.apache.cxf.configuration.spring   
 

Uses of BusWiringType in org.apache.cxf.configuration.spring
 

Methods in org.apache.cxf.configuration.spring that return BusWiringType
static BusWiringType BusWiringType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BusWiringType[] BusWiringType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.configuration.spring with parameters of type BusWiringType
protected  void AbstractBeanDefinitionParser.addBusWiringAttribute(org.springframework.beans.factory.support.BeanDefinitionBuilder bean, BusWiringType type)
           
protected  void AbstractBeanDefinitionParser.addBusWiringAttribute(org.springframework.beans.factory.support.BeanDefinitionBuilder bean, BusWiringType type, String busName, org.springframework.beans.factory.xml.ParserContext ctx)
           
 


Apache CXF API

Apache CXF