Uses of Class
org.springframework.extensions.surf.exception.ConnectorProviderException
-
Packages that use ConnectorProviderException Package Description org.springframework.extensions.webscripts org.springframework.extensions.webscripts.connector -
-
Uses of ConnectorProviderException in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that throw ConnectorProviderException Modifier and Type Method Description protected ConnectorRemoteStore. getConnector()Get a Connector for access to the endpoint. -
Uses of ConnectorProviderException in org.springframework.extensions.webscripts.connector
Methods in org.springframework.extensions.webscripts.connector that throw ConnectorProviderException Modifier and Type Method Description 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.
-