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

Packages that use Notification
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
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
 Notification NotificationBuilderImpl.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
 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
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
 void CoordinatorPortTypePortImpl.abortedOperation(Notification parameters)
           
 void ParticipantPortTypePortImpl.commit(Notification parameters)
           
 void CoordinatorPortTypePortImpl.committedOperation(Notification parameters)
           
 void ParticipantPortTypePortImpl.prepare(Notification parameters)
           
 void CoordinatorPortTypePortImpl.preparedOperation(Notification parameters)
           
 void CoordinatorPortTypePortImpl.readOnlyOperation(Notification parameters)
           
 void CoordinatorPortTypePortImpl.replayOperation(Notification parameters)
           
 void ParticipantPortTypePortImpl.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
 Notification ObjectFactory.createNotification()
          Create an instance of Notification
 

Methods in com.sun.xml.ws.tx.at.v10.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.createReplay(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.v10.types with parameters of type Notification
 void CoordinatorPortType.abortedOperation(Notification parameters)
           
 void ParticipantPortType.commit(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.createReplay(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> ObjectFactory.createRollback(Notification value)
          Create an instance of JAXBElement<Notification>}
 void ParticipantPortType.prepare(Notification parameters)
           
 void CoordinatorPortType.preparedOperation(Notification parameters)
           
 void CoordinatorPortType.readOnlyOperation(Notification parameters)
           
 void CoordinatorPortType.replayOperation(Notification parameters)
           
 void ParticipantPortType.rollback(Notification parameters)
           
 



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