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