org.springframework.data.couchbase.config
Class CouchbaseNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
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
|
Method Summary |
void |
init()
Register bean definition parsers in the namespace handler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CouchbaseNamespaceHandler
public CouchbaseNamespaceHandler()
init
public final void init()
- Register bean definition parsers in the namespace handler.
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.