public class StringRefAddr extends RefAddr
An example of a string reference address is a host name. Another example of a string reference address is a URL.
A string reference address is immutable: once created, it cannot be changed. Multithreaded access to a single StringRefAddr need not be synchronized.
RefAddr
,
BinaryRefAddr
,
Serialized FormConstructor and Description |
---|
StringRefAddr(String addrType,
String addr)
Constructs a new instance of StringRefAddr using its address type
and contents.
|
Modifier and Type | Method and Description |
---|---|
Object |
getContent()
Retrieves the contents of this address.
|
public Object getContent()
getContent
in class RefAddr
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2021 aicas GmbH. All Rights Reserved.