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

java.lang.Object
  extended byorg.jboss.aspects.remoting.interceptors.marshall.MarshallInterceptor

public class MarshallInterceptor
extends java.lang.Object


Constructor Summary
MarshallInterceptor(Marshaller (src)  marshaller)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object invoke(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 (src)  marshaller)
Method Detail

getName

public java.lang.String getName()

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.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.

Parameters:
invocation -
Returns:
Throws:
java.lang.Throwable