Package org.kuali.rice.ksb.messaging.web
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:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDevMode(Boolean devMode) voidsetGlobalRegistryServices(List<ServiceInfo> globalRegistryServices) voidsetMethodToCall(String methodToCall) voidsetMyApplicationId(String myApplicationId) voidsetMyInstanceId(String myInstanceId) voidsetMyIpAddress(String myIpAddress) voidsetPublishedServices(List<ServiceConfiguration> publishedServices) voidsetRemovedApplicationId(String removedApplicationId) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
ServiceRegistryForm
public ServiceRegistryForm()
-
-
Method Details
-
getMethodToCall
-
setMethodToCall
-
getGlobalRegistryServices
-
setGlobalRegistryServices
-
getPublishedServices
-
setPublishedServices
-
getMyIpAddress
-
setMyIpAddress
-
getMyApplicationId
-
setMyApplicationId
-
getMyInstanceId
-
setMyInstanceId
-
getDevMode
-
setDevMode
-
getRemovedApplicationId
-
setRemovedApplicationId
-