org.codehaus.xfire.service.binding
Class ServiceRunner
java.lang.Object
org.codehaus.xfire.service.binding.ServiceRunner
- All Implemented Interfaces:
- Runnable
public abstract class ServiceRunner
- extends Object
- implements Runnable
Runnables sent to Executors will extend this class. This class gives
access to the MessageContext to provide information in scheduling
decisions.
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
ServiceRunner
public ServiceRunner()
getMessageContext
public MessageContext getMessageContext()
setMessageContext
public void setMessageContext(MessageContext messageContext)
Copyright © 2004-2013. All Rights Reserved.