org.jboss.txbridge.ba.execute
Class RemoteServiceExecutor

java.lang.Object
  extended by org.jboss.txbridge.ba.execute.ServiceExecutor
      extended by org.jboss.txbridge.ba.execute.RemoteServiceExecutor

public class RemoteServiceExecutor
extends ServiceExecutor

This class represents a remote service executor. This executor uses the WSConfiguredDII as the execution mechanism by default.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)

Field Summary
 
Fields inherited from class org.jboss.txbridge.ba.execute.ServiceExecutor
dataProvider, execution
 
Constructor Summary
RemoteServiceExecutor(TaskDescription taskDesc)
           
 
Method Summary
 
Methods inherited from class org.jboss.txbridge.ba.execute.ServiceExecutor
invokeService, setExecutionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteServiceExecutor

public RemoteServiceExecutor(TaskDescription taskDesc)