ColdSpring 2.0 - Narwhal

coldspring.aop.config
Class RemoteDefinitionParser

WEB-INF.cftags.component
        extended by coldspring.aop.config.RemoteDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser

public class RemoteDefinitionParser
extends WEB-INF.cftags.component

The definition parser for the element


Constructor Summary
init()
          Constructor
 
Method Summary
 any parse(any element, ParserContext parserContext)
          Parse elements, and turn them in to RemoteFactoryBeans
private void parseIntercepors(BeanDefinition beanDefinition, any element, ParserContext parserContext)
          parse the interceptors element interceptor elements
private void parseMissingMethods(BeanDefinition beanDefinition, any element, ParserContext parserContext)
          parse the missing element method elements
private void parseRemoteMethods(BeanDefinition beanDefinition, any element, ParserContext parserContext)
          parse the remote element method elements
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

parse

public any parse(any element, ParserContext parserContext)
Parse elements, and turn them in to RemoteFactoryBeans

Specified by:
parse in interface BeanDefinitionParser
Parameters:
element - a instance of org.w3c.dom.Element that represent the XML Element
parserContext - the current parser context

parseIntercepors

private void parseIntercepors(BeanDefinition beanDefinition, any element, ParserContext parserContext)
parse the interceptors element interceptor elements

Parameters:
beanDefinition - the bean definition to append interceptors to
element - a instance of org.w3c.dom.Element that represent the XML Element
parserContext - the current parser context

parseMissingMethods

private void parseMissingMethods(BeanDefinition beanDefinition, any element, ParserContext parserContext)
parse the missing element method elements

Parameters:
beanDefinition - the bean definition to append missing methods to
element - a instance of org.w3c.dom.Element that represent the XML Element
parserContext - the current parser context

parseRemoteMethods

private void parseRemoteMethods(BeanDefinition beanDefinition, any element, ParserContext parserContext)
parse the remote element method elements

Parameters:
beanDefinition - the bean definition to append remote methods to
element - a instance of org.w3c.dom.Element that represent the XML Element
parserContext - the current parser context

ColdSpring 2.0 - Narwhal