public abstract class RegistrationProxyBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RegistrationProxyBuilder.RegistrationProxyF<T extends EndpointReference,K,P,D> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
callbackAddress |
protected List<WebServiceFeature> |
features |
protected long |
timeout |
protected EndpointReference |
to |
protected String |
txId |
| Constructor and Description |
|---|
RegistrationProxyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RegistrationIF |
build() |
RegistrationProxyBuilder |
callback(String callbackAddress) |
RegistrationProxyBuilder |
feature(WebServiceFeature feature) |
protected abstract String |
getDefaultCallbackAddress() |
protected WebServiceFeature[] |
getEnabledFeatures() |
protected abstract EndpointReferenceBuilder |
getEndpointReferenceBuilder() |
RegistrationProxyBuilder |
timeout(long timeout) |
RegistrationProxyBuilder |
to(EndpointReference endpointReference) |
RegistrationProxyBuilder |
txIdForReference(String txId) |
protected List<WebServiceFeature> features
protected EndpointReference to
protected String txId
protected long timeout
protected String callbackAddress
public RegistrationProxyBuilder feature(WebServiceFeature feature)
public RegistrationProxyBuilder txIdForReference(String txId)
public RegistrationProxyBuilder to(EndpointReference endpointReference)
public RegistrationProxyBuilder timeout(long timeout)
public RegistrationProxyBuilder callback(String callbackAddress)
protected abstract String getDefaultCallbackAddress()
protected abstract EndpointReferenceBuilder getEndpointReferenceBuilder()
protected WebServiceFeature[] getEnabledFeatures()
public RegistrationIF build()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.