net.sf.dropboxmq.workflow.adapters.ejb
Class WorkflowEJB

java.lang.Object
  extended by net.sf.dropboxmq.workflow.adapters.ejb.WorkflowEJB
All Implemented Interfaces:
WorkflowLocal

Created: 21 Mar 2011

Version:
$Revision$, $Date$
Author:
Dwayne Schultz

Constructor Summary
WorkflowEJB()
          
Method Summary
 SessionContext getSessionContext()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowEJB

public WorkflowEJB()
Method Detail

onEvent

public EventPackage onEvent(String protocol,
                            String content,
                            Map<String,String> properties)
Specified by:
onEvent in interface WorkflowLocal

postConstruct

@PostConstruct
public void postConstruct()
                   throws IOException,
                          SAXException,
                          ParserConfigurationException
Throws:
IOException
SAXException
ParserConfigurationException

getSessionContext

public SessionContext getSessionContext()