public class StringRefAddr extends RefAddr
字符串引用地址的一个示例是主机名。字符串引用地址的另一个例子是一个网址。
字符串引用地址是不可变的:一旦创建,就不能更改。多线程访问一个单一的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.