com.sun.xml.ws.tx.coord.common.client
Class RegistrationProxyBuilder
java.lang.Object
com.sun.xml.ws.tx.coord.common.client.RegistrationProxyBuilder
- Direct Known Subclasses:
- RegistrationProxyBuilderImpl, RegistrationProxyBuilderImpl
public abstract class RegistrationProxyBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
features
protected List<WebServiceFeature> features
to
protected EndpointReference to
txId
protected String txId
timeout
protected long timeout
callbackAddress
protected String callbackAddress
RegistrationProxyBuilder
public RegistrationProxyBuilder()
feature
public RegistrationProxyBuilder feature(WebServiceFeature feature)
txIdForReference
public RegistrationProxyBuilder txIdForReference(String txId)
to
public RegistrationProxyBuilder to(EndpointReference endpointReference)
timeout
public RegistrationProxyBuilder timeout(long timeout)
callback
public RegistrationProxyBuilder callback(String callbackAddress)
getDefaultCallbackAddress
protected abstract String getDefaultCallbackAddress()
getEndpointReferenceBuilder
protected abstract EndpointReferenceBuilder getEndpointReferenceBuilder()
getEnabledFeatures
protected WebServiceFeature[] getEnabledFeatures()
build
public RegistrationIF build()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.