|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.delivery.XslContentDeliveryUnitCreator
XSL TransUnit ConcreteCreator class (GoF - Factory Method).
This Content Delivery Unit creator needs to be reviewed by someone that knows more about XSL etc. Not convinced that it's implemented correctly. Works, but? Not even convinced that it makes sense! May be dumped. This Creator is initialised by adding the following bean configuration to the deliveryunit-config.xml file:<bean id="xsl" class="org.milyn.delivery.XslContentDeliveryUnitCreator" singleton="true" />
JavaContentDeliveryUnitCreator
Constructor Summary | |
XslContentDeliveryUnitCreator()
|
Method Summary | |
ContentDeliveryUnit |
create(CDRDef unitDef,
CDRStore cdrarStore)
Create an XSL based ContentDeliveryUnit instance ie from an XSL byte stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XslContentDeliveryUnitCreator()
Method Detail |
public ContentDeliveryUnit create(CDRDef unitDef, CDRStore cdrarStore) throws java.lang.InstantiationException
create
in interface ContentDeliveryUnitCreator
unitDef
- The CDRDef for the ContentDeliveryUnit
.cdrarStore
- The CDRStore instance storing the specified unitDef instance.
ContentDeliveryUnit
instance.
java.lang.InstantiationException
- Unable to create ContentDeliveryUnit instance.JavaContentDeliveryUnitCreator
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |