Uses of Interface
org.springframework.extensions.webscripts.connector.Connector

Packages that use Connector
org.springframework.extensions.surf   
org.springframework.extensions.surf.task   
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.connector   
 

Uses of Connector in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return Connector
static Connector FrameworkUtil.getConnector(javax.servlet.http.HttpSession httpSession, String userId, String endpointId)
          Creates an authenticated connector to a given endpoint.
static Connector FrameworkUtil.getConnector(RequestContext context, String endpointId)
          Creates an authenticated connector to a given endpoint.
static Connector FrameworkUtil.getConnector(String endpointId)
          Creates an unauthenticated connector to a given endpoint.
 Connector WebFrameworkConnectorProvider.provide(String endpoint)
          Implementation of the contract to provide a Connector for our remote store.
 

Uses of Connector in org.springframework.extensions.surf.task
 

Fields in org.springframework.extensions.surf.task declared as Connector
protected  Connector ImportTask.alfrescoConnector
           
 

Methods in org.springframework.extensions.surf.task that return Connector
 Connector ImportTask.getAlfrescoConnector()
          Gets the "alfresco" endpoint connector.
 

Methods in org.springframework.extensions.surf.task with parameters of type Connector
 void ImportTask.setAlfrescoConnector(Connector alfrescoConnector)
          Sets the "alfresco" endpoint connector
 

Uses of Connector in org.springframework.extensions.webscripts
 

Constructors in org.springframework.extensions.webscripts with parameters of type Connector
ScriptRemoteConnector(Connector connector, RemoteConfigElement.EndpointDescriptor descriptor)
          Constructor
 

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

Classes in org.springframework.extensions.webscripts.connector that implement Connector
 class AbstractConnector
          Abstract class for use by developers in building their own custom connectors.
 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
          A special 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.
 

Fields in org.springframework.extensions.webscripts.connector declared as Connector
protected  Connector AuthenticatingConnector.connector
           
 

Methods in org.springframework.extensions.webscripts.connector that return Connector
 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 ConnectorProviderImpl.provide(String endpoint)
          Implementation of the contract to provide a Connector for our the web script framework.
 Connector ConnectorProvider.provide(String endpoint)
          Builds a Connector object mounted against the given endpoint
 

Constructors in org.springframework.extensions.webscripts.connector with parameters of type Connector
AuthenticatingConnector(Connector connector, Authenticator authenticator)
          Instantiates a new authenticating connector.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.