Class ServiceRegistryForm

java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.ksb.messaging.web.ServiceRegistryForm
All Implemented Interfaces:
Serializable

public class ServiceRegistryForm extends org.apache.struts.action.ActionForm
Struts ActionForm for the ServiceRegistryAction.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • ServiceRegistryForm

      public ServiceRegistryForm()
  • Method Details

    • getMethodToCall

      public String getMethodToCall()
    • setMethodToCall

      public void setMethodToCall(String methodToCall)
    • getGlobalRegistryServices

      public List<ServiceInfo> getGlobalRegistryServices()
    • setGlobalRegistryServices

      public void setGlobalRegistryServices(List<ServiceInfo> globalRegistryServices)
    • getPublishedServices

      public List<ServiceConfiguration> getPublishedServices()
    • setPublishedServices

      public void setPublishedServices(List<ServiceConfiguration> publishedServices)
    • getMyIpAddress

      public String getMyIpAddress()
    • setMyIpAddress

      public void setMyIpAddress(String myIpAddress)
    • getMyApplicationId

      public String getMyApplicationId()
    • setMyApplicationId

      public void setMyApplicationId(String myApplicationId)
    • getMyInstanceId

      public String getMyInstanceId()
    • setMyInstanceId

      public void setMyInstanceId(String myInstanceId)
    • getDevMode

      public Boolean getDevMode()
    • setDevMode

      public void setDevMode(Boolean devMode)
    • getRemovedApplicationId

      public String getRemovedApplicationId()
    • setRemovedApplicationId

      public void setRemovedApplicationId(String removedApplicationId)