org.apache.axis2.jaxws.runtime.description.marshal
Interface AnnotationDesc
public interface AnnotationDesc
Annotation information cached for a particular class
hasXmlRootElement
boolean hasXmlRootElement()
- Returns:
- true if class has @XmlRootElement
getXmlRootElementName
java.lang.String getXmlRootElementName()
- Returns:
- @XmlRootElement name or defaulted name (null if !hasXmlRootElement)
getXmlRootElementNamespace
java.lang.String getXmlRootElementNamespace()
- Returns:
- @XmlRootElement namespace or default namespace (null if !hasXmlRootElement)
getXmlSeeAlsoClasses
java.lang.Class[] getXmlSeeAlsoClasses()
- Returns:
- @XmlSeeAlso classes or null
Copyright © 2007 Apache Web Services Project. All Rights Reserved.