org.openregistry.core.web.resources.representations
Class ErrorsResponseRepresentation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorMessages
public java.util.List<java.lang.String> errorMessages
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.