Package nexj.core.rpc.text

Source Code of nexj.core.rpc.text.RefTextMarshallerTest

// Copyright 2010 NexJ Systems Inc. This software is licensed under the terms of the Eclipse Public License 1.0
package nexj.core.rpc.text;

import nexj.core.meta.Repository;
import nexj.core.runtime.InvocationContext;

public class RefTextMarshallerTest extends TextMarshallerTest
{
   public RefTextMarshallerTest(String sName)
   {
      super(sName);
   }

   /**
    * @see nexj.core.rpc.text.TextMarshallerTest#setUp()
    */
   protected void setUp() throws Exception
   {
      super.setUp();
      m_marshaller = new RefTextMarshaller(new InvocationContext(Repository.getMetadata()));
   }
}
TOP

Related Classes of nexj.core.rpc.text.RefTextMarshallerTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.