org.apache.xbean.recipe
Interface Recipe

All Superinterfaces:
Serializable
All Known Subinterfaces:
SecretRecipe
All Known Implementing Classes:
AbstractRecipe, AbstractSecretRecipe, CollectionRecipe, MapRecipe, ObjectRecipe, StaticRecipe, UnsetPropertiesRecipe, ValueRecipe

public interface Recipe
extends Serializable


Method Summary
 boolean canCreate(Class type, ClassLoader classLoader)
           
 Object create()
           
 Object create(ClassLoader classLoader)
           
 float getPriority()
           
 

Method Detail

getPriority

float getPriority()

canCreate

boolean canCreate(Class type,
                  ClassLoader classLoader)

create

Object create()
              throws ConstructionException
Throws:
ConstructionException

create

Object create(ClassLoader classLoader)
              throws ConstructionException
Throws:
ConstructionException


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