public class SoapXmlClassMeta extends ExtendedClassMeta
@SoapXml
annotation on
the class.Constructor and Description |
---|
SoapXmlClassMeta(ClassMeta<?> cm,
SoapXmlMetaProvider mp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected SoapXml |
getAnnotation()
Returns the
@SoapXml annotation defined on the class. |
getClassMeta, getInnerClass
public SoapXmlClassMeta(ClassMeta<?> cm, SoapXmlMetaProvider mp)
cm
- The class that this annotation is defined on.mp
- SOAP/XML metadata provider (for finding information about other artifacts).protected SoapXml getAnnotation()
@SoapXml
annotation defined on the class.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.