org.mule.example.cep
Class CompanyRegistry

java.lang.Object
  extended by org.mule.example.cep.CompanyRegistry

public class CompanyRegistry
extends Object

A helper class to load and return the list of companies

Author:
etirelli

Constructor Summary
CompanyRegistry()
           
 
Method Summary
static Collection<Company> getCompanies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompanyRegistry

public CompanyRegistry()
Method Detail

getCompanies

public static Collection<Company> getCompanies()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.