Uses of Class
com.sun.xml.ws.tx.at.common.client.BaseProxyBuilder

Packages that use BaseProxyBuilder
com.sun.xml.ws.tx.at.common.client   
com.sun.xml.ws.tx.at.v10.client   
 

Uses of BaseProxyBuilder in com.sun.xml.ws.tx.at.common.client
 

Classes in com.sun.xml.ws.tx.at.common.client with type parameters of type BaseProxyBuilder
 class BaseProxyBuilder<T,B extends BaseProxyBuilder<T,B>>
          This is the base class for building client proxy for participant and coordinator.
 

Subclasses of BaseProxyBuilder in com.sun.xml.ws.tx.at.common.client
 class CoordinatorProxyBuilder<T>
          This is the base class for building client proxy for invoking coordinator services..
 class ParticipantProxyBuilder<T>
          This is the base class for building client proxy for invoking Participant services..
 

Uses of BaseProxyBuilder in com.sun.xml.ws.tx.at.v10.client
 

Subclasses of BaseProxyBuilder in com.sun.xml.ws.tx.at.v10.client
 class CoordinatorProxyBuilderImpl
           
 class ParticipantProxyBuilderImpl
          This is the base class for building client proxy for invoking WSAT10 Participant services..
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.