org.outerj.daisy.books.store
Class BookAclBuilder

java.lang.Object
  extended by org.outerj.daisy.books.store.BookAclBuilder

public class BookAclBuilder
extends java.lang.Object

Builds a BookAcl object from its XML description.


Constructor Summary
BookAclBuilder()
           
 
Method Summary
static BookAcl build(org.outerx.daisy.x10Bookstoremeta.BookAclDocument aclDocument)
           
static BookAcl build(java.io.InputStream is)
           
static BookAcl build(java.io.Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookAclBuilder

public BookAclBuilder()
Method Detail

build

public static BookAcl build(java.io.InputStream is)
                     throws java.lang.Exception
Throws:
java.lang.Exception

build

public static BookAcl build(java.io.Reader reader)
                     throws java.lang.Exception
Throws:
java.lang.Exception

build

public static BookAcl build(org.outerx.daisy.x10Bookstoremeta.BookAclDocument aclDocument)
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © -2006 . All Rights Reserved.