This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.xml.ws.wsaddressing
class W3CEndpointReference

java.lang.Object extended by javax.xml.ws.EndpointReference extended by javax.xml.ws.wsaddressing.W3CEndpointReference

public final class W3CEndpointReference
extends EndpointReference

This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.

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.


Field Summary
protected static String NS
          
 
Constructor Summary
protected

          
 

          Creates an EPR from infoset representation
 
Method Summary
 void
writeTo(Result result)

          write this EndpointReference to the specified infoset format
 
Methods inherited from class javax.xml.ws.EndpointReference
getPort, readFrom, toString, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

protected static final String NS
Constructor Detail

W3CEndpointReference

protected W3CEndpointReference()

W3CEndpointReference

public W3CEndpointReference(Source source)
Creates an EPR from infoset representation

Parameters:
source - A source object containing valid XmlInfoset instance consistent with the W3C WS-Addressing Core recommendation.
Method Detail

writeTo

public void writeTo(Result result)
{@inheritDoc}

Overrides:
writeTo in class EndpointReference
Parameters:
result


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.