org.apache.chemistry.opencmis.server.impl.atompub
Class AclDocument

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.impl.atompub.AclDocument

public class AclDocument
extends java.lang.Object

ACL document.

Author:
Florian Müller

Constructor Summary
AclDocument()
          Creates an ACL document.
 
Method Summary
 void writeAcl(Acl acl, java.io.OutputStream out)
          Writes an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AclDocument

public AclDocument()
Creates an ACL document.

Method Detail

writeAcl

public void writeAcl(Acl acl,
                     java.io.OutputStream out)
              throws javax.xml.bind.JAXBException
Writes an object.

Throws:
javax.xml.bind.JAXBException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.