org.jboss.resteasy.tests.context
Class EndInterceptor

java.lang.Object
  extended by org.jboss.resteasy.tests.context.EndInterceptor
All Implemented Interfaces:
MessageBodyWriterInterceptor

public class EndInterceptor
extends Object
implements MessageBodyWriterInterceptor

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
EndInterceptor()
           
 
Method Summary
 void write(MessageBodyWriterContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndInterceptor

public EndInterceptor()
Method Detail

write

public void write(MessageBodyWriterContext context)
           throws IOException,
                  WebApplicationException
Specified by:
write in interface MessageBodyWriterInterceptor
Throws:
IOException
WebApplicationException


Copyright © 2011. All Rights Reserved.