|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.tx.at.common.client.BaseProxyBuilder<T,B>
public abstract class BaseProxyBuilder<T,B extends BaseProxyBuilder<T,B>>
This is the base class for building client proxy for participant and coordinator.
| Field Summary | |
|---|---|
protected List<WebServiceFeature> |
features
|
protected EndpointReference |
replyTo
|
protected EndpointReference |
to
|
protected WSATVersion<T> |
version
|
| Constructor Summary | |
|---|---|
protected |
BaseProxyBuilder(WSATVersion<T> version)
|
| Method Summary | |
|---|---|
void |
feature(WebServiceFeature feature)
Add feature to be enabled on the proxy built by this builder. |
protected abstract String |
getDefaultCallbackAddress()
the replyto address for the corresponding endpoints. |
protected WebServiceFeature[] |
getEnabledFeatures()
|
B |
replyTo(EndpointReference replyTo)
specifiy the wsa:replyTo of the proxy built by this builder |
B |
to(EndpointReference to)
specifiy the wsa:to and endpoint reference parameters of the proxy built by this builder |
B |
txIdForReference(String txId,
String bqual)
specify the transaction ID as the reference parameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected WSATVersion<T> version
protected EndpointReference to
protected EndpointReference replyTo
protected List<WebServiceFeature> features
| Constructor Detail |
|---|
protected BaseProxyBuilder(WSATVersion<T> version)
| Method Detail |
|---|
public void feature(WebServiceFeature feature)
feature - WebServiceFeaturepublic B to(EndpointReference to)
to - EndpointReference
public B replyTo(EndpointReference replyTo)
replyTo -
public B txIdForReference(String txId,
String bqual)
txId - bqual -
protected WebServiceFeature[] getEnabledFeatures()
protected abstract String getDefaultCallbackAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||