org.apache.geronimo.remoting.transport
Class RemoteTransportInterceptor

java.lang.Object
  extended byorg.apache.geronimo.remoting.transport.RemoteTransportInterceptor
All Implemented Interfaces:
Externalizable, org.apache.geronimo.core.service.Interceptor, Serializable, TransportInterceptor

public class RemoteTransportInterceptor
extends Object
implements TransportInterceptor, Externalizable

Version:
$Revision: 1.5 $ $Date: 2004/03/10 09:59:19 $
See Also:
Serialized Form

Constructor Summary
RemoteTransportInterceptor()
           
RemoteTransportInterceptor(URI remoteURI)
           
 
Method Summary
 MarshalledObject createMarshalledObject()
           
 URI getRemoteURI()
           
 org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
           
 void readExternal(ObjectInput in)
           
 void setRemoteURI(URI remoteURI)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTransportInterceptor

public RemoteTransportInterceptor()

RemoteTransportInterceptor

public RemoteTransportInterceptor(URI remoteURI)
Method Detail

invoke

public org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
                                                         throws Throwable
Specified by:
invoke in interface org.apache.geronimo.core.service.Interceptor
Throws:
Throwable

createMarshalledObject

public MarshalledObject createMarshalledObject()
Specified by:
createMarshalledObject in interface TransportInterceptor
See Also:
TransportInterceptor.createMarshalledObject()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

getRemoteURI

public URI getRemoteURI()
Returns:

setRemoteURI

public void setRemoteURI(URI remoteURI)
Parameters:
remoteURI -


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