Skip navigation links

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

E38079-01


oracle.axia.protocol.ws.soap
Interface WebServiceSoapMBean


public interface WebServiceSoapMBean

Method Summary
 void addClient()
          Add a new element named client
 void addEndpoint()
          Add a new element named endpoint
 List<ClientTypeMBean> getClientMBean()
          Return the list of the ClientType element
 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

 

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

getEndpointMBean

List<EndpointTypeMBean> getEndpointMBean()
Return the list of the EndpointType 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.