org.openanzo.endpoint
Class EndpointProperties

java.lang.Object
  extended by org.openanzo.endpoint.EndpointProperties

public class EndpointProperties
extends java.lang.Object


Field Summary
static java.lang.String KEY_PASSWORD
           
static java.lang.String KEY_USERID
           
 
Constructor Summary
EndpointProperties()
           
 
Method Summary
static java.lang.String getPassword(java.util.Properties props, java.lang.String defaultValue)
           
static java.lang.String getUserId(java.util.Properties props, java.lang.String defaultValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_USERID

public static final java.lang.String KEY_USERID
See Also:
Constant Field Values

KEY_PASSWORD

public static final java.lang.String KEY_PASSWORD
See Also:
Constant Field Values
Constructor Detail

EndpointProperties

public EndpointProperties()
Method Detail

getUserId

public static java.lang.String getUserId(java.util.Properties props,
                                         java.lang.String defaultValue)

getPassword

public static java.lang.String getPassword(java.util.Properties props,
                                           java.lang.String defaultValue)


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.