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

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

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

Methods in org.springframework.extensions.webscripts.connector with parameters of type ConnectorContext
protected  void HttpConnector.applyRequestAuthentication(RemoteClient remoteClient, ConnectorContext context)
          Stamps Credentials values onto the remote client
protected  void AlfrescoConnector.applyRequestAuthentication(RemoteClient remoteClient, ConnectorContext context)
           
 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)
           
protected  RemoteClient HttpConnector.initRemoteClient(ConnectorContext context)
          Init the RemoteClient object based on the Connector Context.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.