com.sun.xml.ws.tx.at.tube
Class WSATServerHelper

java.lang.Object
  extended by com.sun.xml.ws.tx.at.tube.WSATServerHelper
All Implemented Interfaces:
WSATServer

public class WSATServerHelper
extends Object
implements WSATServer


Constructor Summary
WSATServerHelper()
           
 
Method Summary
 void doHandleException(Throwable throwable)
           
 void doHandleRequest(MessageHeaders headers, TransactionalAttribute tx)
           
 void doHandleResponse(TransactionalAttribute transactionalAttribute)
           
 void log(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSATServerHelper

public WSATServerHelper()
Method Detail

doHandleRequest

public void doHandleRequest(MessageHeaders headers,
                            TransactionalAttribute tx)
Specified by:
doHandleRequest in interface WSATServer

doHandleResponse

public void doHandleResponse(TransactionalAttribute transactionalAttribute)
Specified by:
doHandleResponse in interface WSATServer

doHandleException

public void doHandleException(Throwable throwable)
Specified by:
doHandleException in interface WSATServer

log

public void log(String message)


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