javax.xml.ws
Class EndpointReference
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointReference
public EndpointReference()
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-2013 The Apache OpenEJB development community. All Rights Reserved.