org.apache.axis2.jaxws.runtime.description.marshal
Interface AnnotationDesc


public interface AnnotationDesc

Annotation information cached for a particular class


Method Summary
 java.lang.String getXmlRootElementName()
           
 java.lang.String getXmlRootElementNamespace()
           
 java.lang.Class[] getXmlSeeAlsoClasses()
           
 boolean hasXmlRootElement()
           
 

Method Detail

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.