Package jadex.xml.bean
Interface IBeanObjectCreator
- 
 public interface IBeanObjectCreatorInterface for creator objects that can create different kinds of objects according to the xml attributes.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectcreateObject(IContext context, java.util.Map<java.lang.String,java.lang.String> rawattributes)Create an object.
 
- 
- 
- 
Method Detail- 
createObjectjava.lang.Object createObject(IContext context, java.util.Map<java.lang.String,java.lang.String> rawattributes) throws java.lang.Exception Create an object.- Parameters:
- context- The context.
- rawattributes- The raw attributes.
- Returns:
- The created object (or null for none).
- Throws:
- java.lang.Exception
 
 
- 
 
-