Construct and return a new session object, based on the default settings specified by this Manager's properties. The session id specified will be used as the session id. If a new session cannot be created for any reason, return null . @param sessionId The session id which should be used
(String sessionId)
| 232 | * @return An empty Session object with the given ID or a newly created session ID if none was specified |
| 233 | */ |
| 234 | Session createSession(String sessionId); |
| 235 | |
| 236 | |
| 237 | /** |
no outgoing calls