eu.planets_project.services.view
Class CreateViewResult
java.lang.Object
eu.planets_project.services.view.CreateViewResult
public final class CreateViewResult
- extends Object
A service that creates a view should return a URL where the user can view the
session. Optionally, the service should return a session handle so the
invoking agent can query the sessions status.
- Author:
- Andy Jackson
CreateViewResult
public CreateViewResult(URL viewURL,
String sessionIdentifier,
ServiceReport report)
- Parameters:
viewURL
- The URLsessionIdentifier
- The session IDreport
- The report
getViewURL
public URL getViewURL()
- Returns:
- the viewURL
getSessionIdentifier
public String getSessionIdentifier()
- Returns:
- the sessionIdentifier
getReport
public ServiceReport getReport()
- Returns:
- the report
Copyright © 2013 Open Planets Foundation. All Rights Reserved.