@Controller public class DirectCallController extends Object
| Constructor and Description |
|---|
DirectCallController() |
@RequestMapping(value="/directCall",
method=GET)
public String showForm(@ModelAttribute(value="model")
org.springframework.ui.ModelMap modelMap)
@RequestMapping(value="/directCall",
method=POST)
public String processCallForm(@ModelAttribute(value="model")
org.springframework.ui.ModelMap modelMap,
@RequestParam(value="body")
String body,
@RequestParam(value="uri")
String uri,
@RequestParam(value="senderRef")
String senderRef,
@RequestParam(value="soapAction")@Nullable
String soapAction,
@RequestParam(value="header")
String header)
Copyright © 2016. All rights reserved.