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 java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
features
protected java.util.List<WebServiceFeature> features
to
protected EndpointReference to
txId
protected java.lang.String txId
timeout
protected long timeout
callbackAddress
protected java.lang.String callbackAddress
RegistrationProxyBuilder
public RegistrationProxyBuilder()
feature
public RegistrationProxyBuilder feature(WebServiceFeature feature)
txIdForReference
public RegistrationProxyBuilder txIdForReference(java.lang.String txId)
to
public RegistrationProxyBuilder to(EndpointReference endpointReference)
timeout
public RegistrationProxyBuilder timeout(long timeout)
callback
public RegistrationProxyBuilder callback(java.lang.String callbackAddress)
getDefaultCallbackAddress
protected abstract java.lang.String getDefaultCallbackAddress()
getEndpointReferenceBuilder
protected abstract EndpointReferenceBuilder getEndpointReferenceBuilder()
getEnabledFeatures
protected WebServiceFeature[] getEnabledFeatures()
build
public RegistrationIF build()
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.