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