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