Uses of Class
com.sun.xml.ws.tx.at.v10.types.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in com.sun.xml.ws.tx.at.common
Fields in com.sun.xml.ws.tx.at.common with type parameters of type Notification -
Uses of Notification in com.sun.xml.ws.tx.at.v10
Methods in com.sun.xml.ws.tx.at.v10 that return Notification -
Uses of Notification in com.sun.xml.ws.tx.at.v10.client
Methods in com.sun.xml.ws.tx.at.v10.client that return types with arguments of type Notification -
Uses of Notification in com.sun.xml.ws.tx.at.v10.endpoint
Methods in com.sun.xml.ws.tx.at.v10.endpoint that return types with arguments of type NotificationModifier and TypeMethodDescriptionprotected Coordinator<Notification>CoordinatorPortTypePortImpl.getProxy()protected Participant<Notification>ParticipantPortTypePortImpl.getProxy()Methods in com.sun.xml.ws.tx.at.v10.endpoint with parameters of type NotificationModifier and TypeMethodDescriptionvoidCoordinatorPortTypePortImpl.abortedOperation(Notification parameters) voidParticipantPortTypePortImpl.commit(Notification parameters) voidCoordinatorPortTypePortImpl.committedOperation(Notification parameters) voidParticipantPortTypePortImpl.prepare(Notification parameters) voidCoordinatorPortTypePortImpl.preparedOperation(Notification parameters) voidCoordinatorPortTypePortImpl.readOnlyOperation(Notification parameters) voidCoordinatorPortTypePortImpl.replayOperation(Notification parameters) voidParticipantPortTypePortImpl.rollback(Notification parameters) -
Uses of Notification in com.sun.xml.ws.tx.at.v10.types
Methods in com.sun.xml.ws.tx.at.v10.types that return NotificationModifier and TypeMethodDescriptionObjectFactory.createNotification()Create an instance ofNotificationMethods in com.sun.xml.ws.tx.at.v10.types that return types with arguments of type NotificationModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Notification>ObjectFactory.createAborted(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createCommit(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createCommitted(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createPrepare(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createPrepared(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createReadOnly(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createReplay(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createRollback(Notification value) Methods in com.sun.xml.ws.tx.at.v10.types with parameters of type NotificationModifier and TypeMethodDescriptionvoidCoordinatorPortType.abortedOperation(Notification parameters) voidParticipantPortType.commit(Notification parameters) voidCoordinatorPortType.committedOperation(Notification parameters) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createAborted(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createCommit(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createCommitted(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createPrepare(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createPrepared(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createReadOnly(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createReplay(Notification value) javax.xml.bind.JAXBElement<Notification>ObjectFactory.createRollback(Notification value) voidParticipantPortType.prepare(Notification parameters) voidCoordinatorPortType.preparedOperation(Notification parameters) voidCoordinatorPortType.readOnlyOperation(Notification parameters) voidCoordinatorPortType.replayOperation(Notification parameters) voidParticipantPortType.rollback(Notification parameters)