org.mule.transport.rmi.config
Class RmiNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
          extended by org.mule.transport.rmi.config.RmiNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class RmiNamespaceHandler
extends AbstractMuleNamespaceHandler

Registers a Bean Definition Parser for handling <rmi:connector> elements.


Field Summary
static java.lang.String[] ADDRESS
           
static java.lang.String OBJECT
           
static java.lang.String[] PROPERTIES
           
 
Fields inherited from class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
GLOBAL_ENDPOINT, INBOUND_ENDPOINT, logger, OUTBOUND_ENDPOINT
 
Constructor Summary
RmiNamespaceHandler()
           
 
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

OBJECT

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

PROPERTIES

public static final java.lang.String[] PROPERTIES

ADDRESS

public static final java.lang.String[] ADDRESS
Constructor Detail

RmiNamespaceHandler

public RmiNamespaceHandler()
Method Detail

init

public void init()


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