com.vodafone360.people.service.utils.hessian
Class HessianUtils

java.lang.Object
  extended by com.vodafone360.people.service.utils.hessian.HessianUtils

public class HessianUtils
extends java.lang.Object


Field Summary
private static int MAX_SIZE
           
 
Constructor Summary
HessianUtils()
           
 
Method Summary
static java.lang.String getInHessian(java.io.InputStream is, boolean isRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_SIZE

private static final int MAX_SIZE
See Also:
Constant Field Values
Constructor Detail

HessianUtils

public HessianUtils()
Method Detail

getInHessian

public static java.lang.String getInHessian(java.io.InputStream is,
                                            boolean isRequest)
                                     throws java.io.IOException
Throws:
java.io.IOException


JavaDoc