org.jboss.aspects.remoting.interceptors.marshall
Class MarshallInterceptor

java.lang.Object
  extended byorg.jboss.aspects.remoting.interceptors.marshall.MarshallInterceptor
All Implemented Interfaces:
org.jboss.aop.advice.Interceptor

public class MarshallInterceptor
extends Object
implements org.jboss.aop.advice.Interceptor

Author:
Tom Elrod

Constructor Summary
MarshallInterceptor(Marshaller marshaller)
           
 
Method Summary
 String getName()
           
 Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
          By default, this will only add the marshaller to be used to the invocation meta data, which will later be used by the transport.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallInterceptor

public MarshallInterceptor(Marshaller marshaller)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.jboss.aop.advice.Interceptor

invoke

public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
              throws Throwable
By default, this will only add the marshaller to be used to the invocation meta data, which will later be used by the transport.

Specified by:
invoke in interface org.jboss.aop.advice.Interceptor
Parameters:
invocation -
Returns:
Throws:
Throwable


Copyright © 2004 JBoss Inc. All Rights Reserved.