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 is only provided so JaxWS code can be compiled under Java6 update 4 which uses JaxWS 2.1. All of the methods throw UnsupportedOperationException.


Field Summary
protected static String NS
           
 
Constructor Summary
protected W3CEndpointReference()
           
  W3CEndpointReference(Source source)
           
 
Method Summary
 void writeTo(Result result)
           
 
Methods inherited from class javax.xml.ws.EndpointReference
getPort, readFrom
 
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
See Also:
Constant Field Values
Constructor Detail

W3CEndpointReference

protected W3CEndpointReference()

W3CEndpointReference

public W3CEndpointReference(Source source)
Method Detail

writeTo

public void writeTo(Result result)
Specified by:
writeTo in class EndpointReference


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.