public class StringRefAddr extends RefAddr
Reference,
Serialized Form| Constructor and Description |
|---|
StringRefAddr(java.lang.String addrType,
java.lang.String contents)
Contructs a new StringRefAddr with the given type and content.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContent()
Returns the String contents as given to the constructor.
|
public StringRefAddr(java.lang.String addrType, java.lang.String contents)
public java.lang.Object getContent()
getContent in class RefAddr