Uses of Class
org.jboss.ejb3.metamodel.XmlAnnotation

Packages that use XmlAnnotation
org.jboss.ejb3.metamodel   
 

Uses of XmlAnnotation in org.jboss.ejb3.metamodel
 

Methods in org.jboss.ejb3.metamodel that return types with arguments of type XmlAnnotation
 Collection<XmlAnnotation> EnterpriseBean.getXmlAnnotations()
           
 

Methods in org.jboss.ejb3.metamodel with parameters of type XmlAnnotation
 void JBossDDObjectFactory.addChild(EnterpriseBeans parent, XmlAnnotation xmlAnnotation, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void JBossDDObjectFactory.addChild(XmlAnnotation parent, InjectionTarget injectionTarget, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void JBossDDObjectFactory.addChild(XmlAnnotation parent, NameValuePair property, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void EnterpriseBeans.addXmlAnnotation(XmlAnnotation xmlAnnotation)
           
 void EnterpriseBean.addXmlAnnotation(XmlAnnotation annotation)
           
 Object JBossDDObjectFactory.newChild(XmlAnnotation parent, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
           
 void JBossDDObjectFactory.setValue(XmlAnnotation xmlAnnotation, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, String value)
           
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.