Class ParticipantProxyBuilder<T>
- java.lang.Object
-
- com.sun.xml.ws.tx.at.common.client.BaseProxyBuilder<T,ParticipantProxyBuilder<T>>
-
- com.sun.xml.ws.tx.at.common.client.ParticipantProxyBuilder<T>
-
- Direct Known Subclasses:
ParticipantProxyBuilderImpl,ParticipantProxyBuilderImpl
public abstract class ParticipantProxyBuilder<T> extends BaseProxyBuilder<T,ParticipantProxyBuilder<T>>
This is the base class for building client proxy for invoking Participant 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 protectedParticipantProxyBuilder(WSATVersion<T> version)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ParticipantIF<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
-
ParticipantProxyBuilder
protected ParticipantProxyBuilder(WSATVersion<T> version)
-
-
Method Detail
-
getDefaultCallbackAddress
protected String getDefaultCallbackAddress()
Description copied from class:BaseProxyBuilderthe replyto address for the corresponding endpoints.- Specified by:
getDefaultCallbackAddressin classBaseProxyBuilder<T,ParticipantProxyBuilder<T>>- Returns:
-
build
public abstract ParticipantIF<T> build()
-
-