org.mule.transport.erlang
Class ErlangUtils

java.lang.Object
  extended by org.mule.transport.erlang.ErlangUtils

public abstract class ErlangUtils
extends Object


Field Summary
static com.ericsson.otp.erlang.OtpErlangAtom GEN_CALL_SIGNATURE
           
static com.ericsson.otp.erlang.OtpErlangAtom GEN_CAST_SIGNATURE
           
 
Method Summary
static String getErlangNodeName(URI uri)
           
static ErlangOutboundInvocation.InvocationType getInvocationType(org.mule.api.endpoint.ImmutableEndpoint ie)
           
static String getModuleFunction(URI uri)
           
static String getProcessName(URI uri)
           
static boolean isFailIfTimeout(org.mule.api.endpoint.ImmutableEndpoint ie)
           
static com.ericsson.otp.erlang.OtpErlangTuple makeTuple(com.ericsson.otp.erlang.OtpErlangObject... otpErlangObjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GEN_CAST_SIGNATURE

public static final com.ericsson.otp.erlang.OtpErlangAtom GEN_CAST_SIGNATURE

GEN_CALL_SIGNATURE

public static final com.ericsson.otp.erlang.OtpErlangAtom GEN_CALL_SIGNATURE
Method Detail

getErlangNodeName

public static String getErlangNodeName(URI uri)

getProcessName

public static String getProcessName(URI uri)

getModuleFunction

public static String getModuleFunction(URI uri)

getInvocationType

public static ErlangOutboundInvocation.InvocationType getInvocationType(org.mule.api.endpoint.ImmutableEndpoint ie)

isFailIfTimeout

public static boolean isFailIfTimeout(org.mule.api.endpoint.ImmutableEndpoint ie)

makeTuple

public static com.ericsson.otp.erlang.OtpErlangTuple makeTuple(com.ericsson.otp.erlang.OtpErlangObject... otpErlangObjects)


Copyright © 2011. All Rights Reserved.