Uses of Class
org.springframework.extensions.webscripts.connector.RemoteClient

Packages that use RemoteClient
org.springframework.extensions.webscripts.connector   
 

Uses of RemoteClient in org.springframework.extensions.webscripts.connector
 

Methods in org.springframework.extensions.webscripts.connector that return RemoteClient
protected  RemoteClient HttpConnector.initRemoteClient(ConnectorContext context)
          Init the RemoteClient object based on the Connector Context.
 

Methods in org.springframework.extensions.webscripts.connector with parameters of type RemoteClient
protected  void HttpConnector.applyRequestAuthentication(RemoteClient remoteClient, ConnectorContext context)
          Stamps Credentials values onto the remote client
protected  void AlfrescoConnector.applyRequestAuthentication(RemoteClient remoteClient, ConnectorContext context)
           
protected  void HttpConnector.processResponse(RemoteClient remoteClient, Response response)
          Retrieves headers from response and stores back onto Credentials
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.