org.openregistry.core.web.resources.representations
Class ErrorsResponseRepresentation

java.lang.Object
  extended by org.openregistry.core.web.resources.representations.ErrorsResponseRepresentation

public class ErrorsResponseRepresentation
extends java.lang.Object

A simple struct-like class representing a generic errors response which might arise from calling OpenRegistry RESTful resources. This class should only be used to marshal XML representation of generic errors response. The marshaling of the errors response XML representation is done automatically by JAXB.

Since:
1.0
Author:
Dmitriy Kopylenko

Field Summary
 java.util.List<java.lang.String> errorMessages
           
 
Constructor Summary
ErrorsResponseRepresentation()
          Required by JAXB provider
ErrorsResponseRepresentation(java.util.List<java.lang.String> errorMessages)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorMessages

public java.util.List<java.lang.String> errorMessages
Constructor Detail

ErrorsResponseRepresentation

public ErrorsResponseRepresentation()
Required by JAXB provider


ErrorsResponseRepresentation

public ErrorsResponseRepresentation(java.util.List<java.lang.String> errorMessages)


Copyright © 2009-2012 JA-SIG, Inc.. All Rights Reserved.