|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.webservices.wsat.processors.ParticipantProcessor
com.arjuna.wst.messaging.ParticipantProcessorImpl
The Participant processor.
Constructor Summary | |
ParticipantProcessorImpl()
|
Method Summary | |
void |
activateParticipant(com.arjuna.webservices.wsat.ParticipantInboundEvents participant,
java.lang.String identifier)
Activate the participant. |
void |
commit(com.arjuna.webservices.wsat.NotificationType commit,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Commit. |
void |
deactivateParticipant(com.arjuna.webservices.wsat.ParticipantInboundEvents participant)
Deactivate the participant. |
void |
prepare(com.arjuna.webservices.wsat.NotificationType prepare,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Prepare. |
void |
rollback(com.arjuna.webservices.wsat.NotificationType rollback,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Rollback. |
void |
soapFault(com.arjuna.webservices.SoapFault fault,
com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
SOAP Fault. |
Methods inherited from class com.arjuna.webservices.wsat.processors.ParticipantProcessor |
getProcessor, setProcessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParticipantProcessorImpl()
Method Detail |
public void activateParticipant(com.arjuna.webservices.wsat.ParticipantInboundEvents participant, java.lang.String identifier)
participant
- The participant.identifier
- The identifier.public void deactivateParticipant(com.arjuna.webservices.wsat.ParticipantInboundEvents participant)
participant
- The participant.public void commit(com.arjuna.webservices.wsat.NotificationType commit, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
commit
- The commit notification.addressingContext
- The addressing context.arjunaContext
- The arjuna context.public void prepare(com.arjuna.webservices.wsat.NotificationType prepare, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
prepare
- The prepare notification.addressingContext
- The addressing context.arjunaContext
- The arjuna context.public void rollback(com.arjuna.webservices.wsat.NotificationType rollback, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
rollback
- The rollback notification.addressingContext
- The addressing context.arjunaContext
- The arjuna context.public void soapFault(com.arjuna.webservices.SoapFault fault, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
addressingContext
- The addressing context.arjunaContext
- The arjuna context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |