Class SerializableObjectRefAddr

    • Constructor Detail

      • SerializableObjectRefAddr

        public SerializableObjectRefAddr​(String addrType,
                                         Object contents)
        Constructs a new instance of SerializableObjectRefAddr using its address type and contents.
        Parameters:
        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.
    • Method Detail

      • getContent

        public Object getContent()
        Retrieves the contents of this address. The result is a string.
        Specified by:
        getContent in class RefAddr
        Returns:
        The possibly null address contents.