Uses of Interface
com.sun.xml.ws.tx.at.common.ParticipantIF
-
Packages that use ParticipantIF Package Description 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 Modifier and Type Method Description ParticipantIF<T>WSATHelper. getParticipantPort(javax.xml.ws.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/NodesMethods in com.sun.xml.ws.tx.at that return types with arguments of type ParticipantIF Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description classParticipant<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 Modifier and Type Method Description 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 Modifier and Type Method Description ParticipantIF<Notification>ParticipantProxyBuilderImpl. build()
-