public class ExternalServiceStep extends Step
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE_JSON |
static String |
CONTENT_TYPE_WWWFORM |
| Constructor and Description |
|---|
ExternalServiceStep() |
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
getAssignments() |
String |
getContentType() |
Boolean |
getDoRouting() |
String |
getExceptionNext() |
String |
getMethod() |
String |
getNext() |
String |
getNextType() |
ValueExtractor |
getNextValueExtractor() |
String |
getNextVariable() |
String |
getPassword() |
String |
getRequestBody() |
List<RouteMapping> |
getRouteMappings() |
String |
getUrl() |
List<UrlParam> |
getUrlParams() |
String |
getUsername() |
String |
process(Interpreter interpreter,
javax.servlet.http.HttpServletRequest httpRequest) |
RcmlStep |
render(Interpreter interpreter) |
void |
setAssignments(List<Assignment> assignments) |
void |
setDoRouting(Boolean doRouting) |
void |
setExceptionNext(String exceptionNext) |
void |
setNext(String next) |
void |
setNextType(String nextType) |
void |
setNextValueExtractor(ValueExtractor nextValueExtractor) |
void |
setNextVariable(String nextVariable) |
void |
setRouteMappings(List<RouteMapping> routeMappings) |
void |
setUrl(String url) |
public static final String CONTENT_TYPE_WWWFORM
public static final String CONTENT_TYPE_JSON
public ValueExtractor getNextValueExtractor()
public void setNextValueExtractor(ValueExtractor nextValueExtractor)
public String getUrl()
public void setUrl(String url)
public String getContentType()
public String getRequestBody()
public List<RouteMapping> getRouteMappings()
public void setRouteMappings(List<RouteMapping> routeMappings)
public List<Assignment> getAssignments()
public void setAssignments(List<Assignment> assignments)
public String getNext()
public void setNext(String next)
public Boolean getDoRouting()
public void setDoRouting(Boolean doRouting)
public String getNextType()
public void setNextType(String nextType)
public String getNextVariable()
public void setNextVariable(String nextVariable)
public String getMethod()
public String getUsername()
public String getPassword()
public String getExceptionNext()
public void setExceptionNext(String exceptionNext)
public RcmlStep render(Interpreter interpreter) throws InterpreterException
render in class StepInterpreterExceptionpublic String process(Interpreter interpreter, javax.servlet.http.HttpServletRequest httpRequest) throws InterpreterException
process in class StepInterpreterExceptionCopyright © 2016. All Rights Reserved.