org.ow2.orchestra.facade.rest
Class StringMapWrapper

java.lang.Object
  extended by org.ow2.orchestra.facade.rest.StringMapWrapper

public class StringMapWrapper
extends Object

Author:
Loic Albertin

Nested Class Summary
static class StringMapWrapper.Adapter
           
 
Field Summary
protected  Map<String,String> content
           
 
Constructor Summary
StringMapWrapper()
           
 
Method Summary
 Map<String,String> getContent()
           
static StringMapWrapper make(Map<String,String> source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected Map<String,String> content
Constructor Detail

StringMapWrapper

public StringMapWrapper()
Method Detail

make

public static StringMapWrapper make(Map<String,String> source)

getContent

public Map<String,String> getContent()


Copyright © 2012 OW2 Consortium. All Rights Reserved.