Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.2.0)

E17486-03


oracle.adf.share.jndi
Class XmlRefAddr

java.lang.Object
  extended by javax.naming.RefAddr
      extended by oracle.adf.share.jndi.XmlRefAddr

All Implemented Interfaces:
java.io.Serializable

public class XmlRefAddr
extends javax.naming.RefAddr
See Also:
Serialized Form

Field Summary

 

Fields inherited from class javax.naming.RefAddr
addrType

 

Constructor Summary
XmlRefAddr(java.lang.String addrType, org.w3c.dom.DocumentFragment doc)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
          Determines whether obj is equal to this RefAddr.
 java.lang.Object getContent()
           
 org.w3c.dom.DocumentFragment getDocumentFragment()
           
 java.lang.String toString()
          Generates the string representation of this address.

 

Methods inherited from class javax.naming.RefAddr
getType, hashCode

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XmlRefAddr

public XmlRefAddr(java.lang.String addrType,
                  org.w3c.dom.DocumentFragment doc)

Method Detail

getContent

public java.lang.Object getContent()
Specified by:
getContent in class javax.naming.RefAddr

getDocumentFragment

public org.w3c.dom.DocumentFragment getDocumentFragment()

equals

public boolean equals(java.lang.Object obj)
Determines whether obj is equal to this RefAddr.

obj is equal to this RefAddr all of these conditions are true

Overrides:
equals in class javax.naming.RefAddr
Parameters:
obj - possibly null obj to check.
Returns:
true if obj is equal to this refaddr; false otherwise.
See Also:
getContent(), RefAddr.getType()

toString

public java.lang.String toString()
Generates the string representation of this address. The string consists of the address's type and contents with labels. This representation is intended for display only and not to be parsed.
Overrides:
toString in class javax.naming.RefAddr
Returns:
The non-null string representation of this address.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.2.0)

E17486-03


Copyright © 1997, 2012, Oracle. All rights reserved.