Package org.apache.juneau.soap
Class SoapXmlClassMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedClassMeta
org.apache.juneau.soap.SoapXmlClassMeta
Metadata on classes specific to the SOAP/XML serializers and parsers pulled from the
@SoapXml
annotation on
the class.
See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.juneau.ExtendedClassMeta
getClassMeta, getInnerClass
-
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).
-