Uses of Class
com.caucho.hessian.io.Hessian2Input

Packages that use Hessian2Input
com.caucho.hessian.io   
com.caucho.hessian.security   
 

Uses of Hessian2Input in com.caucho.hessian.io
 

Methods in com.caucho.hessian.io that return Hessian2Input
abstract  Hessian2Input HessianEnvelope.unwrap(Hessian2Input in)
          Unwrap the Hessian input stream with this envelope.
 Hessian2Input Deflation.unwrap(Hessian2Input in)
           
abstract  Hessian2Input HessianEnvelope.unwrapHeaders(Hessian2Input in)
          Unwrap the envelope after having read the envelope code ('E') and the envelope method.
 Hessian2Input Deflation.unwrapHeaders(Hessian2Input in)
           
 

Methods in com.caucho.hessian.io with parameters of type Hessian2Input
abstract  Hessian2Input HessianEnvelope.unwrap(Hessian2Input in)
          Unwrap the Hessian input stream with this envelope.
 Hessian2Input Deflation.unwrap(Hessian2Input in)
           
abstract  Hessian2Input HessianEnvelope.unwrapHeaders(Hessian2Input in)
          Unwrap the envelope after having read the envelope code ('E') and the envelope method.
 Hessian2Input Deflation.unwrapHeaders(Hessian2Input in)
           
 

Uses of Hessian2Input in com.caucho.hessian.security
 

Methods in com.caucho.hessian.security that return Hessian2Input
 Hessian2Input X509Signature.unwrap(Hessian2Input in)
           
 Hessian2Input X509Encryption.unwrap(Hessian2Input in)
           
 Hessian2Input X509Signature.unwrapHeaders(Hessian2Input in)
           
 Hessian2Input X509Encryption.unwrapHeaders(Hessian2Input in)
           
 

Methods in com.caucho.hessian.security with parameters of type Hessian2Input
 Hessian2Input X509Signature.unwrap(Hessian2Input in)
           
 Hessian2Input X509Encryption.unwrap(Hessian2Input in)
           
 Hessian2Input X509Signature.unwrapHeaders(Hessian2Input in)
           
 Hessian2Input X509Encryption.unwrapHeaders(Hessian2Input in)
           
 



Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.