com.servingxml.components.property
Class OutputPropertyFactoryAssembler

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

public class OutputPropertyFactoryAssembler
extends java.lang.Object


Constructor Summary
OutputPropertyFactoryAssembler()
           
 
Method Summary
 OutputPropertyFactory assemble(ConfigurationContext context)
           
 void setKey(java.lang.String name)
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputPropertyFactoryAssembler

public OutputPropertyFactoryAssembler()
Method Detail

setKey

public void setKey(java.lang.String name)

setName

public void setName(java.lang.String name)

setValue

public void setValue(java.lang.String value)

assemble

public OutputPropertyFactory assemble(ConfigurationContext context)