org.apache.felix.ipojo.manipulator.metadata.annotation.module
Class DefaultBindingModule

java.lang.Object
  extended by org.apache.felix.ipojo.manipulator.spi.AbsBindingModule
      extended by org.apache.felix.ipojo.manipulator.metadata.annotation.module.DefaultBindingModule
All Implemented Interfaces:
java.lang.Iterable<Binding>, Module

public class DefaultBindingModule
extends AbsBindingModule

Author:
Felix Project Team

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.felix.ipojo.manipulator.spi.AbsBindingModule
AbsBindingModule.AnnotationBindingBuilder, AbsBindingModule.ConditionalBindingBuilder
 
Constructor Summary
DefaultBindingModule()
           
 
Method Summary
 void configure()
          Configure all the iPOJO's default annotation's bindings.
protected  javax.xml.parsers.DocumentBuilder getFreshDocumentBuilder(Reporter reporter)
          Creates a 'fresh' document builder.
 
Methods inherited from class org.apache.felix.ipojo.manipulator.spi.AbsBindingModule
bind, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBindingModule

public DefaultBindingModule()
Method Detail

configure

public void configure()
Configure all the iPOJO's default annotation's bindings.


getFreshDocumentBuilder

protected javax.xml.parsers.DocumentBuilder getFreshDocumentBuilder(Reporter reporter)
Creates a 'fresh' document builder.

Returns:
a new document builder is not already created, else reset the created one, and return it.


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.