org.jboss.seam.exception.control.example.jaxrs.handler
Class CatchBridge

java.lang.Object
  extended by org.jboss.seam.exception.control.example.jaxrs.handler.CatchBridge
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Throwable>

@Provider
@ApplicationScoped
public class CatchBridge
extends Object
implements javax.ws.rs.ext.ExceptionMapper<Throwable>


Constructor Summary
CatchBridge()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatchBridge

public CatchBridge()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(Throwable exception)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<Throwable>


Copyright © 2010 Seam Framework. All Rights Reserved.