javax.xml.ws
Class EndpointReference
java.lang.Object
javax.xml.ws.EndpointReference
- Direct Known Subclasses:
- SubmissionEndpointReference, W3CEndpointReference
public abstract class EndpointReference
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EndpointReference
protected EndpointReference()
readFrom
public static EndpointReference readFrom(javax.xml.transform.Source eprInfoset)
writeTo
public abstract void writeTo(javax.xml.transform.Result result)
getPort
public <T> T getPort(java.lang.Class<T> serviceEndpointInterface,
WebServiceFeature... features)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2007 Apache Web Services Project. All Rights Reserved.