|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.couchbase.config.CouchbaseJmxParser
public class CouchbaseJmxParser
Enables Parsing of the "CouchbaseClient object is solved by through the "couchbase-ref" attribute.
| Constructor Summary | |
|---|---|
CouchbaseJmxParser()
|
|
| Method Summary | |
|---|---|
protected void |
createBeanDefEntry(Class<?> clazz,
CompositeComponentDefinition compositeDef,
String refName,
Object eleSource,
ParserContext parserContext)
Creates Bean Definitions for JMX components and adds them as a nested component. |
BeanDefinition |
parse(Element element,
ParserContext parserContext)
Parse the element and dispatch the registration of the JMX components. |
protected void |
registerJmxComponents(String refName,
Element element,
ParserContext parserContext)
Register the JMX components in the context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CouchbaseJmxParser()
| Method Detail |
|---|
public BeanDefinition parse(Element element,
ParserContext parserContext)
parse in interface BeanDefinitionParserelement - the XML element which contains the attributes.parserContext - encapsulates the parsing state and configuration.
protected void registerJmxComponents(String refName,
Element element,
ParserContext parserContext)
refName - the reference name to the couchbase client.element - the XML element which contains the attributes.parserContext - encapsulates the parsing state and configuration.
protected void createBeanDefEntry(Class<?> clazz,
CompositeComponentDefinition compositeDef,
String refName,
Object eleSource,
ParserContext parserContext)
clazz - the class type to register.compositeDef - component that can hold nested components.refName - the reference name to the couchbase client.eleSource - source element to reference.parserContext - encapsulates the parsing state and configuration.
|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||