Uses of Class
com.sun.xml.ws.api.tx.TXException

Packages that use TXException
com.sun.xml.ws.api.tx   
com.sun.xml.ws.tx.at   
 

Uses of TXException in com.sun.xml.ws.api.tx
 

Methods in com.sun.xml.ws.api.tx that throw TXException
 Participant.STATE Participant.prepare()
          Prepare the participant and return its result.
 

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

Methods in com.sun.xml.ws.tx.at that throw TXException
 void ATParticipant.commit()
           
 void ATParticipant.prepare()
          Returns participant state.
 Participant.STATE ATSubCoordinator.VolatileParticipant.prepare()
           
 Participant.STATE ATSubCoordinator.DurableParticipant.prepare()