com.sun.xml.ws.tx.at.common.client
Class ParticipantProxyBuilder<T>

java.lang.Object
  extended by com.sun.xml.ws.tx.at.common.client.BaseProxyBuilder<T,ParticipantProxyBuilder<T>>
      extended by 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
protected ParticipantProxyBuilder(WSATVersion<T> version)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 class BaseProxyBuilder<T,ParticipantProxyBuilder<T>>
Returns:

build

public abstract ParticipantIF<T> build()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.