Module  java.xml.ws

Class 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
    • 构造方法详细信息

      • 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:
        writeToEndpointReference
        参数
        result - 用于写信息集