Uses of Interface
org.springframework.extensions.webscripts.connector.Connector
-
Packages that use Connector Package Description org.springframework.extensions.webscripts org.springframework.extensions.webscripts.connector -
-
Uses of Connector in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return Connector Modifier and Type Method Description protected ConnectorRemoteStore. getConnector()Get a Connector for access to the endpoint.Constructors in org.springframework.extensions.webscripts with parameters of type Connector Constructor Description 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 Modifier and Type Class Description classAbstractConnectorAbstract class providing the base implementation for a Connector.classAlfrescoConnectorAn implementation of an Alfresco Connector that can be used to conncet to an Alfresco Repository and issue URL invokes against it.classAuthenticatingConnectorAn implementation of an Authenticating Connector.classHttpConnectorBasic 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 Modifier and Type Field Description protected ConnectorAuthenticatingConnector. connectorMethods in org.springframework.extensions.webscripts.connector that return Connector Modifier and Type Method Description ConnectorConnectorService. getConnector(java.lang.String endpointId)Retrieves a Connector to a given endpoint.ConnectorConnectorService. getConnector(java.lang.String endpointId, java.lang.String userId, javax.servlet.http.HttpSession session)Retrieves a Connector for the given endpoint that is scoped to the given user.ConnectorConnectorService. getConnector(java.lang.String endpointId, javax.servlet.http.HttpSession session)Retrieves a Connector to a given endpoint.ConnectorConnectorService. getConnector(java.lang.String endpointId, UserContext userContext, javax.servlet.http.HttpSession session)Retrieves a Connector for the given endpoint that is scoped to the given user context.ConnectorConnectorProvider. provide(java.lang.String endpoint)Builds a Connector object mounted against the given endpointConnectorConnectorProviderImpl. provide(java.lang.String endpoint)Implementation of the contract to provide a Connector for our the web script framework.Constructors in org.springframework.extensions.webscripts.connector with parameters of type Connector Constructor Description AuthenticatingConnector(Connector connector, Authenticator authenticator)Instantiates a new authenticating connector.
-