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

java.lang.Object
  extended by org.openregistry.core.web.resources.representations.PersonResponseRepresentation
All Implemented Interfaces:
java.io.Serializable

public class PersonResponseRepresentation
extends java.lang.Object
implements java.io.Serializable

Simple Java Bean encapsulating the representation of persons in the registry for the purpose of exposing it via RESTful resources. This is class is marshalled into an XML representation using JAXB.

This class is immutable

Since:
1.0
Author:
Dmitriy Kopylenko
See Also:
Serialized Form

Nested Class Summary
static class PersonResponseRepresentation.PersonIdentifierRepresentation
           
 
Constructor Summary
PersonResponseRepresentation()
          Required by JAXB
PersonResponseRepresentation(java.util.List<PersonResponseRepresentation.PersonIdentifierRepresentation> ids)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonResponseRepresentation

public PersonResponseRepresentation()
Required by JAXB


PersonResponseRepresentation

public PersonResponseRepresentation(java.util.List<PersonResponseRepresentation.PersonIdentifierRepresentation> ids)


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