Class SoapXmlClassMeta


public class SoapXmlClassMeta extends ExtendedClassMeta
Metadata on classes specific to the SOAP/XML serializers and parsers pulled from the @SoapXml annotation on the class.
See Also:
  • Constructor Details

    • SoapXmlClassMeta

      Constructor.
      Parameters:
      cm - The class that this annotation is defined on.
      mp - SOAP/XML metadata provider (for finding information about other artifacts).