Uses of Class
com.sun.xml.ws.tx.at.v10.types.Notification
-
Packages that use Notification Package Description com.sun.xml.ws.tx.at.common com.sun.xml.ws.tx.at.v10 com.sun.xml.ws.tx.at.v10.client com.sun.xml.ws.tx.at.v10.endpoint com.sun.xml.ws.tx.at.v10.types -
-
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 Modifier and Type Field Description static WSATVersion<Notification>WSATVersion. v10 -
Uses of Notification in com.sun.xml.ws.tx.at.v10
Methods in com.sun.xml.ws.tx.at.v10 that return Notification Modifier and Type Method Description NotificationNotificationBuilderImpl. build() -
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 Modifier and Type Method Description CoordinatorIF<Notification>CoordinatorProxyBuilderImpl. build()ParticipantIF<Notification>ParticipantProxyBuilderImpl. build() -
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 Notification Modifier and Type Method Description protected Coordinator<Notification>CoordinatorPortTypePortImpl. getProxy()protected Participant<Notification>ParticipantPortTypePortImpl. getProxy()Methods in com.sun.xml.ws.tx.at.v10.endpoint with parameters of type Notification Modifier and Type Method Description voidCoordinatorPortTypePortImpl. 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 Notification Modifier and Type Method Description NotificationObjectFactory. createNotification()Create an instance ofNotificationMethods in com.sun.xml.ws.tx.at.v10.types that return types with arguments of type Notification Modifier and Type Method Description 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)Methods in com.sun.xml.ws.tx.at.v10.types with parameters of type Notification Modifier and Type Method Description voidCoordinatorPortType. 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)
-