public final class W3CEndpointReference extends EndpointReference
Developers should use this class in their SEIs if they want to pass/return endpoint references that represent the W3C WS-Addressing recommendation.
JAXB will use the JAXB annotations and bind this class to XML infoset that is consistent with that defined by WS-Addressing. See WS-Addressing for more information on WS-Addressing EndpointReferences.
Modifier | Constructor and Description |
---|---|
protected |
W3CEndpointReference() |
|
W3CEndpointReference(Source source)
Creates an EPR from infoset representation
|
Modifier and Type | Method and Description |
---|---|
void |
writeTo(Result result)
write this
EndpointReference to the specified infoset format |
getPort, readFrom, toString
protected static final String NS
protected W3CEndpointReference()
public W3CEndpointReference(Source source)
source
- A source object containing valid XmlInfoset
instance consistent with the W3C WS-Addressing Core
recommendation.WebServiceException
- If the source does NOT contain a valid W3C WS-Addressing
EndpointReference.NullPointerException
- If the null
source
value is givenpublic void writeTo(Result result)
EndpointReference
to the specified infoset formatwriteTo
in class EndpointReference
result
- for writing infoset 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, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.