org.mule.transport.ejb
Class TestComponentWithBinding

java.lang.Object
  extended by org.mule.transport.ejb.TestComponentWithBinding

public class TestComponentWithBinding
extends Object

A test component that uses an EJB binding


Constructor Summary
TestComponentWithBinding()
           
 
Method Summary
 DummyEjb getBinding()
           
 String process(String data)
           
 void setBinding(DummyEjb binding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestComponentWithBinding

public TestComponentWithBinding()
Method Detail

getBinding

public DummyEjb getBinding()

setBinding

public void setBinding(DummyEjb binding)

process

public String process(String data)
               throws RemoteException
Throws:
RemoteException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.