Class BaseProxyBuilder<T,B extends BaseProxyBuilder<T,B>>
java.lang.Object
com.sun.xml.ws.tx.at.common.client.BaseProxyBuilder<T,B>
- Direct Known Subclasses:
CoordinatorProxyBuilder,ParticipantProxyBuilder
This is the base class for building client proxy for participant and coordinator.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfeature(javax.xml.ws.WebServiceFeature feature) Add feature to be enabled on the proxy built by this builder.protected abstract Stringthe replyto address for the corresponding endpoints.protected javax.xml.ws.WebServiceFeature[]replyTo(javax.xml.ws.EndpointReference replyTo) specifiy the wsa:replyTo of the proxy built by this builderto(javax.xml.ws.EndpointReference to) specifiy the wsa:to and endpoint reference parameters of the proxy built by this buildertxIdForReference(String txId, String bqual) specify the transaction ID as the reference parameters
-
Field Details
-
version
-
to
protected javax.xml.ws.EndpointReference to -
replyTo
protected javax.xml.ws.EndpointReference replyTo -
features
-
-
Constructor Details
-
BaseProxyBuilder
-
-
Method Details
-
feature
public void feature(javax.xml.ws.WebServiceFeature feature) Add feature to be enabled on the proxy built by this builder.- Parameters:
feature- WebServiceFeature
-
to
specifiy the wsa:to and endpoint reference parameters of the proxy built by this builder- Parameters:
to- EndpointReference- Returns:
-
replyTo
specifiy the wsa:replyTo of the proxy built by this builder- Parameters:
replyTo-- Returns:
-
txIdForReference
specify the transaction ID as the reference parameters- Parameters:
txId-bqual-- Returns:
-
getEnabledFeatures
protected javax.xml.ws.WebServiceFeature[] getEnabledFeatures() -
getDefaultCallbackAddress
the replyto address for the corresponding endpoints.- Returns:
-