javax.xml.ws
Class EndpointReference

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

public abstract class EndpointReference
extends Object


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

Constructor Detail

EndpointReference

protected 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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.