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
String getXmlRootElementName()
- Returns:
- @XmlRootElement name or defaulted name (null if !hasXmlRootElement)
getXmlRootElementNamespace
String getXmlRootElementNamespace()
- Returns:
- @XmlRootElement namespace or default namespace (null if !hasXmlRootElement)
getXmlSeeAlsoClasses
Class[] getXmlSeeAlsoClasses()
- Returns:
- @XmlSeeAlso classes or null
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.