Interface ObjectTable

All Known Implementing Classes:
ChainingObjectTable

public interface ObjectTable
A lookup mechanism for predefined object references. Some marshallers can use this to correlate to known object instances.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The object writer for a specific object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Determine whether the given object reference is a valid predefined reference.
    readObject(Unmarshaller unmarshaller)
    Read an instance from the stream.
  • Method Details