Constructs a new instance of SerializableObjectRefAddr using its address type and contents.paramaddrType A non-null string describing the type of the address.paramcontents The possibly null contents of the address in the form of a string. super(addrType); this.contents = contents;
super(addrType); this.contents = contents;
Retrieves the contents of this address. The result is a string.returnThe possibly null address contents. return contents;
return contents;