org.apache.lenya.ac.cache
Interface InputStreamBuilder

All Known Implementing Classes:
PolicyBuilder, RemovedAccreditablePolicyBuilder, UsecaseRolesBuilder

public interface InputStreamBuilder

Interface for objects capable of building objects from input streams.

Version:
$Id: InputStreamBuilder.java 473841 2006-11-12 00:46:38Z gregor $

Method Summary
 java.lang.Object build(java.io.InputStream stream)
          Builds an object from an input stream.
 

Method Detail

build

java.lang.Object build(java.io.InputStream stream)
                       throws BuildException
Builds an object from an input stream.

Parameters:
stream - An input stream.
Returns:
An object.
Throws:
BuildException - when building the object failed.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.