|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestClient | |
org.codehaus.activesoap | The core API and classes for the SOAP stack |
org.codehaus.activesoap.handler.xmlbeans | Handler implementation and related classes for processing REST and web services using XMLBeans |
org.codehaus.activesoap.handler.xstream | Handler implementation and related classes for processing REST and web services using XStream |
org.codehaus.activesoap.impl | |
org.codehaus.activesoap.wsif | A WSIF provider for ActiveSOAP |
Uses of RestClient in org.codehaus.activesoap |
Subclasses of RestClient in org.codehaus.activesoap | |
class |
SoapClient
Represents a SOAP client for invoking web services operations |
Methods in org.codehaus.activesoap that return RestClient | |
static RestClient |
RestClient.newLocalClient(RestService restService)
Factory method to create a new client to an in memory RestService |
Uses of RestClient in org.codehaus.activesoap.handler.xmlbeans |
Methods in org.codehaus.activesoap.handler.xmlbeans that return RestClient | |
static RestClient |
XMLBeansHelper.createRestClient(TransportClient transportClient)
|
static RestClient |
XMLBeansHelper.newLocalRestClient(RestService service)
|
Methods in org.codehaus.activesoap.handler.xmlbeans with parameters of type RestClient | |
static void |
XMLBeansHelper.useXMLBeans(RestClient client)
Configures the given RestClient to use XMLBeans as the default
client side marshalling layer |
Uses of RestClient in org.codehaus.activesoap.handler.xstream |
Methods in org.codehaus.activesoap.handler.xstream that return RestClient | |
static RestClient |
XStreamHelper.createRestClient(TransportClient transportClient)
|
static RestClient |
XStreamHelper.newLocalRestClient(RestService service)
|
Methods in org.codehaus.activesoap.handler.xstream with parameters of type RestClient | |
static void |
XStreamHelper.useXStream(RestClient client)
Configures the given RestClient to use XStream as the default
client side marshalling layer |
Uses of RestClient in org.codehaus.activesoap.impl |
Constructors in org.codehaus.activesoap.impl with parameters of type RestClient | |
ClientProxy(RestClient client,
ClientHandler clientHandler)
|
Uses of RestClient in org.codehaus.activesoap.wsif |
Methods in org.codehaus.activesoap.wsif that return RestClient | |
protected RestClient |
ASProviderSupport.createClient(javax.wsdl.Definition definition,
javax.wsdl.Service service,
javax.wsdl.Port port,
org.apache.wsif.providers.WSIFDynamicTypeMap wsifDynamicTypeMap)
|
RestClient |
ASPort.getClient()
|
Constructors in org.codehaus.activesoap.wsif with parameters of type RestClient | |
ASPort(javax.wsdl.Definition definition,
javax.wsdl.Service service,
javax.wsdl.Port port,
org.apache.wsif.providers.WSIFDynamicTypeMap wsifDynamicTypeMap,
RestClient client,
AnyElementMarshaler marshaler)
|
|
ASOperation(org.apache.wsif.WSIFPort port,
javax.wsdl.Operation operation,
RestClient client,
AnyElementMarshaler marshaler)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |