com.sun.jersey.samples.managedbeans.resources
Class ManagedBeanPerRequestResource.MyInterceptor

java.lang.Object
  extended by com.sun.jersey.samples.managedbeans.resources.ManagedBeanPerRequestResource.MyInterceptor
Enclosing class:
ManagedBeanPerRequestResource

public static class ManagedBeanPerRequestResource.MyInterceptor
extends java.lang.Object


Constructor Summary
ManagedBeanPerRequestResource.MyInterceptor()
           
 
Method Summary
 java.lang.String 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 java.lang.String around(javax.interceptor.InvocationContext ctx)
                        throws java.lang.Exception
Throws:
java.lang.Exception


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