- java.lang.Object
-
- javax.xml.ws.EndpointReference
-
- javax.xml.ws.wsaddressing.W3CEndpointReference
-
public final class W3CEndpointReference extends EndpointReference
此类表示W3C寻址端点引用,它是支持W3C WS-Addressing 1.0 - 核心推荐的Web服务端点的远程引用。如果要传递/返回表示W3C WS-Addressing建议的端点引用,开发人员应在其SEI中使用此类。
JAXB将使用JAXB注释,并将此类绑定到与WS-Addressing定义的XML信息集一致的XML信息集。 有关WS-Addressing EndpointReferences的更多信息,请参阅WS-Addressing 。
- 从以下版本开始:
- 1.6,JAX-WS 2.1
-
-
构造方法摘要
构造方法 Modifier Constructor 描述 protected
W3CEndpointReference()
默认构造函数。W3CEndpointReference(Source source)
从信息集表示形成EPR
-
-
-
字段详细信息
-
NS
protected static final String NS
寻址命名空间- 另请参见:
- Constant Field Values
-
-
构造方法详细信息
-
W3CEndpointReference
protected W3CEndpointReference()
默认构造函数。
-
W3CEndpointReference
public W3CEndpointReference(Source source)
从信息集表示形成EPR- 参数
-
source
- 包含与W3C WS-Addressing Core建议一致的有效XmlInfoset实例的源对象。 - 异常
-
WebServiceException
- 如果源不包含有效的W3C WS-Addressing EndpointReference。 -
NullPointerException
- 如果给出了null
source
值
-
-
方法详细信息
-
writeTo
public void writeTo(Result result)
将此EndpointReference
写入指定的信息集格式- Specified by:
-
writeTo
在EndpointReference
- 参数
-
result
- 用于写信息集
-
-