Interface ClassTable

All Known Implementing Classes:
ChainingClassTable, ModularClassTable

public interface ClassTable
A lookup mechanism for predefined classes. Some marshallers can use this to avoid sending lengthy class descriptor information.
  • Nested Class Summary

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

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