ndr
Class NdrObject

java.lang.Object
  extended by ndr.NdrObject
Direct Known Subclasses:
AuthenticationVerifier, ConnectionOrientedPdu, ContextHandle, InterfaceIdentifier, Port, PresentationContext, PresentationResult, PresentationSyntax, ProtocolVersion, UUID

public abstract class NdrObject
extends java.lang.Object


Field Summary
 java.lang.Object value
           
 
Constructor Summary
NdrObject()
           
 
Method Summary
 void decode(NetworkDataRepresentation ndr, NdrBuffer src)
           
 void encode(NetworkDataRepresentation ndr, NdrBuffer dst)
           
 int getOpnum()
           
 void read(NetworkDataRepresentation ndr)
           
 void write(NetworkDataRepresentation ndr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.Object value
Constructor Detail

NdrObject

public NdrObject()
Method Detail

getOpnum

public int getOpnum()

encode

public void encode(NetworkDataRepresentation ndr,
                   NdrBuffer dst)
            throws NdrException
Throws:
NdrException

decode

public void decode(NetworkDataRepresentation ndr,
                   NdrBuffer src)
            throws NdrException
Throws:
NdrException

write

public void write(NetworkDataRepresentation ndr)

read

public void read(NetworkDataRepresentation ndr)