public abstract class EndpointReference extends Object
| Constructor and Description |
|---|
EndpointReference() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getPort(Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
static EndpointReference |
readFrom(Source eprInfoset) |
abstract void |
writeTo(Result result) |
public static EndpointReference readFrom(Source eprInfoset)
public abstract void writeTo(Result result)
public <T> T getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.