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 protected
ParticipantProxyBuilder(WSATVersion<T> version)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ParticipantIF<T>
build()
protected String
getDefaultCallbackAddress()
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:BaseProxyBuilder
the replyto address for the corresponding endpoints.- Specified by:
getDefaultCallbackAddress
in classBaseProxyBuilder<T,ParticipantProxyBuilder<T>>
- Returns:
-
build
public abstract ParticipantIF<T> build()
-
-