Spring Data Couchbase

org.springframework.data.couchbase.config
Class CouchbaseNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.data.couchbase.config.CouchbaseNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class CouchbaseNamespaceHandler
extends NamespaceHandlerSupport

NamespaceHandler for Couchbase configuration.

This handler acts as a container for one or more bean parsers and registers them. During parsing, the elements get analyzed and the appropriate registered parser is called.

Author:
Michael Nitschinger

Constructor Summary
CouchbaseNamespaceHandler()
           
 
Method Summary
 void init()
          Register bean definition parsers in the namespace handler.
 
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
 

Constructor Detail

CouchbaseNamespaceHandler

public CouchbaseNamespaceHandler()
Method Detail

init

public final void init()
Register bean definition parsers in the namespace handler.


Spring Data Couchbase

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.