|
|
XMLBus supports JavaBean type classes which are also known as structures. These data members can be the basic Java tyes (primitive and common class types), arrays of basic types, or arrays of structures. This means that a developer can create a complex Java object to serialize over the wire.
|