Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.ws.rest.dd
Interface WebServiceRestMBean

All Superinterfaces:
WebServiceRestReadOnlyMBean
All Known Implementing Classes:
WebServiceRest

public interface WebServiceRestMBean
extends WebServiceRestReadOnlyMBean

Method Summary
 void addApplication()
          Add a new element named application
 void addClient()
          Add a new element named client
 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

 

Methods inherited from interface oracle.axia.config.beans.protocol.ws.rest.dd.WebServiceRestReadOnlyMBean
getApplicationMBean, getClientMBean

 

Method Detail

addApplication

void addApplication()
Add a new element named application

removeApplication

void removeApplication()
Remove an element named application

addClient

void addClient()
Add a new element named client

removeClient

void removeClient(int index)
Remove an element named client by the index

setApplicationMBean

void setApplicationMBean(ApplciationTypeMBean val)
Set the value of the ApplciationType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.