org.mule.module.bpm.config
Class BpmNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
          extended by org.mule.module.bpm.config.BpmNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class BpmNamespaceHandler
extends AbstractMuleNamespaceHandler

Registers a Bean Definition Parsers for the "bpm" namespace.


Field Summary
static String DROOLS_WRAPPER_CLASS
          Allows simple configuration of Drools from the generic "bpm" namespace.
static String JBPM_WRAPPER_CLASS
          Allows simple configuration of jBPM from the generic "bpm" namespace.
 
Fields inherited from class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
GLOBAL_ENDPOINT, INBOUND_ENDPOINT, logger, OUTBOUND_ENDPOINT
 
Constructor Summary
BpmNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
findConnectorClass, getGlobalEndpointBuilderBeanClass, getInboundEndpointFactoryBeanClass, getOutboundEndpointFactoryBeanClass, registerConnectorDefinitionParser, registerConnectorDefinitionParser, registerConnectorDefinitionParser, registerDeprecatedBeanDefinitionParser, registerIgnoredElement, registerMetaTransportEndpoints, registerMuleBeanDefinitionParser, registerStandardTransportEndpoints
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JBPM_WRAPPER_CLASS

public static final String JBPM_WRAPPER_CLASS
Allows simple configuration of jBPM from the generic "bpm" namespace. Otherwise you would need to include both the "bpm" and "jbpm" namespaces in your config, which is not really justified.

See Also:
Constant Field Values

DROOLS_WRAPPER_CLASS

public static final String DROOLS_WRAPPER_CLASS
Allows simple configuration of Drools from the generic "bpm" namespace. Otherwise you would need to include both the "bpm" and "drools" namespaces in your config, which is not really justified.

See Also:
Constant Field Values
Constructor Detail

BpmNamespaceHandler

public BpmNamespaceHandler()
Method Detail

init

public void init()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.