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 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  Map<String,String> eventBridgeProperties
           
 
Constructor Summary
ROPServerModule(Map<String,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 Map<String,String> eventBridgeProperties
Constructor Detail

ROPServerModule

public ROPServerModule(Map<String,String> eventBridgeProperties)
Method Detail

configure

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


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