org.jbpm.wire.binding
Class AsyncCommandServiceBinding

java.lang.Object
  extended by org.jbpm.wire.binding.StandardCommandServiceBinding
      extended by org.jbpm.wire.binding.AsyncCommandServiceBinding
All Implemented Interfaces:
Binding

public class AsyncCommandServiceBinding
extends StandardCommandServiceBinding

Author:
Tom Baeyens

Constructor Summary
AsyncCommandServiceBinding()
           
 
Method Summary
protected  CommandService getCommandService(org.w3c.dom.Element element, Parse parse, Parser parser)
           
 
Methods inherited from class org.jbpm.wire.binding.StandardCommandServiceBinding
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncCommandServiceBinding

public AsyncCommandServiceBinding()
Method Detail

getCommandService

protected CommandService getCommandService(org.w3c.dom.Element element,
                                           Parse parse,
                                           Parser parser)
Overrides:
getCommandService in class StandardCommandServiceBinding