|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.mw.wst.service.JaxBaseHeaderContextProcessor
public class JaxBaseHeaderContextProcessor
Common base class for classes used to perform WS-Transaction context manipulation on SOAP messages.
Constructor Summary | |
---|---|
JaxBaseHeaderContextProcessor()
|
Method Summary | |
---|---|
protected boolean |
handleInboundMessage(javax.xml.soap.SOAPMessage soapMessage)
Handle the request. |
protected boolean |
handleInboundMessage(javax.xml.soap.SOAPMessage soapMessage,
boolean installSubordinateTx)
Handle the request. |
protected void |
suspendTransaction()
Suspend the current transaction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxBaseHeaderContextProcessor()
Method Detail |
---|
protected boolean handleInboundMessage(javax.xml.soap.SOAPMessage soapMessage)
soapMessage
- The current message context.protected boolean handleInboundMessage(javax.xml.soap.SOAPMessage soapMessage, boolean installSubordinateTx)
soapMessage
- The current message context.installSubordinateTx
- true if a subordinate transaction should be interposed and false
if the handler should just resume the incoming transaction. currently only works for AT
transactions but will eventually be extended to work for BA transactions too.protected void suspendTransaction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |