org.apache.xbean.recipe
Class AbstractRecipe

java.lang.Object
  extended by org.apache.xbean.recipe.AbstractRecipe
All Implemented Interfaces:
Serializable, Recipe
Direct Known Subclasses:
AbstractSecretRecipe, CollectionRecipe, MapRecipe, ObjectRecipe, StaticRecipe, ValueRecipe

public abstract class AbstractRecipe
extends Object
implements Recipe

See Also:
Serialized Form

Constructor Summary
AbstractRecipe()
           
 
Method Summary
 Object create()
           
 float getPriority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xbean.recipe.Recipe
canCreate, create
 

Constructor Detail

AbstractRecipe

public AbstractRecipe()
Method Detail

getPriority

public float getPriority()
Specified by:
getPriority in interface Recipe

create

public Object create()
              throws ConstructionException
Specified by:
create in interface Recipe
Throws:
ConstructionException


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.