org.mule.module.bpm.config
Class BpmNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
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.
|
Method Summary |
void |
init()
|
| 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 |
PROCESS
public static final String PROCESS
- See Also:
- Constant Field Values
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
BpmNamespaceHandler
public BpmNamespaceHandler()
init
public void init()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.