org.mule.transport.erlang.transformers
Class ErlangConversionUtils

java.lang.Object
  extended by org.mule.transport.erlang.transformers.ErlangConversionUtils

public abstract class ErlangConversionUtils
extends Object

Supporting methods for Java to Erlang conversion.

Author:
David Dossot

Method Summary
static Object erlangToJava(com.ericsson.otp.erlang.OtpErlangObject erl)
           
static com.ericsson.otp.erlang.OtpErlangObject javaToErlang(Object obj)
          This method comes from Erlide, the awesome Eclipse plug-in for Erlang development.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

javaToErlang

public static com.ericsson.otp.erlang.OtpErlangObject javaToErlang(Object obj)
                                                            throws IllegalArgumentException
This method comes from Erlide, the awesome Eclipse plug-in for Erlang development. Copyright (c) 2008 Vlad Dumitrescu and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Throws:
IllegalArgumentException

erlangToJava

public static Object erlangToJava(com.ericsson.otp.erlang.OtpErlangObject erl)
                           throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2011. All Rights Reserved.