Class StructType


public class StructType extends BeanType
StructType is a small extension of the BeanType which can properly read and write SOAP encoded structs. The modifications are:
  • Nested elements MUST be unqualified
  • Nested elements MAY contain a SOAP ref attribute instead of an inline value
  • Struct MAY contain a SOAP id attribute

When writting, the class will always write the struct in the following canonical format:
  • Struct will contain a SOAP id
  • Nested structs will be written as SOAP references (with SoapRefType)