Uses of Interface
com.sun.xml.ws.tx.at.common.CoordinatorIF
-
Packages that use CoordinatorIF 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 CoordinatorIF in com.sun.xml.ws.tx.at
Methods in com.sun.xml.ws.tx.at that return CoordinatorIF Modifier and Type Method Description CoordinatorIF<T>WSATHelper. getCoordinatorPort(jakarta.xml.ws.EndpointReference epr, Xid xid)Called from ForeignRecoveryContext.run -
Uses of CoordinatorIF in com.sun.xml.ws.tx.at.common.client
Methods in com.sun.xml.ws.tx.at.common.client that return CoordinatorIF Modifier and Type Method Description abstract CoordinatorIF<T>CoordinatorProxyBuilder. build() -
Uses of CoordinatorIF in com.sun.xml.ws.tx.at.common.endpoint
Classes in com.sun.xml.ws.tx.at.common.endpoint that implement CoordinatorIF Modifier and Type Class Description classCoordinator<T>This is the common implementation for wsat10 and wsat11 Coordinators endpoints. -
Uses of CoordinatorIF in com.sun.xml.ws.tx.at.v10.client
Methods in com.sun.xml.ws.tx.at.v10.client that return CoordinatorIF Modifier and Type Method Description CoordinatorIF<Notification>CoordinatorProxyBuilderImpl. build() -
Uses of CoordinatorIF in com.sun.xml.ws.tx.at.v11.client
Methods in com.sun.xml.ws.tx.at.v11.client that return CoordinatorIF Modifier and Type Method Description CoordinatorIF<Notification>CoordinatorProxyBuilderImpl. build()
-