org.jboss.jmx.connector.invoker
Class SerializableInterceptor
java.lang.Object
org.jboss.mx.interceptor.AbstractInterceptor
org.jboss.jmx.connector.invoker.SerializableInterceptor
- All Implemented Interfaces:
- Interceptor
public class SerializableInterceptor
- extends AbstractInterceptor
An interceptor that validates the Serializability of responses,
using plugable policies.
- Version:
- $Revision: 85945 $
- Author:
- Dimitris Andreadis, Fabiano C. de Oliveira
SerializableInterceptor
public SerializableInterceptor()
setPolicyClass
public void setPolicyClass(String policyClass)
throws Exception
- Configure a SerializablePolicy class
- Throws:
Exception
invoke
public Object invoke(Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface Interceptor
- Overrides:
invoke
in class AbstractInterceptor
- Throws:
Throwable
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.