public interface XMLExportable
Java interface defines a method to initialize your customized Java task.
Refer to the XMLMarshallable Java interface specified in the Core APIs.| Modifier and Type | Method and Description |
|---|---|
void |
initialize(com.highdeal.hci.XMLMarshallable model)
Initializes from the XML-marshallable model.
|
void initialize(com.highdeal.hci.XMLMarshallable model)
throws CannotInitializeException
model - The model used for initializingCannotInitializeException - if the initialization fails