public interface WebServiceSoapMBean
Modifier and Type | Method and Description |
---|---|
void |
addClient()
Add a new element named client
|
void |
addEndpoint()
Add a new element named endpoint
|
java.util.List<ClientTypeMBean> |
getClientMBean()
Return the list of the ClientType element
|
java.util.List<EndpointTypeMBean> |
getEndpointMBean()
Return the list of the EndpointType element
|
void |
removeClient(int index)
Remove an element named client by the index
|
void |
removeEndpoint(int index)
Remove an element named endpoint by the index
|
void addEndpoint()
void removeEndpoint(int index)
void addClient()
void removeClient(int index)
java.util.List<EndpointTypeMBean> getEndpointMBean()
java.util.List<ClientTypeMBean> getClientMBean()