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 java.lang.String JBPM_WRAPPER_CLASS
          Allows simple configuration of jBPM from the generic "bpm" namespace.
static java.lang.String PROCESS
           
 
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
getGlobalEndpointBuilderBeanClass, getInboundEndpointFactoryBeanClass, getOutboundEndpointFactoryBeanClass, registerConnectorDefinitionParser, registerConnectorDefinitionParser, 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

PROCESS

public static final java.lang.String PROCESS
See Also:
Constant Field Values

JBPM_WRAPPER_CLASS

public static final java.lang.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
Constructor Detail

BpmNamespaceHandler

public BpmNamespaceHandler()
Method Detail

init

public void init()


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