org.apache.clerezza.triaxrs
Class WebRequestProxy

java.lang.Object
  extended by org.apache.clerezza.triaxrs.WebRequestProxy
All Implemented Interfaces:
InvocationHandler

public class WebRequestProxy
extends Object
implements InvocationHandler

Author:
mir

Method Summary
static WebRequest createProxy()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

createProxy

public static WebRequest createProxy()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.