public interface RestPluginTransform
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
postProcess(WebClient client,
           RestDefinition rd,
           RestDefinitionTransform transform,
           DataSource ds,
           java.lang.Object result)
post process the output result 
 | 
java.lang.Object | 
preProcess(WebClient client,
          RestDefinition rd,
          RestDefinitionTransform transform,
          DataSource ds,
          java.lang.Object data)
pro process the input data 
 | 
java.lang.Object preProcess(WebClient client, RestDefinition rd, RestDefinitionTransform transform, DataSource ds, java.lang.Object data) throws java.lang.IllegalArgumentException
client - clientrd - definitiontransform - rest definition transformds - data sourcedata - the input datajava.lang.IllegalArgumentExceptionjava.lang.Object postProcess(WebClient client, RestDefinition rd, RestDefinitionTransform transform, DataSource ds, java.lang.Object result) throws java.lang.IllegalArgumentException
client - clientrd - definitiontransform - rest definition transformds - data sourceresult - the output resultjava.lang.IllegalArgumentExceptionstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.