Uses of Class
org.springframework.extensions.surf.exception.ConnectorServiceException

Packages that use ConnectorServiceException
org.springframework.extensions.surf   
org.springframework.extensions.webscripts.connector   
 

Uses of ConnectorServiceException in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that throw ConnectorServiceException
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.
 

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

Methods in org.springframework.extensions.webscripts.connector that throw ConnectorServiceException
 Authenticator ConnectorService.getAuthenticator(String id)
          Returns the implementation of an Authenticator with a given id
 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.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.