Uses of Class
net.shibboleth.utilities.java.support.component.ComponentInitializationException

Packages that use ComponentInitializationException
net.shibboleth.utilities.java.support.component Set of interfaces used to describe basic features of "components" or "modules" within a larger system. 
net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. 
 

Uses of ComponentInitializationException in net.shibboleth.utilities.java.support.component
 

Methods in net.shibboleth.utilities.java.support.component that throw ComponentInitializationException
protected  void AbstractInitializableComponent.doInitialize()
          Performs the initialization of the component.
protected  void AbstractIdentifiableInitializableComponent.doInitialize()
          This method checks to ensure that the component ID is not null.
protected  void AbstractDestructableInitializableComponent.doInitialize()
          Performs the initialization of the component.
protected  void AbstractDestructableIdentifiableInitializableComponent.doInitialize()
          Performs the initialization of the component.
 void InitializableComponent.initialize()
          Initializes the component.
 void AbstractInitializableComponent.initialize()
          Initializes the component.
 void AbstractDestructableInitializableComponent.initialize()
          Initializes the component.
static void ComponentSupport.initialize(Object obj)
          If the given object is not null and an instance of InitializableComponent, then this method calls the given object's InitializableComponent.initialize() method.
 

Uses of ComponentInitializationException in net.shibboleth.utilities.java.support.xml
 

Methods in net.shibboleth.utilities.java.support.xml that throw ComponentInitializationException
protected  void BasicParserPool.doInitialize()
          Initialize the pool.
 



Copyright © 1999-2012. All Rights Reserved.