org.jboss.test.security.interceptors
Class ClientEncryptionInterceptor

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.test.security.interceptors.ClientEncryptionInterceptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class ClientEncryptionInterceptor
extends Interceptor (src)

A client side interceptor that encrypts

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor (src)
nextInterceptor
 
Constructor Summary
ClientEncryptionInterceptor()
          Creates a new instance of EncryptionInterceptor
 
Method Summary
 java.lang.Object invoke(Invocation (src)  mi)
           
 
Methods inherited from class org.jboss.proxy.Interceptor (src)
getNext, readExternal, setNext, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientEncryptionInterceptor

public ClientEncryptionInterceptor()
Creates a new instance of EncryptionInterceptor

Method Detail

invoke

public java.lang.Object invoke(Invocation (src)  mi)
                        throws java.lang.Throwable
Specified by:
invoke in class Interceptor (src)
Throws:
java.lang.Throwable