public class SerializableObjectRefAddr extends RefAddr
RefAddr,
StringRefAddr,
Serialized Form| Constructor and Description |
|---|
SerializableObjectRefAddr(String addrType,
Object contents)
Constructs a new instance of SerializableObjectRefAddr
using its address type and contents.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent()
Retrieves the contents of this address.
|
public SerializableObjectRefAddr(String addrType, Object contents)
addrType - A non-null string describing the type of the address.contents - The possibly null contents of the address in the
form of a string.public Object getContent()
getContent in class RefAddrCopyright © 2019. All rights reserved.