| Package | Description |
|---|---|
| org.springframework.extensions.webscripts | |
| org.springframework.extensions.webscripts.connector |
| Modifier and Type | Method and Description |
|---|---|
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
|
protected Response |
RemoteStore.callDelete(String uri)
Perform a DELETE call to the given URI.
|
protected Response |
RemoteStore.callGet(String uri)
Perform a GET call to the given URI.
|
protected Response |
RemoteStore.callPost(String uri,
InputStream in)
Perform a POST call to the given URI with the supplied input.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
RemoteClient.call(String uri)
Call a remote WebScript uri.
|
Response |
AbstractConnector.call(String uri) |
Response |
AuthenticatingConnector.call(String uri) |
Response |
Connector.call(String uri)
Invokes a URI on a remote service.
|
Response |
RemoteClient.call(String uri,
boolean buildResponseString,
InputStream in)
Call a remote WebScript uri.
|
Response |
HttpConnector.call(String uri,
ConnectorContext context) |
Response |
AuthenticatingConnector.call(String uri,
ConnectorContext context) |
Response |
Connector.call(String uri,
ConnectorContext context)
Invokes a URI on a remote service.
|
Response |
HttpConnector.call(String uri,
ConnectorContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
Response |
AuthenticatingConnector.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 |
HttpConnector.call(String uri,
ConnectorContext context,
InputStream in) |
Response |
AuthenticatingConnector.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 |
HttpConnector.call(String uri,
ConnectorContext context,
InputStream in,
OutputStream out) |
Response |
AuthenticatingConnector.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 |
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).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpConnector.processResponse(RemoteClient remoteClient,
Response response)
Retrieves cookie headers from response and stores back onto the Connector Session
|
protected void |
AbstractAuthenticator.processResponse(Response response,
ConnectorSession connectorSession)
Retrieves headers from response and stores onto the Connector Session
|
Copyright © 2005–2021 Alfresco Software. All rights reserved.