org.apache.cayenne.configuration.rop.server
Class ROPServerModule

java.lang.Object
  extended by org.apache.cayenne.configuration.rop.server.ROPServerModule
All Implemented Interfaces:
Module

public class ROPServerModule
extends java.lang.Object
implements Module

A DI module that defines services for the server-side of an ROP application based on Caucho Hessian.

Since:
3.1

Field Summary
protected  java.util.Map<java.lang.String,java.lang.String> eventBridgeProperties
           
 
Constructor Summary
ROPServerModule(java.util.Map<java.lang.String,java.lang.String> eventBridgeProperties)
           
 
Method Summary
 void configure(Binder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventBridgeProperties

protected java.util.Map<java.lang.String,java.lang.String> eventBridgeProperties
Constructor Detail

ROPServerModule

public ROPServerModule(java.util.Map<java.lang.String,java.lang.String> eventBridgeProperties)
Method Detail

configure

public void configure(Binder binder)
Specified by:
configure in interface Module


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.