public class ExamplesPostProcessor extends Object implements PostProcessor
| Constructor and Description |
|---|
ExamplesPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
NotificationGatherer |
getGatherer() |
void |
postProcess(Context context,
NotificationGatherer gatherer) |
void |
setGatherer(NotificationGatherer gatherer) |
protected void |
validateExampleAgainstSchema(org.mule.devkit.model.module.Module module,
org.mule.devkit.model.Method method,
File schema,
String example) |
public NotificationGatherer getGatherer()
public void setGatherer(NotificationGatherer gatherer)
public void postProcess(Context context, NotificationGatherer gatherer) throws PostProcessorException
postProcess in interface PostProcessorPostProcessorExceptionprotected void validateExampleAgainstSchema(org.mule.devkit.model.module.Module module,
org.mule.devkit.model.Method method,
File schema,
String example)
throws PostProcessorException
PostProcessorExceptionCopyright © 2010–2017 MuleSoft, Inc.. All rights reserved.