org.apache.xbean.recipe
Interface SecretRecipe

All Superinterfaces:
Recipe, Serializable
All Known Implementing Classes:
AbstractSecretRecipe, UnsetPropertiesRecipe

public interface SecretRecipe
extends Recipe


Method Summary
 Object create(Recipe outerRecipe, ClassLoader classLoader)
           
 
Methods inherited from interface org.apache.xbean.recipe.Recipe
canCreate, create, create, getPriority
 

Method Detail

create

Object create(Recipe outerRecipe,
              ClassLoader classLoader)
              throws ConstructionException
Throws:
ConstructionException


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