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 EnterpriseBean.addXmlAnnotation(XmlAnnotation annotation)
           
 void EnterpriseBeans.addXmlAnnotation(XmlAnnotation xmlAnnotation)
           
 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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.