org.surfnet.oaaas.example.api
Class UniversityFooService

java.lang.Object
  extended by com.yammer.dropwizard.AbstractService<T>
      extended by com.yammer.dropwizard.Service<UniversityFooConfiguration>
          extended by org.surfnet.oaaas.example.api.UniversityFooService

public class UniversityFooService
extends com.yammer.dropwizard.Service<UniversityFooConfiguration>

Main entry


Method Summary
protected  void initialize(UniversityFooConfiguration configuration, com.yammer.dropwizard.config.Environment environment)
           
static void main(String[] args)
           
 
Methods inherited from class com.yammer.dropwizard.Service
subclassServiceInsteadOfThis
 
Methods inherited from class com.yammer.dropwizard.AbstractService
addBundle, addBundle, addCommand, addCommand, addJacksonModule, getCommands, getConfigurationClass, getJacksonModules, getJerseyContainer, getJson, getName, initializeWithBundles, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

initialize

protected void initialize(UniversityFooConfiguration configuration,
                          com.yammer.dropwizard.config.Environment environment)
                   throws ClassNotFoundException
Specified by:
initialize in class com.yammer.dropwizard.AbstractService<UniversityFooConfiguration>
Throws:
ClassNotFoundException


Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.