Uses of Class
com.sun.xml.ws.tx.at.v11.types.Notification
-
Packages that use Notification Package Description com.sun.xml.ws.tx.at.common com.sun.xml.ws.tx.at.v11 com.sun.xml.ws.tx.at.v11.client com.sun.xml.ws.tx.at.v11.endpoint com.sun.xml.ws.tx.at.v11.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. v11 -
Uses of Notification in com.sun.xml.ws.tx.at.v11
Methods in com.sun.xml.ws.tx.at.v11 that return Notification Modifier and Type Method Description NotificationNotificationBuilderImpl. build() -
Uses of Notification in com.sun.xml.ws.tx.at.v11.client
Methods in com.sun.xml.ws.tx.at.v11.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.v11.endpoint
Methods in com.sun.xml.ws.tx.at.v11.endpoint that return types with arguments of type Notification Modifier and Type Method Description protected Participant<Notification>ParticipantPortImpl. getPoxy()protected Coordinator<Notification>CoordinatorPortImpl. getProxy()Methods in com.sun.xml.ws.tx.at.v11.endpoint with parameters of type Notification Modifier and Type Method Description voidCoordinatorPortImpl. abortedOperation(Notification parameters)voidParticipantPortImpl. commitOperation(Notification parameters)voidCoordinatorPortImpl. committedOperation(Notification parameters)voidCoordinatorPortImpl. preparedOperation(Notification parameters)voidParticipantPortImpl. prepareOperation(Notification parameters)voidCoordinatorPortImpl. readOnlyOperation(Notification parameters)voidParticipantPortImpl. rollbackOperation(Notification parameters) -
Uses of Notification in com.sun.xml.ws.tx.at.v11.types
Methods in com.sun.xml.ws.tx.at.v11.types that return Notification Modifier and Type Method Description NotificationObjectFactory. createNotification()Create an instance ofNotificationMethods in com.sun.xml.ws.tx.at.v11.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. createRollback(Notification value)Methods in com.sun.xml.ws.tx.at.v11.types with parameters of type Notification Modifier and Type Method Description voidCoordinatorPortType. abortedOperation(Notification parameters)voidParticipantPortType. commitOperation(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. createRollback(Notification value)voidCoordinatorPortType. preparedOperation(Notification parameters)voidParticipantPortType. prepareOperation(Notification parameters)voidCoordinatorPortType. readOnlyOperation(Notification parameters)voidParticipantPortType. rollbackOperation(Notification parameters)
-