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
FieldsModifier and TypeFieldDescriptionprotected List<WebServiceFeature>protected EndpointReferenceprotected EndpointReferenceprotected WSATVersion<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfeature(WebServiceFeature feature) Add feature to be enabled on the proxy built by this builder.protected abstract Stringthe replyto address for the corresponding endpoints.protected WebServiceFeature[]replyTo(EndpointReference replyTo) specifiy the wsa:replyTo of the proxy built by this builderto(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
-
replyTo
-
features
-
-
Constructor Details
-
BaseProxyBuilder
-
-
Method Details
-
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
-
replyTo
specifiy the wsa:replyTo of the proxy built by this builder -
txIdForReference
specify the transaction ID as the reference parameters -
getEnabledFeatures
-
getDefaultCallbackAddress
the replyto address for the corresponding endpoints.
-