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

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

public class AllowableActionsDocument
extends Object

Allowable Actions document.

Author:
Florian Müller

Constructor Summary
AllowableActionsDocument()
          Creates an Allowable Actions document.
 
Method Summary
 void writeAllowableActions(AllowableActions allowableActions, 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

AllowableActionsDocument

public AllowableActionsDocument()
Creates an Allowable Actions document.

Method Detail

writeAllowableActions

public void writeAllowableActions(AllowableActions allowableActions,
                                  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.