Package jadex.xml.bean
Interface IBeanObjectCreator
-
public interface IBeanObjectCreator
Interface for creator objects that can create different kinds of objects according to the xml attributes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
createObject(IContext context, java.util.Map<java.lang.String,java.lang.String> rawattributes)
Create an object.
-
-
-
Method Detail
-
createObject
java.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
-
-