|
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.JavaContentDeliveryUnitCreator
Java ContentDeliveryUnit instance creator.
Java-based ContentDeliveryUnit implementations should contain a public constructor that takes a CDRDef instance as a parameter.
XslContentDeliveryUnitCreator
Constructor Summary | |
JavaContentDeliveryUnitCreator()
|
Method Summary | |
ContentDeliveryUnit |
create(CDRDef cdrDef,
CDRStore cdrarStore)
Create a Java based ContentDeliveryUnit instance ie from a Java Class byte stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaContentDeliveryUnitCreator()
Method Detail |
public ContentDeliveryUnit create(CDRDef cdrDef, CDRStore cdrarStore) throws java.lang.InstantiationException
create
in interface ContentDeliveryUnitCreator
cdrDef
- The CDRDef for the ContentDeliveryUnit
.cdrarStore
- The CDRStore instance storing the specified unitDef instance.
ContentDeliveryUnit
instance.
java.lang.InstantiationException
- Unable to create ContentDeliveryUnit instance.XslContentDeliveryUnitCreator
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |