Novell exteNd Web Services SDK API

com.sssw.jbroker.web.portable
Class RequestProperty

java.lang.Object
  extended bycom.sssw.jbroker.web.portable.RequestProperty

Deprecated. As of jBroker Web 2.0

public final class RequestProperty
extends Object

Represents a request property. Typically these are passed on from the stub to the client request. The RequestProperty class has been deprecated since the preferred way of setting properties is using the stub's setProperty method.

See Also:
Stub._setProperty(String,Object)

Field Summary
 String _key
          Deprecated. The property name
 String _value
          Deprecated. The property value
 
Constructor Summary
RequestProperty(String key, String value)
          Deprecated. Construct a request property with name and value
 
Method Summary
 String getKey()
          Deprecated. Get the name of this request property
 String getValue()
          Deprecated. Get the value of this request property
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_key

public final String _key
Deprecated. 
The property name


_value

public final String _value
Deprecated. 
The property value

Constructor Detail

RequestProperty

public RequestProperty(String key,
                       String value)
Deprecated. 
Construct a request property with name and value

Parameters:
key - the property name
value - the property value
Method Detail

getKey

public String getKey()
Deprecated. 
Get the name of this request property

Returns:
property name

getValue

public String getValue()
Deprecated. 
Get the value of this request property

Returns:
property value

Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.