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 TypeMethodDescriptionvoid
feature
(jakarta.xml.ws.WebServiceFeature feature) Add feature to be enabled on the proxy built by this builder.protected abstract String
the replyto address for the corresponding endpoints.protected jakarta.xml.ws.WebServiceFeature[]
replyTo
(jakarta.xml.ws.EndpointReference replyTo) specifiy the wsa:replyTo of the proxy built by this builderto
(jakarta.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 jakarta.xml.ws.EndpointReference to -
replyTo
protected jakarta.xml.ws.EndpointReference replyTo -
features
-
-
Constructor Details
-
BaseProxyBuilder
-
-
Method Details
-
feature
public void feature(jakarta.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
-
replyTo
specifiy the wsa:replyTo of the proxy built by this builder -
txIdForReference
specify the transaction ID as the reference parameters -
getEnabledFeatures
protected jakarta.xml.ws.WebServiceFeature[] getEnabledFeatures() -
getDefaultCallbackAddress
the replyto address for the corresponding endpoints.
-