Groovy Documentation

griffon.plugins.wslite
[Java] Class DefaultWsliteProvider

java.lang.Object
  griffon.plugins.wslite.AbstractWsliteProvider
      griffon.plugins.wslite.DefaultWsliteProvider

public class DefaultWsliteProvider
extends AbstractWsliteProvider

Authors:
Andres Almiray


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

INSTANCE

private static final DefaultWsliteProvider INSTANCE


 
Constructor Detail

DefaultWsliteProvider

DefaultWsliteProvider()


 
Method Detail

getHttpClient

@Override
protected wslite.http.HTTPClient getHttpClient(Map params)


getInstance

public static DefaultWsliteProvider getInstance()


getRestClient

@Override
protected wslite.rest.RESTClient getRestClient(Map params)


getSoapClient

@Override
protected wslite.soap.SOAPClient getSoapClient(Map params)


 

Groovy Documentation