public class ServiceSession extends APIBean
| Constructor and Description |
|---|
ServiceSession()
Default constructor.
|
ServiceSession(ServiceSessionCookie[] cookies,
ServiceSessionAttribute[] attributes)
Constructor with fields.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceSessionAttribute[] |
getAttributes()
Gets the attributes of the request or response.
|
ServiceSessionCookie[] |
getCookies()
Returns the cookies of the request or response.
|
void |
setAttributes(ServiceSessionAttribute[] attributes)
Sets the attributes for the request or response.
|
void |
setCookies(ServiceSessionCookie[] cookies)
Sets the cookies of the request or response.
|
public ServiceSession()
public ServiceSession(ServiceSessionCookie[] cookies, ServiceSessionAttribute[] attributes)
cookies - The cookies of the request or response.attributes - Attributes of the request or response.public ServiceSessionAttribute[] getAttributes()
public void setAttributes(ServiceSessionAttribute[] attributes)
attributes - Attributes of the request or response.public ServiceSessionCookie[] getCookies()
public void setCookies(ServiceSessionCookie[] cookies)
cookies - The cookies of the request or response.