org.mobicents.servlet.management.server.router
Class DARConfigurationServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
              extended by org.mobicents.servlet.management.server.router.DARConfigurationServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, DARConfigurationService

public class DARConfigurationServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements DARConfigurationService

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mobicents.servlet.management.client.router.DARConfigurationService
DARConfigurationService.Util
 
Field Summary
 
Fields inherited from interface org.mobicents.servlet.management.client.router.DARConfigurationService
SERVICE_URI
 
Constructor Summary
DARConfigurationServiceImpl()
           
 
Method Summary
 void configure(java.lang.String config)
           
 java.lang.String[] getApplications()
           
 DARRoute[] getConfiguration()
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, readContent, shouldCompressResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DARConfigurationServiceImpl

public DARConfigurationServiceImpl()
Method Detail

configure

public void configure(java.lang.String config)
Specified by:
configure in interface DARConfigurationService

getApplications

public java.lang.String[] getApplications()
Specified by:
getApplications in interface DARConfigurationService

getConfiguration

public DARRoute[] getConfiguration()
Specified by:
getConfiguration in interface DARConfigurationService


Copyright © 2010. All Rights Reserved.