public final class W3CEndpointReference extends EndpointReference
如果要传递/返回表示W3C WS-Addressing建议的端点引用,开发人员应在其SEI中使用此类。
JAXB将使用JAXB注释,并将此类绑定到与WS-Addressing定义的XML信息集一致的XML信息集。 见WS-Addressing对WS-Addressing的EndpointReferences更多信息。
| Modifier | Constructor and Description | 
|---|---|
| protected  | W3CEndpointReference() | 
|   | W3CEndpointReference(Source source)
              从信息集表示形成EPR 
             | 
protected static final String NS
protected W3CEndpointReference()
public W3CEndpointReference(Source source)
source - 包含与W3C WS-Addressing Core建议一致的有效XmlInfoset实例的源对象。 
           WebServiceException - 如果源不包含有效的W3C WS-Addressing EndpointReference。 
           NullPointerException - 如果给予 
            null 
            source价值 
           public void writeTo(Result result)
EndpointReference写入指定的信息集格式 
          writeTo在 
            EndpointReference 
           result - 用于写入信息集 
            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.