com.cloudcontrolled.api.response.normalize
Class ListDeploymentNormalizer

java.lang.Object
  extended by com.cloudcontrolled.api.response.normalize.JSONNormalizer
      extended by com.cloudcontrolled.api.response.normalize.ListDeploymentNormalizer

public class ListDeploymentNormalizer
extends JSONNormalizer

ListDeploymentNormalizer class.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
ListDeploymentNormalizer()
           
 
Method Summary
 String normalize(String jsonResponse)
           normalize and map the (json) response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDeploymentNormalizer

public ListDeploymentNormalizer()
Method Detail

normalize

public String normalize(String jsonResponse)
                 throws Exception

normalize and map the (json) response.

Overrides:
normalize in class JSONNormalizer
Parameters:
jsonResponse - a String object.
Returns:
a String object.
Throws:
Exception - if any.


Copyright © 2012. All Rights Reserved.