uk.ac.ncl.cs.instantsoap.wsapi.jaxb
Class JaxbFriendlyMap

java.lang.Object
  extended by uk.ac.ncl.cs.instantsoap.wsapi.jaxb.JaxbFriendlyMap

public class JaxbFriendlyMap
extends Object

A map-like class that is friendly to jaxb.

Author:
Matthew Pocock

Field Summary
 List<JaxbFriendlyEntry> entry
           
 
Constructor Summary
JaxbFriendlyMap()
           
JaxbFriendlyMap(Map<String,String> m)
           
 
Method Summary
 Map<String,String> toMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

public List<JaxbFriendlyEntry> entry
Constructor Detail

JaxbFriendlyMap

public JaxbFriendlyMap()

JaxbFriendlyMap

public JaxbFriendlyMap(Map<String,String> m)
Method Detail

toMap

public Map<String,String> toMap()


Copyright © 2006-2008. All Rights Reserved.