public interface PostPublishDataProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
Modifier and Type | Method and Description |
---|---|
void |
processPostPublishData(java.lang.String postPublishData)
processes post-publish data on production server.
|
static final java.lang.String COPYRIGHT
void processPostPublishData(java.lang.String postPublishData) throws ECException
postPublishData
- the post-publish data to be processed.ECException
- a problem occurs when processing the data.