public interface WebServiceRestMBean
Modifier and Type | Method and Description |
---|---|
void |
addApplication()
Add a new element named application
|
void |
addClient()
Add a new element named client
|
ApplciationTypeMBean |
getApplicationMBean()
Return the value of the ApplciationType element
|
java.util.List<ClientTypeMBean> |
getClientMBean()
Return the list of the ClientType element
|
void |
removeApplication()
Remove an element named application
|
void |
removeClient(int index)
Remove an element named client by the index
|
void |
setApplicationMBean(ApplciationTypeMBean val)
Set the value of the ApplciationType element
|
void addApplication()
void removeApplication()
void addClient()
void removeClient(int index)
ApplciationTypeMBean getApplicationMBean()
void setApplicationMBean(ApplciationTypeMBean val)
java.util.List<ClientTypeMBean> getClientMBean()