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

Packages that use MethodAttributes
org.jboss.ejb3.metamodel   
 

Uses of MethodAttributes in org.jboss.ejb3.metamodel
 

Methods in org.jboss.ejb3.metamodel that return MethodAttributes
 MethodAttributes EnterpriseBean.getMethodAttributes()
           
 

Methods in org.jboss.ejb3.metamodel with parameters of type MethodAttributes
 void JBossDDObjectFactory.addChild(EnterpriseBeans parent, MethodAttributes attributes, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JBossDDObjectFactory.addChild(MethodAttributes parent, Method method, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 Object JBossDDObjectFactory.newChild(MethodAttributes attributes, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
          Called when parsing of a new element started.
 void EnterpriseBean.setMethodAttributes(MethodAttributes methodAttributes)
           
 void EnterpriseBeans.setMethodAttributes(MethodAttributes attributes)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.