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 EnterpriseBeans.setMethodAttributes(MethodAttributes attributes)
           
 void EnterpriseBean.setMethodAttributes(MethodAttributes methodAttributes)
           
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.