Uses of Package
net.shibboleth.utilities.java.support.component

Packages that use net.shibboleth.utilities.java.support.component
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.httpclient Classes for working with Apache HttpClient
net.shibboleth.utilities.java.support.resource Classes for reading in documents/files/data. 
net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. 
 

Classes in net.shibboleth.utilities.java.support.component used by net.shibboleth.utilities.java.support.component
AbstractDestructableInitializableComponent
          Base class for things that implement DestructableComponent and InitializableComponent.
AbstractInitializableComponent
          Base class for things that implement InitializableComponent.
Component
          A marker interface that represents something used as a discrete part of a larger system.
ComponentInitializationException
          Exception thrown if there is a problem initializing a component.
ComponentValidationException
          Exception thrown if there is a problem validating a component.
DestructableComponent
          A component which can be destroyed and its resources reclaimed.
IdentifiableComponent
          A Component which can be assigned a unique identifier.
InitializableComponent
          A Component which needs to be initialized prior to any "real" use.
 

Classes in net.shibboleth.utilities.java.support.component used by net.shibboleth.utilities.java.support.httpclient
AbstractDestructableInitializableComponent
          Base class for things that implement DestructableComponent and InitializableComponent.
Component
          A marker interface that represents something used as a discrete part of a larger system.
DestructableComponent
          A component which can be destroyed and its resources reclaimed.
InitializableComponent
          A Component which needs to be initialized prior to any "real" use.
ValidatableComponent
          A Component which can be validated at run time in order to ensure proper operation.
 

Classes in net.shibboleth.utilities.java.support.component used by net.shibboleth.utilities.java.support.resource
AbstractDestructableInitializableComponent
          Base class for things that implement DestructableComponent and InitializableComponent.
Component
          A marker interface that represents something used as a discrete part of a larger system.
ComponentValidationException
          Exception thrown if there is a problem validating a component.
DestructableComponent
          A component which can be destroyed and its resources reclaimed.
InitializableComponent
          A Component which needs to be initialized prior to any "real" use.
ValidatableComponent
          A Component which can be validated at run time in order to ensure proper operation.
 

Classes in net.shibboleth.utilities.java.support.component used by net.shibboleth.utilities.java.support.xml
AbstractDestructableInitializableComponent
          Base class for things that implement DestructableComponent and InitializableComponent.
Component
          A marker interface that represents something used as a discrete part of a larger system.
ComponentInitializationException
          Exception thrown if there is a problem initializing a component.
DestructableComponent
          A component which can be destroyed and its resources reclaimed.
InitializableComponent
          A Component which needs to be initialized prior to any "real" use.
 



Copyright © 1999-2012. All Rights Reserved.