org.mule.transport.erlang
Class ErlangOutboundInvocation

java.lang.Object
  extended by org.mule.transport.erlang.ErlangOutboundInvocation
All Implemented Interfaces:
Callable<com.ericsson.otp.erlang.OtpErlangObject>

public class ErlangOutboundInvocation
extends Object
implements Callable<com.ericsson.otp.erlang.OtpErlangObject>


Nested Class Summary
static class ErlangOutboundInvocation.InvocationType
           
 
Constructor Summary
ErlangOutboundInvocation(org.mule.api.endpoint.OutboundEndpoint outboundEndpoint, org.mule.api.MuleEvent muleEvent, com.ericsson.otp.erlang.OtpMbox senderMbox, ErlangOutboundInvocation.InvocationType invocationType, boolean failIfTimeout)
           
 
Method Summary
 com.ericsson.otp.erlang.OtpErlangObject call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErlangOutboundInvocation

public ErlangOutboundInvocation(org.mule.api.endpoint.OutboundEndpoint outboundEndpoint,
                                org.mule.api.MuleEvent muleEvent,
                                com.ericsson.otp.erlang.OtpMbox senderMbox,
                                ErlangOutboundInvocation.InvocationType invocationType,
                                boolean failIfTimeout)
Method Detail

call

public com.ericsson.otp.erlang.OtpErlangObject call()
                                             throws Exception
Specified by:
call in interface Callable<com.ericsson.otp.erlang.OtpErlangObject>
Throws:
Exception


Copyright © 2011. All Rights Reserved.