org.jboss.resteasy.security.doseta
Class DigitalSigningHeaderDecorator

java.lang.Object
  extended by org.jboss.resteasy.security.doseta.DigitalSigningHeaderDecorator
All Implemented Interfaces:
AcceptedByMethod, MessageBodyWriterInterceptor

@Provider
public class DigitalSigningHeaderDecorator
extends Object
implements MessageBodyWriterInterceptor, AcceptedByMethod

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  Signed signed
           
 
Constructor Summary
DigitalSigningHeaderDecorator()
           
 
Method Summary
 boolean accept(Class declaring, Method method)
           
 void write(MessageBodyWriterContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signed

protected Signed signed
Constructor Detail

DigitalSigningHeaderDecorator

public DigitalSigningHeaderDecorator()
Method Detail

accept

public boolean accept(Class declaring,
                      Method method)
Specified by:
accept in interface AcceptedByMethod

write

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


Copyright © 2011. All Rights Reserved.