rpc.core
Class PresentationContext
java.lang.Object
ndr.NdrObject
rpc.core.PresentationContext
public class PresentationContext
- extends NdrObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contextId
public int contextId
abstractSyntax
public PresentationSyntax abstractSyntax
transferSyntaxes
public PresentationSyntax[] transferSyntaxes
PresentationContext
public PresentationContext()
PresentationContext
public PresentationContext(int contextId,
PresentationSyntax abstractSyntax)
PresentationContext
public PresentationContext(int contextId,
PresentationSyntax abstractSyntax,
PresentationSyntax[] transferSyntaxes)
read
public void read(NetworkDataRepresentation ndr)
- Overrides:
read
in class NdrObject
write
public void write(NetworkDataRepresentation ndr)
- Overrides:
write
in class NdrObject