Uses of Class
org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor

Packages that use RemoteConfigElement.EndpointDescriptor
org.springframework.extensions.config   
org.springframework.extensions.surf   
org.springframework.extensions.webscripts   
 

Uses of RemoteConfigElement.EndpointDescriptor in org.springframework.extensions.config
 

Fields in org.springframework.extensions.config with type parameters of type RemoteConfigElement.EndpointDescriptor
protected  HashMap<String,RemoteConfigElement.EndpointDescriptor> RemoteConfigElement.endpoints
           
 

Methods in org.springframework.extensions.config that return RemoteConfigElement.EndpointDescriptor
 RemoteConfigElement.EndpointDescriptor RemoteConfigProperties.getEndpointDescriptor(String id)
           
 RemoteConfigElement.EndpointDescriptor RemoteConfigElement.getEndpointDescriptor(String id)
           
 

Uses of RemoteConfigElement.EndpointDescriptor in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return RemoteConfigElement.EndpointDescriptor
static RemoteConfigElement.EndpointDescriptor FrameworkUtil.getEndpoint(String endpointId)
          Loads the endpoint descriptor for a given endpoint.
 

Uses of RemoteConfigElement.EndpointDescriptor in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return RemoteConfigElement.EndpointDescriptor
 RemoteConfigElement.EndpointDescriptor ScriptRemoteConnector.getDescriptor()
           
 

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



Copyright © 2009 SpringSource, Inc. All Rights Reserved.