Class CoordinatorProxyBuilder<T>
- java.lang.Object
-
- com.sun.xml.ws.tx.at.common.client.BaseProxyBuilder<T,CoordinatorProxyBuilder<T>>
-
- com.sun.xml.ws.tx.at.common.client.CoordinatorProxyBuilder<T>
-
- Direct Known Subclasses:
CoordinatorProxyBuilderImpl,CoordinatorProxyBuilderImpl
public abstract class CoordinatorProxyBuilder<T> extends BaseProxyBuilder<T,CoordinatorProxyBuilder<T>>
This is the base class for building client proxy for invoking coordinator services..
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.tx.at.common.client.BaseProxyBuilder
features, replyTo, to, version
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCoordinatorProxyBuilder(WSATVersion<T> twsatVersion)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract CoordinatorIF<T>build()protected StringgetDefaultCallbackAddress()the replyto address for the corresponding endpoints.-
Methods inherited from class com.sun.xml.ws.tx.at.common.client.BaseProxyBuilder
feature, getEnabledFeatures, replyTo, to, txIdForReference
-
-
-
-
Constructor Detail
-
CoordinatorProxyBuilder
protected CoordinatorProxyBuilder(WSATVersion<T> twsatVersion)
-
-
Method Detail
-
build
public abstract CoordinatorIF<T> build()
-
getDefaultCallbackAddress
protected String getDefaultCallbackAddress()
Description copied from class:BaseProxyBuilderthe replyto address for the corresponding endpoints.- Specified by:
getDefaultCallbackAddressin classBaseProxyBuilder<T,CoordinatorProxyBuilder<T>>- Returns:
-
-