Liferay 6.1.2-ce-ga3

com.liferay.portal.service.http
Class TunnelUtil

java.lang.Object
  extended by com.liferay.portal.service.http.TunnelUtil

public class TunnelUtil
extends Object


Constructor Summary
TunnelUtil()
           
 
Method Summary
static Object invoke(HttpPrincipal httpPrincipal, MethodHandler methodHandler)
           
static Object invoke(HttpPrincipal httpPrincipal, MethodWrapper methodWrapper)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TunnelUtil

public TunnelUtil()
Method Detail

invoke

public static Object invoke(HttpPrincipal httpPrincipal,
                            MethodHandler methodHandler)
                     throws Exception
Throws:
Exception

invoke

public static Object invoke(HttpPrincipal httpPrincipal,
                            MethodWrapper methodWrapper)
                     throws Exception
Deprecated. 

Throws:
Exception

Liferay 6.1.2-ce-ga3