org.jboss.seam.xml.model
Class MethodXmlItem

java.lang.Object
  extended by org.jboss.seam.xml.model.AbstractXmlItem
      extended by org.jboss.seam.xml.model.MethodXmlItem
All Implemented Interfaces:
XmlItem

public class MethodXmlItem
extends AbstractXmlItem


Field Summary
 
Fields inherited from class org.jboss.seam.xml.model.AbstractXmlItem
attributes, document, innerText, javaClass, lineno, parent, type
 
Constructor Summary
MethodXmlItem(XmlItem parent, String methodName, String document, int lineno)
           
 
Method Summary
 Set<TypeOccuranceInformation> getAllowedItem()
           
 Method getMethod()
           
 boolean resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
          attempts to resolve a lazy method declaration.
 
Methods inherited from class org.jboss.seam.xml.model.AbstractXmlItem
addChild, getAttributes, getChildren, getChildrenOfType, getDocument, getInnerText, getJavaClass, getLineno, getParent, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodXmlItem

public MethodXmlItem(XmlItem parent,
                     String methodName,
                     String document,
                     int lineno)
Method Detail

resolveChildren

public boolean resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
attempts to resolve a lazy method declaration. Returns true if it succeeds or is unessesary, false otherwise

Specified by:
resolveChildren in interface XmlItem
Overrides:
resolveChildren in class AbstractXmlItem
Parameters:
childeren -
Returns:

getMethod

public Method getMethod()

getAllowedItem

public Set<TypeOccuranceInformation> getAllowedItem()


Copyright © 2010 Seam Framework. All Rights Reserved.