Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.protocol.ws.rest
Interface WebServiceRestMBean


public interface WebServiceRestMBean

Method Summary
 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
 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

 

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

getApplicationMBean

ApplciationTypeMBean getApplicationMBean()
Return the value of the ApplciationType element

setApplicationMBean

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

getClientMBean

List<ClientTypeMBean> getClientMBean()
Return the list of the ClientType element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.