public class MetadataRefAddr
extends javax.naming.RefAddr
Constructor and Description |
---|
MetadataRefAddr(java.lang.String addrType,
java.lang.String addr)
Constructs a new instance of MetadataRefAddr using its address type
and contents.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContent()
Retrieves the contents of this address.
|
public MetadataRefAddr(java.lang.String addrType, java.lang.String addr)
addrType
- A non-null string describing the type of the address.addr
- The possibly null contents of the address in the form of a string.