EJB 3.0 Transport
Mule EJB provider can only invoke EJB 2.x methods. EJB 3.0 changed the way in which you obtain the reference to the remote EJB. This provider supports invoking EJB3.0 methods.
Example: <endpoint address="ejb3://localhost:3700/org.me.SLSBEchoRemote?method=echo">