package org.jfox.ejb.invoker.jrmp_ssl;

import org.jfox.ejb.invoker.jrmp.JRMPContainerInvoker;
import org.jfox.ejb.invoker.ContainerRemote;
import org.jfox.ejb.ObjectId;

/**
 * @author <a href="mailto:yangyong@ufsoft.com.cn">Young Yang</a>
 */

public class JRMP_SSLContainerInvoker extends JRMPContainerInvoker {

  public JRMP_SSLContainerInvoker(ObjectId objectHash, ContainerRemote invoker) {
    super(objectHash, invoker);
  }

  public static void main(String[] args) {

  }
}