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


public interface AnnotationDesc

Annotation information cached for a particular class


Method Summary
 String getXmlRootElementName()
           
 String getXmlRootElementNamespace()
           
 Class[] getXmlSeeAlsoClasses()
           
 String getXmlTypeName()
           
 String getXmlTypeNamespace()
           
 boolean hasXmlRootElement()
           
 boolean hasXmlType()
           
 

Method Detail

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

hasXmlType

boolean hasXmlType()
Returns:
true if the class has an @XmlType

getXmlTypeName

String getXmlTypeName()
Returns:
@XmlTypeName or (null if no @XmlType)

getXmlTypeNamespace

String getXmlTypeNamespace()
Returns:
@XmlType namepsace (null if no @XmlType)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.