Skip navigation links
com.essbase.eas.framework.server.defs
Class ServiceRequest
java.lang.Object
com.essbase.eas.framework.server.defs.ServiceRequest
-
public class ServiceRequest
- extends java.lang.Object
- Since:
- 6.5.2
- Version:
- 6.5.2, 10/01/02
- Author:
- Hank Cox, Painted Word
Field Summary |
protected java.lang.String |
resource
|
protected java.lang.String |
service
|
protected java.lang.String |
uri
the uniform resource locater that this service request was created for. |
Constructor Summary |
ServiceRequest(java.lang.String spec)
Constructs a ServiceRequest object with a specific URI. |
Method Summary |
java.lang.String[] |
getArguments()
Returns a set of objects representing the arguments for this ServiceRequets |
java.lang.String |
getResource()
Returns the string representing the resource for this ServiceRequest |
java.lang.String |
getService()
Returns the string representing the service for this ServiceRequest |
java.lang.String |
getURI()
Returns the URI of this ServiceRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uri
protected java.lang.String uri
- the uniform resource locater that this service request was created for.
service
protected java.lang.String service
resource
protected java.lang.String resource
ServiceRequest
public ServiceRequest(java.lang.String spec)
- Constructs a
ServiceRequest
object with a specific URI.
- Parameters:
spec
- - string representing the Uniform Resource Indicator
getURI
public java.lang.String getURI()
- Returns the URI of this
ServiceRequest
-
- Returns:
- the URI of this
ServiceReqeust
getService
public java.lang.String getService()
- Returns the string representing the service for this
ServiceRequest
-
- Returns:
- the service string
getResource
public java.lang.String getResource()
- Returns the string representing the resource for this
ServiceRequest
-
- Returns:
- the resource string
getArguments
public java.lang.String[] getArguments()
- Returns a set of objects representing the arguments for this
ServiceRequets
-
- Returns:
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.