public class ServiceAccessPoint extends Object
Constructor and Description |
---|
ServiceAccessPoint()
Instantiates a new service access point.
|
ServiceAccessPoint(String entryName,
String serviceUrl,
String username,
String pwd,
HashMap<String,RuntimeProperty> runtimeProperties)
Instantiates a new service access point.
|
Modifier and Type | Method and Description |
---|---|
String |
getEntryName()
Gets the entry name.
|
String |
getPwd() |
HashMap<String,RuntimeProperty> |
getRuntimeProperties()
Gets the runtime properties.
|
String |
getServiceUrl()
Gets the service url.
|
String |
getUsername() |
void |
setEntryName(String entryName)
Sets the entry name.
|
void |
setPwd(String pwd) |
void |
setRuntimeProperties(HashMap<String,RuntimeProperty> runtimeProperties)
Sets the runtime properties.
|
void |
setServiceUrl(String serviceUrl)
Sets the service url.
|
void |
setUsername(String username) |
String |
toString() |
public ServiceAccessPoint()
public ServiceAccessPoint(String entryName, String serviceUrl, String username, String pwd, HashMap<String,RuntimeProperty> runtimeProperties)
entryName
- the entry nameserviceUrl
- the service urlruntimeProperties
- the runtime propertiespublic String getServiceUrl()
public String getEntryName()
public HashMap<String,RuntimeProperty> getRuntimeProperties()
public String getUsername()
public String getPwd()
public void setUsername(String username)
username
- the username to setpublic void setPwd(String pwd)
pwd
- the pwd to setpublic void setServiceUrl(String serviceUrl)
serviceUrl
- the serviceUrl to setpublic void setEntryName(String entryName)
entryName
- the entryName to setpublic void setRuntimeProperties(HashMap<String,RuntimeProperty> runtimeProperties)
runtimeProperties
- the runtimeProperties to setCopyright © 2016. All Rights Reserved.