|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.wslite.AbstractWsliteProvider
griffon.plugins.wslite.DefaultWsliteProvider
public class DefaultWsliteProvider extends AbstractWsliteProvider
| Field Summary | |
|---|---|
private static DefaultWsliteProvider |
INSTANCE
|
| Constructor Summary | |
DefaultWsliteProvider()
|
|
| Method Summary | |
|---|---|
protected wslite.http.HTTPClient
|
getHttpClient(Map params)
|
static DefaultWsliteProvider
|
getInstance()
|
protected wslite.rest.RESTClient
|
getRestClient(Map params)
|
protected wslite.soap.SOAPClient
|
getSoapClient(Map params)
|
| Methods inherited from class AbstractWsliteProvider | |
|---|---|
| getHttpClient, getRestClient, getSoapClient, withHttp, withHttp, withRest, withRest, withSoap, withSoap |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final DefaultWsliteProvider INSTANCE
| Constructor Detail |
|---|
DefaultWsliteProvider()
| Method Detail |
|---|
@Override protected wslite.http.HTTPClient getHttpClient(Map params)
public static DefaultWsliteProvider getInstance()
@Override protected wslite.rest.RESTClient getRestClient(Map params)
@Override protected wslite.soap.SOAPClient getSoapClient(Map params)
Groovy Documentation