1 package org.exoplatform.services.wsrp.consumer;2 3 /**4 * The consumer environment provides access to consumer specific components and data.5 * 6 * @author Stephan.Laertz@de.ibm.com7 * @author <a HREF='mailto:peter.fischer@de.ibm.com'>Peter Fischer</a>8 * @author Benjamin Mestrallet9 */10 public interface ConsumerEnvironment extends Consumer, ConsumerCapabilities {11 12 }13