javax.xml.ws
Class EndpointReference

java.lang.Object
  extended by javax.xml.ws.EndpointReference
Direct Known Subclasses:
W3CEndpointReference

public abstract class EndpointReference
extends Object

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.


Constructor Summary
EndpointReference()
           
 
Method Summary
<T> T
getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features)
           
static EndpointReference readFrom(Source eprInfoset)
           
abstract  void writeTo(Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointReference

public EndpointReference()
Method Detail

readFrom

public static EndpointReference readFrom(Source eprInfoset)

writeTo

public abstract void writeTo(Result result)

getPort

public <T> T getPort(Class<T> serviceEndpointInterface,
                     WebServiceFeature... features)


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