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

Packages that use Connector
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.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.