Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.sync.server.webservices
Class StatefulWebServiceCallbackImpl<T>

java.lang.Object
  extended by org.nuxeo.ecm.platform.sync.server.webservices.StatefulWebServiceCallbackImpl<T>
All Implemented Interfaces:
com.sun.xml.ws.developer.StatefulWebServiceManager.Callback<T>

public class StatefulWebServiceCallbackImpl<T>
extends Object
implements com.sun.xml.ws.developer.StatefulWebServiceManager.Callback<T>

The callback for timeout on Stateful Web Service. It is armed by access point and it requires StatefulWebServiceManagement object.

Author:
rux rdarlea@nuxeo.com

Constructor Summary
StatefulWebServiceCallbackImpl()
           
 
Method Summary
 void onTimeout(T arg0, com.sun.xml.ws.developer.StatefulWebServiceManager<T> arg1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulWebServiceCallbackImpl

public StatefulWebServiceCallbackImpl()
Method Detail

onTimeout

public void onTimeout(T arg0,
                      com.sun.xml.ws.developer.StatefulWebServiceManager<T> arg1)
Specified by:
onTimeout in interface com.sun.xml.ws.developer.StatefulWebServiceManager.Callback<T>

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.