org.ten60.json.representation
Class JSONAspect

java.lang.Object
  extended byorg.ten60.json.representation.JSONAspect
All Implemented Interfaces:
IAspectJSON, com.ten60.netkernel.urii.IURAspect

public class JSONAspect
extends java.lang.Object
implements IAspectJSON


Constructor Summary
JSONAspect(JSONObject aJSON)
          Creates a new instance of JSONAspect
 
Method Summary
 IJSONObjectReadOnly getJSONObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONAspect

public JSONAspect(JSONObject aJSON)
Creates a new instance of JSONAspect

Method Detail

getJSONObject

public IJSONObjectReadOnly getJSONObject()
Specified by:
getJSONObject in interface IAspectJSON