Uses of Interface
net.shibboleth.utilities.java.support.component.Component

Packages that use 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. 
 

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

Subinterfaces of Component in net.shibboleth.utilities.java.support.component
 interface DestructableComponent
          A component which can be destroyed and its resources reclaimed.
 interface IdentifiableComponent
          A Component which can be assigned a unique identifier.
 interface InitializableComponent
          A Component which needs to be initialized prior to any "real" use.
 interface UnmodifiableComponent
          A marker interface for components that may be put in to an unmodifiable state and, if a modification is attempted afterwards, throws UnmodifiableComponentException.
 interface ValidatableComponent
          A Component which can be validated at run time in order to ensure proper operation.
 

Classes in net.shibboleth.utilities.java.support.component that implement Component
 class AbstractDestructableIdentifiableInitializableComponent
          Base class for components implementing DestructableComponent, IdentifiableComponent and InitializableComponent.
 class AbstractDestructableInitializableComponent
          Base class for things that implement DestructableComponent and InitializableComponent.
 class AbstractIdentifiableInitializableComponent
          Simple implementation of InitializableComponent and IdentifiableComponent.
 class AbstractInitializableComponent
          Base class for things that implement InitializableComponent.
 

Uses of Component in net.shibboleth.utilities.java.support.httpclient
 

Classes in net.shibboleth.utilities.java.support.httpclient that implement Component
 class HttpResource
          A resource that fetches data from a remote source via HTTP.
 class IdleConnectionSweeper
          A utility that periodically closes idle connections held by a HttpClient.
 

Uses of Component in net.shibboleth.utilities.java.support.resource
 

Subinterfaces of Component in net.shibboleth.utilities.java.support.resource
 interface Resource
          An interface representing an data resource.
 

Classes in net.shibboleth.utilities.java.support.resource that implement Component
 class AbstractResource
          Base class for resources.
 class ClasspathResource
          A resource which reads data from the classpath.
 class FilesystemResource
          An Resource that reads data from a fileystem file.
 

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

Subinterfaces of Component in net.shibboleth.utilities.java.support.xml
 interface ParserPool
          A pool of XML parsers.
 

Classes in net.shibboleth.utilities.java.support.xml that implement Component
 class BasicParserPool
          A pool of JAXP 1.3 DocumentBuilders.
 



Copyright © 1999-2012. All Rights Reserved.