.to("myapp.model.service.FunkyService")
mapPath("myapp.model.service.FunkyService")
.into(this.SCOPES.REQUEST);
map("buffer").toJava("java.lang.StringBuffer");
.toRSS("http://news.google.com/news?output=rss")
.inCacheBox(timeout=60,lastAccessTimeout=15);
.toWebservice("http://myapp.com/app.cfc?wsdl")
.into(this.SCOPES.APPLICATION);