Uses of Interface
com.sun.xml.ws.tx.at.common.ParticipantIF

Packages that use ParticipantIF
com.sun.xml.ws.tx.at   
com.sun.xml.ws.tx.at.common.client   
com.sun.xml.ws.tx.at.common.endpoint   
com.sun.xml.ws.tx.at.v10.client   
com.sun.xml.ws.tx.at.v11.client   
 

Uses of ParticipantIF in com.sun.xml.ws.tx.at
 

Methods in com.sun.xml.ws.tx.at that return ParticipantIF
 ParticipantIF<T> WSATHelper.getParticipantPort(EndpointReference epr, Xid xid, String bqual)
          Creates and returns a ParticipantPortType, whether it be durable or volatile, for the provided address, Xid, and reference parameter Elements/Nodes
 

Methods in com.sun.xml.ws.tx.at that return types with arguments of type ParticipantIF
 Map<WSATXAResource,ParticipantIF<T>> WSATHelper.getDurableParticipantPortMap()
           
 Map<Xid,ParticipantIF<T>> WSATHelper.getVolatileParticipantPortMap()
           
 

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

Methods in com.sun.xml.ws.tx.at.common.client that return ParticipantIF
abstract  ParticipantIF<T> ParticipantProxyBuilder.build()
           
 

Uses of ParticipantIF in com.sun.xml.ws.tx.at.common.endpoint
 

Classes in com.sun.xml.ws.tx.at.common.endpoint that implement ParticipantIF
 class Participant<T>
          The common implementation for wsat10 and wsat11 Participants endpoints.
 

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

Methods in com.sun.xml.ws.tx.at.v10.client that return ParticipantIF
 ParticipantIF<Notification> ParticipantProxyBuilderImpl.build()
           
 

Uses of ParticipantIF in com.sun.xml.ws.tx.at.v11.client
 

Methods in com.sun.xml.ws.tx.at.v11.client that return ParticipantIF
 ParticipantIF<Notification> ParticipantProxyBuilderImpl.build()
           
 



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