org.jboss.seam.rest.example.tasks
Class UriInfoProducer

java.lang.Object
  extended by org.jboss.seam.rest.example.tasks.UriInfoProducer
All Implemented Interfaces:
ExceptionMapper<UriInfoProducer.FooException>

@ApplicationScoped
@Provider
public class UriInfoProducer
extends Object
implements ExceptionMapper<UriInfoProducer.FooException>


Nested Class Summary
 class UriInfoProducer.FooException
           
 
Constructor Summary
UriInfoProducer()
           
 
Method Summary
 void setUriInfo(UriInfo uriInfo)
           
 Response toResponse(UriInfoProducer.FooException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriInfoProducer

public UriInfoProducer()
Method Detail

setUriInfo

@Context
public void setUriInfo(UriInfo uriInfo)

toResponse

public Response toResponse(UriInfoProducer.FooException exception)
Specified by:
toResponse in interface ExceptionMapper<UriInfoProducer.FooException>


Copyright © 2011 Seam Framework. All Rights Reserved.