org.apache.servicemix.jbi.config
Class ServiceUnitElementProcessor

java.lang.Object
  extended by org.apache.servicemix.jbi.config.spring.ElementProcessorSupport
      extended by org.apache.servicemix.jbi.config.spring.QNameElementProcessor
          extended by org.apache.servicemix.jbi.config.ServiceUnitElementProcessor
All Implemented Interfaces:
ElementProcessor

public class ServiceUnitElementProcessor
extends QNameElementProcessor
implements ElementProcessor

Handles the 'container' element

Version:
$Revision: 426415 $

Field Summary
 
Fields inherited from class org.apache.servicemix.jbi.config.spring.ElementProcessorSupport
NAMESPACE
 
Constructor Summary
ServiceUnitElementProcessor()
           
 
Method Summary
static CompositeElementProcessor getCompositeprocessor()
           
 void processElement(org.w3c.dom.Element element, org.springframework.beans.factory.support.BeanDefinitionReader beanDefinitionReader)
          Processes the configuration element prior to the Spring configuration mechanism taking place.
 
Methods inherited from class org.apache.servicemix.jbi.config.spring.QNameElementProcessor
addQNameBeanElement, addQNameProperty
 
Methods inherited from class org.apache.servicemix.jbi.config.spring.ElementProcessorSupport
addBeanElement, addConstructorValueNode, addElement, addPropertyElement, addPropertyElement, convertToCamelCase, getElementNameToPropertyName, logXmlGenerated, processChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceUnitElementProcessor

public ServiceUnitElementProcessor()
Method Detail

getCompositeprocessor

public static CompositeElementProcessor getCompositeprocessor()

processElement

public void processElement(org.w3c.dom.Element element,
                           org.springframework.beans.factory.support.BeanDefinitionReader beanDefinitionReader)
Description copied from interface: ElementProcessor
Processes the configuration element prior to the Spring configuration mechanism taking place.

Specified by:
processElement in interface ElementProcessor
Overrides:
processElement in class QNameElementProcessor


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.