javax.naming
Class StringRefAddr
java.lang.Object
|
+--javax.naming.RefAddr
|
+--javax.naming.StringRefAddr
public class
StringRefAddrextends
RefAddr RefAddr that uses a String as content.
This can for example be used to address things through URLs.
Since:Authors:- Anthony Green (green@redhat.com)
- Mark Wielaard (mark@klomp.org)
See Also:
StringRefAddr
public StringRefAddr(java.lang.String addrType, java.lang.String contents)
Contructs a new StringRefAddr with the given type and content.
Parameters:
getContent
public Object getContent()
Returns the String contents as given to the constructor.