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

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

Uses of Response in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return Response
 Response ScriptRemoteConnector.call(String uri)
          Invokes a URI on the endpoint via a GET request.
 Response ScriptRemote.call(String uri)
          Invoke a specific URI on the default endpoint
 Response ScriptRemoteConnector.del(String uri)
          Invokes a URI on a remote service as DELETE request.
 Response ScriptRemoteConnector.get(String uri)
          Invokes a GET request URI on the endpoint.
 Response ScriptRemoteConnector.post(String uri, String body)
          Invokes a URI on a remote service, passing the supplied body as a POST request.
 Response ScriptRemoteConnector.post(String uri, String body, String contentType)
          Invokes a URI on a remote service, passing the supplied body as a POST request.
 Response ScriptRemoteConnector.put(String uri, String body)
          Invokes a URI on a remote service, passing the supplied body as a PUT request.
 Response ScriptRemoteConnector.put(String uri, String body, String contentType)
          Invokes a URI on a remote service, passing the supplied body as a PUT request.
 

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

Methods in org.springframework.extensions.webscripts.connector that return Response
 Response RemoteClient.call(String uri)
          Call a remote WebScript uri.
 Response Connector.call(String uri)
          Invokes a URI on a remote service.
 Response AuthenticatingConnector.call(String uri)
           
 Response AbstractConnector.call(String uri)
           
 Response RemoteClient.call(String uri, boolean buildResponseString, InputStream in)
          Call a remote WebScript uri.
 Response HttpConnector.call(String uri, ConnectorContext context)
           
 Response Connector.call(String uri, ConnectorContext context)
          Invokes a URI on a remote service.
 Response AuthenticatingConnector.call(String uri, ConnectorContext context)
           
 Response HttpConnector.call(String uri, ConnectorContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 Response Connector.call(String uri, ConnectorContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Invokes a URI on a remote service and streams back results to the provided response object.
 Response AuthenticatingConnector.call(String uri, ConnectorContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 Response HttpConnector.call(String uri, ConnectorContext context, InputStream in)
           
 Response Connector.call(String uri, ConnectorContext context, InputStream in)
          Invokes a URI on a remote service, passing the input as supplied via a POST/PUT.
 Response AuthenticatingConnector.call(String uri, ConnectorContext context, InputStream in)
           
 Response HttpConnector.call(String uri, ConnectorContext context, InputStream in, OutputStream out)
           
 Response Connector.call(String uri, ConnectorContext context, InputStream in, OutputStream out)
          Invokes a URI on a remote service.
 Response AuthenticatingConnector.call(String uri, ConnectorContext context, InputStream in, OutputStream out)
           
 Response RemoteClient.call(String uri, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Call a remote WebScript uri.
 Response RemoteClient.call(String uri, InputStream in)
          Call a remote WebScript uri.
 Response RemoteClient.call(String uri, InputStream in, OutputStream out)
          Call a remote WebScript uri.
 Response RemoteClient.call(String uri, OutputStream out)
          Call a remote WebScript uri.
 Response RemoteClient.call(String uri, String body)
          Call a remote WebScript uri, passing the supplied body as a POST request (unless the request method is set to override as say PUT).
 

Methods in org.springframework.extensions.webscripts.connector with parameters of type Response
protected  void HttpConnector.processResponse(RemoteClient remoteClient, Response response)
          Retrieves headers from response and stores back onto Credentials
protected  void AbstractAuthenticator.processResponse(Response response, ConnectorSession connectorSession)
          Retrieves headers from response and stores onto the Connector Session
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.