Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.ws.soap.dd
Interface WebServiceSoapMBean

All Superinterfaces:
WebServiceSoapReadOnlyMBean
All Known Implementing Classes:
WebServiceSoap

public interface WebServiceSoapMBean
extends WebServiceSoapReadOnlyMBean

Method Summary
 void addClient()
          Add a new element named client
 void addEndpoint()
          Add a new element named endpoint
 void removeClient(int index)
          Remove an element named client by the index
 void removeEndpoint(int index)
          Remove an element named endpoint by the index

 

Methods inherited from interface oracle.axia.config.beans.protocol.ws.soap.dd.WebServiceSoapReadOnlyMBean
getClientMBean, getEndpointMBean

 

Method Detail

addEndpoint

void addEndpoint()
Add a new element named endpoint

removeEndpoint

void removeEndpoint(int index)
Remove an element named endpoint by the index

addClient

void addClient()
Add a new element named client

removeClient

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

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.