org.springframework.extensions.config
Class RemoteConfigElement.Descriptor

java.lang.Object
  extended by org.springframework.extensions.config.RemoteConfigElement.Descriptor
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RemoteConfigElement.AuthenticatorDescriptor, RemoteConfigElement.ConnectorDescriptor, RemoteConfigElement.EndpointDescriptor, RemoteConfigElement.KeyStoreDescriptor
Enclosing class:
RemoteConfigElement

public static class RemoteConfigElement.Descriptor
extends Object
implements Serializable

EndPoint Descriptor class

See Also:
Serialized Form

Field Summary
protected  HashMap<String,Object> map
           
 
Method Summary
 Object get(String key)
           
 String getId()
           
 Object getProperty(String key)
           
 String getStringProperty(String key)
           
 void put(org.dom4j.Element el)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

map

protected HashMap<String,Object> map
Method Detail

put

public void put(org.dom4j.Element el)

get

public Object get(String key)

getId

public String getId()

getProperty

public Object getProperty(String key)

getStringProperty

public String getStringProperty(String key)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 SpringSource, Inc. All Rights Reserved.