All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface distinct.rpc.XDRType

public interface XDRType
extends Serializable
Defines the XDR interface for all classes that implement types that can be written to or read from XDRStreams.

See Also:
XDRStream

Method Index

 o xdr_decode(XDRStream)
Encodes the object in compliance to RFC 1832 (XDR).
 o xdr_encode(XDRStream)
Decodes the object in compliance to RFC 1832 (XDR).

Methods

 o xdr_decode
 public abstract void xdr_decode(XDRStream xdrs) throws RPCError
Encodes the object in compliance to RFC 1832 (XDR).

Parameters:
xdrs - The XDR output stream.
 o xdr_encode
 public abstract void xdr_encode(XDRStream xdrs)
Decodes the object in compliance to RFC 1832 (XDR).

Parameters:
xdrs - The XDR input stream.

All Packages  Class Hierarchy  This Package  Previous  Next  Index