com.servingxml.components.property
Class OutputPropertyFactory

java.lang.Object
  extended by com.servingxml.components.property.OutputPropertyFactory

public class OutputPropertyFactory
extends java.lang.Object

The OutputPropertyFactory is a factory for creating an OutputProperty.


Constructor Summary
OutputPropertyFactory(java.lang.String name, ValueEvaluator valueEvaluator)
           
 
Method Summary
 OutputProperty createOutputProperty(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputPropertyFactory

public OutputPropertyFactory(java.lang.String name,
                             ValueEvaluator valueEvaluator)
Method Detail

createOutputProperty

public OutputProperty createOutputProperty(ServiceContext context,
                                           Flow flow)