org.apache.openejb.web
Class WebInitialContext

java.lang.Object
  extended by org.apache.openejb.web.WebInitialContext
All Implemented Interfaces:
InvocationHandler

public class WebInitialContext
extends Object
implements InvocationHandler


Constructor Summary
WebInitialContext(Map<String,Object> bindings, Context ctx)
           
 
Method Summary
static Context create(Map<String,Object> bindings, Context fallback)
           
 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
 

Constructor Detail

WebInitialContext

public WebInitialContext(Map<String,Object> bindings,
                         Context ctx)
Method Detail

invoke

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

create

public static Context create(Map<String,Object> bindings,
                             Context fallback)


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