| Package | Description |
|---|---|
| org.springframework.extensions.webscripts.connector |
| Modifier and Type | Method and Description |
|---|---|
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.applyRequestHeaders(RemoteClient remoteClient,
ConnectorContext context)
Stamps headers onto the remote client
|
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) |
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,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
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) |
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 |
HttpConnector.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 © 2005–2017 Alfresco Software. All rights reserved.