org.jboss.resteasy.security.doseta
Class DigitalVerificationInterceptor

java.lang.Object
  extended by org.jboss.resteasy.security.doseta.DigitalVerificationInterceptor
All Implemented Interfaces:
MessageBodyReaderInterceptor

@Provider
public class DigitalVerificationInterceptor
extends Object
implements MessageBodyReaderInterceptor

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
DigitalVerificationInterceptor()
           
 
Method Summary
 Object read(MessageBodyReaderContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigitalVerificationInterceptor

public DigitalVerificationInterceptor()
Method Detail

read

public Object read(MessageBodyReaderContext context)
            throws IOException,
                   WebApplicationException
Specified by:
read in interface MessageBodyReaderInterceptor
Returns:
the object read
Throws:
IOException
WebApplicationException


Copyright © 2011. All Rights Reserved.