Uses of Class
com.sun.xml.ws.tx.at.v11.types.Notification

Packages that use Notification
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
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
 Notification NotificationBuilderImpl.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
 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
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
 void CoordinatorPortImpl.abortedOperation(Notification parameters)
           
 void ParticipantPortImpl.commitOperation(Notification parameters)
           
 void CoordinatorPortImpl.committedOperation(Notification parameters)
           
 void CoordinatorPortImpl.preparedOperation(Notification parameters)
           
 void ParticipantPortImpl.prepareOperation(Notification parameters)
           
 void CoordinatorPortImpl.readOnlyOperation(Notification parameters)
           
 void ParticipantPortImpl.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
 Notification ObjectFactory.createNotification()
          Create an instance of Notification
 

Methods in com.sun.xml.ws.tx.at.v11.types that return types with arguments of type Notification
 JAXBElement<Notification> ObjectFactory.createAborted(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createCommit(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createCommitted(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createPrepare(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createPrepared(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createReadOnly(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createRollback(Notification value)
          Create an instance of JAXBElement<Notification>}
 

Methods in com.sun.xml.ws.tx.at.v11.types with parameters of type Notification
 void CoordinatorPortType.abortedOperation(Notification parameters)
           
 void ParticipantPortType.commitOperation(Notification parameters)
           
 void CoordinatorPortType.committedOperation(Notification parameters)
           
 JAXBElement<Notification> ObjectFactory.createAborted(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createCommit(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createCommitted(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createPrepare(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createPrepared(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createReadOnly(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createRollback(Notification value)
          Create an instance of JAXBElement<Notification>}
 void CoordinatorPortType.preparedOperation(Notification parameters)
           
 void ParticipantPortType.prepareOperation(Notification parameters)
           
 void CoordinatorPortType.readOnlyOperation(Notification parameters)
           
 void ParticipantPortType.rollbackOperation(Notification parameters)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.