org.apache.xbean.recipe
Class AbstractSecretRecipe

java.lang.Object
  extended by org.apache.xbean.recipe.AbstractRecipe
      extended by org.apache.xbean.recipe.AbstractSecretRecipe
All Implemented Interfaces:
Serializable, Recipe, SecretRecipe
Direct Known Subclasses:
UnsetPropertiesRecipe

public abstract class AbstractSecretRecipe
extends AbstractRecipe
implements SecretRecipe

See Also:
Serialized Form

Constructor Summary
AbstractSecretRecipe()
           
 
Method Summary
 Object create(ClassLoader classLoader)
           
 
Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, 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.SecretRecipe
create
 
Methods inherited from interface org.apache.xbean.recipe.Recipe
canCreate, create, getPriority
 

Constructor Detail

AbstractSecretRecipe

public AbstractSecretRecipe()
Method Detail

create

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


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