|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPExportingTransactionManager
An interface for explicit export of a transaction.
Method Summary | |
---|---|
void |
extractExtent(javax.xml.soap.SOAPMessage msg)
Extract extent information from a returned SOAP message. |
void |
insertPropagation(String tid,
javax.xml.soap.SOAPMessage msg)
Insert a portable propagation into an outgoing SOAP message. |
Method Detail |
---|
void extractExtent(javax.xml.soap.SOAPMessage msg) throws javax.xml.soap.SOAPException, RollbackException
msg
- The message.
javax.xml.soap.SOAPException
- If the message could not be parsed.
RollbackException
- If the transaction referred to in the message has rolled
back in the meantime.void insertPropagation(String tid, javax.xml.soap.SOAPMessage msg) throws RollbackException, javax.xml.soap.SOAPException
tid
- The identifier of the transaction for which to insert the
propagation.msg
- The outgoing message.
RollbackException
- If the transaction has rolled back due to timeout.
javax.xml.soap.SOAPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |