org.glassfish.jersey.examples.managedbeans.resources
Class ManagedBeanPerRequestResource.MyInterceptor

java.lang.Object
  extended by org.glassfish.jersey.examples.managedbeans.resources.ManagedBeanPerRequestResource.MyInterceptor
Enclosing class:
ManagedBeanPerRequestResource

public static class ManagedBeanPerRequestResource.MyInterceptor
extends Object


Constructor Summary
ManagedBeanPerRequestResource.MyInterceptor()
           
 
Method Summary
 Object around(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedBeanPerRequestResource.MyInterceptor

public ManagedBeanPerRequestResource.MyInterceptor()
Method Detail

around

public Object around(javax.interceptor.InvocationContext ctx)
              throws Exception
Throws:
Exception


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.