| |
|
| java.lang.Object javax.naming.RefAddr javax.naming.StringRefAddr
StringRefAddr | public class StringRefAddr extends RefAddr (Code) | | A StringRefAddr refers to an address which is represented by a
string such as a URL or hostname.
|
Constructor Summary | |
public | StringRefAddr(String type, String address) Constructs a StringRefAddr object using the supplied
address type and address. |
Method Summary | |
public Object | getContent() Get the string containing this address. |
serialVersionUID | final static long serialVersionUID(Code) | | |
StringRefAddr | public StringRefAddr(String type, String address)(Code) | | Constructs a StringRefAddr object using the supplied
address type and address.
Parameters: type - the address type which cannot be null Parameters: address - the address itself which may be null |
getContent | public Object getContent()(Code) | | Get the string containing this address.
a string containing this address which may be null |
|
|
|