public class StringRefAddr extends RefAddr
字符串引用地址的示例是主机名。 字符串引用地址的另一个例子是一个URL。
字符串引用地址是不可变的:一旦创建,它将无法更改。 对单个StringRefAddr的多线程访问不需要同步。
RefAddr
, BinaryRefAddr
, Serialized Form
Constructor and Description |
---|
StringRefAddr(String addrType, String addr)
使用其地址类型和内容构造一个新的StringRefAddr实例。
|
public Object getContent()
getContent
在类别
RefAddr
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.