FileDocCategorySizeDatePackage
InputObject.javaAPI DocJava SE 5 API1453Fri Aug 26 14:54:34 BST 2005com.sun.corba.se.pept.encoding

InputObject

public interface InputObject

An InputObject is the interface used by the presentation block to get programming language typed data from data encoded in a message.

The implementation of an InputObject contains the encoded data. When the presentation block asks for data the implementation of InputObject is responsible for converting the encoded representation of the data to the types expected by the programming language.

A particular encoding would subclass InputObject. The subclass would provide methods to get the data types appropriate to the presentation block (e.g., simple types such as int or boolean, all the way to any type derived from java.io.Serializable.).

Note: the protocol block may also use the InputObject to obtain header metadata.

author
Harold Carr

Fields Summary
Constructors Summary
Methods Summary
public voidclose()

public com.sun.corba.se.pept.protocol.MessageMediatorgetMessageMediator()

public voidsetMessageMediator(com.sun.corba.se.pept.protocol.MessageMediator messageMediator)