com.arjuna.mw.wst.client
Class JaxBaseHeaderContextProcessor

java.lang.Object
  extended by com.arjuna.mw.wst.client.JaxBaseHeaderContextProcessor
Direct Known Subclasses:
JaxWSHeaderContextProcessor

public class JaxBaseHeaderContextProcessor
extends java.lang.Object

Common base class for classes used to perform WS-Transaction context manipulation on SOAP messages.


Constructor Summary
JaxBaseHeaderContextProcessor()
           
 
Method Summary
 boolean handleOutboundMessage(javax.xml.soap.SOAPMessage soapMessage)
          Handle the request.
protected  void resumeTransaction(javax.xml.soap.SOAPMessage soapMessage)
          Resume the current transaction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxBaseHeaderContextProcessor

public JaxBaseHeaderContextProcessor()
Method Detail

handleOutboundMessage

public boolean handleOutboundMessage(javax.xml.soap.SOAPMessage soapMessage)
Handle the request.

Parameters:
soapMessage - The current message context.

resumeTransaction

protected void resumeTransaction(javax.xml.soap.SOAPMessage soapMessage)
Resume the current transaction.