| Package | Description |
|---|---|
| org.springframework.extensions.webscripts | |
| org.springframework.extensions.webscripts.connector |
| Modifier and Type | Method and Description |
|---|---|
protected Connector |
RemoteStore.getConnector()
Get a Connector for access to the endpoint.
|
| Constructor and Description |
|---|
ScriptRemoteConnector(Connector connector,
RemoteConfigElement.EndpointDescriptor descriptor)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnector
Abstract class providing the base implementation for a Connector.
|
class |
AlfrescoConnector
An implementation of an Alfresco Connector that can be used to conncet
to an Alfresco Repository and issue URL invokes against it.
|
class |
AuthenticatingConnector
An implementation of an Authenticating Connector.
|
class |
HttpConnector
Basic Connector implementation that can be used to perform simple HTTP and
HTTP communication with a remote endpoint.
|
| Modifier and Type | Field and Description |
|---|---|
protected Connector |
AuthenticatingConnector.connector |
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorService.getConnector(String endpointId)
Retrieves a Connector to a given endpoint.
|
Connector |
ConnectorService.getConnector(String endpointId,
javax.servlet.http.HttpSession session)
Retrieves a Connector to a given endpoint.
|
Connector |
ConnectorService.getConnector(String endpointId,
String userId,
javax.servlet.http.HttpSession session)
Retrieves a Connector for the given endpoint that is scoped
to the given user.
|
Connector |
ConnectorService.getConnector(String endpointId,
UserContext userContext,
javax.servlet.http.HttpSession session)
Retrieves a Connector for the given endpoint that is scoped
to the given user context.
|
Connector |
ConnectorProvider.provide(String endpoint)
Builds a Connector object mounted against the given endpoint
|
Connector |
ConnectorProviderImpl.provide(String endpoint)
Implementation of the contract to provide a Connector for our
the web script framework.
|
| Constructor and Description |
|---|
AuthenticatingConnector(Connector connector,
Authenticator authenticator)
Instantiates a new authenticating connector.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.