|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface WsliteProvider
| Method Summary | |
|---|---|
Object
|
withHttp(Map params, Closure closure)
|
Object
|
withHttp(Map params, CallableWithArgs callable)
|
Object
|
withRest(Map params, Closure closure)
|
Object
|
withRest(Map params, CallableWithArgs callable)
|
Object
|
withSoap(Map params, Closure closure)
|
Object
|
withSoap(Map params, CallableWithArgs callable)
|
| Method Detail |
|---|
public Object withHttp(Map params, Closure closure)
public Object withHttp(Map params, CallableWithArgs callable)
public Object withRest(Map params, Closure closure)
public Object withRest(Map params, CallableWithArgs callable)
public Object withSoap(Map params, Closure closure)
public Object withSoap(Map params, CallableWithArgs callable)
Groovy Documentation