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)
|