org.jboss.resteasy.plugins.providers.jaxb
Class JaxbMap

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.jaxb.JaxbMap

public class JaxbMap
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Nested Class Summary
static class JaxbMap.Entry
           
 
Constructor Summary
JaxbMap()
           
JaxbMap(String entryName, String keyAttributeName, String namespace)
           
 
Method Summary
 void addEntry(String key, Object val)
           
 List<JAXBElement<JaxbMap.Entry>> getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbMap

public JaxbMap()

JaxbMap

public JaxbMap(String entryName,
               String keyAttributeName,
               String namespace)
Method Detail

addEntry

public void addEntry(String key,
                     Object val)

getValue

public List<JAXBElement<JaxbMap.Entry>> getValue()


Copyright © 2012. All Rights Reserved.