org.exoplatform.applications.ooplugin.client
Class ResponseDoc

java.lang.Object
  extended by org.exoplatform.applications.ooplugin.client.ResponseDoc

public class ResponseDoc
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Guly

Field Summary
protected  java.lang.String href
           
protected  java.util.ArrayList<PropApi> properties
           
protected  java.lang.String responseDescription
           
protected  int status
           
 
Constructor Summary
ResponseDoc(org.w3c.dom.Node node)
           
 
Method Summary
 java.lang.String getHref()
           
 java.util.ArrayList<PropApi> getProperties()
           
protected  java.util.ArrayList<PropApi> getPropertiesForStatus(org.w3c.dom.Node propStatNode)
           
 PropApi getProperty(java.lang.String propertyName)
           
 java.lang.String getResponseDescription()
           
 int getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

protected java.lang.String href

properties

protected java.util.ArrayList<PropApi> properties

status

protected int status

responseDescription

protected java.lang.String responseDescription
Constructor Detail

ResponseDoc

public ResponseDoc(org.w3c.dom.Node node)
Method Detail

getPropertiesForStatus

protected java.util.ArrayList<PropApi> getPropertiesForStatus(org.w3c.dom.Node propStatNode)

getHref

public java.lang.String getHref()

getProperty

public PropApi getProperty(java.lang.String propertyName)

getProperties

public java.util.ArrayList<PropApi> getProperties()

getStatus

public int getStatus()

getResponseDescription

public java.lang.String getResponseDescription()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.