org.apache.geronimo.remoting
Interface TransportInterceptor

All Superinterfaces:
org.apache.geronimo.core.service.Interceptor
All Known Implementing Classes:
NullTransportInterceptor, RemoteTransportInterceptor

public interface TransportInterceptor
extends org.apache.geronimo.core.service.Interceptor

You can ask a TransportInterceptor what what type of MarshalledObject the transport would like.

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:19 $

Method Summary
 MarshalledObject createMarshalledObject()
           
 
Methods inherited from interface org.apache.geronimo.core.service.Interceptor
invoke
 

Method Detail

createMarshalledObject

public MarshalledObject createMarshalledObject()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.