org.apache.geronimo.remoting.transport
Interface TransportClient

All Superinterfaces:
Router
All Known Implementing Classes:
AsyncClient

public interface TransportClient
extends Router

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

Method Summary
 MarshalledObject createMarshalledObject()
           
 Msg createMsg()
           
 
Methods inherited from interface org.apache.geronimo.remoting.router.Router
sendDatagram, sendRequest
 

Method Detail

createMsg

public Msg createMsg()

createMarshalledObject

public MarshalledObject createMarshalledObject()


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