Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.ws.soap.dd
Class WebServiceSoap

java.lang.Object
  extended by oracle.axia.config.beans.protocol.ws.soap.dd.WebServiceSoap

All Implemented Interfaces:
WebServiceSoapMBean, WebServiceSoapReadOnlyMBean

public class WebServiceSoap
extends java.lang.Object
implements WebServiceSoapMBean

Web Services SOAP Deployment Descriptor

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="endpoint" type="{http://xmlns.oracle.com/axia/ws-soap}EndpointType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="client" type="{http://xmlns.oracle.com/axia/ws-soap}ClientType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<ClientType> client
           
protected  java.util.List<EndpointType> endpoint
           

 

Constructor Summary
WebServiceSoap()
          Default Constructor
WebServiceSoap(java.util.List<EndpointType> endpoint, java.util.List<ClientType> client)
           

 

Method Summary
 void addClient()
          Add a new element named client
 void addEndpoint()
          Add a new element named endpoint
 java.util.List<ClientType> getClient()
          Gets the value of the client property.
 java.util.List<ClientTypeMBean> getClientMBean()
          Get the list of the ClientType element
 java.util.List<EndpointType> getEndpoint()
          Gets the value of the endpoint property.
 java.util.List<EndpointTypeMBean> getEndpointMBean()
          Get 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

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

endpoint

protected java.util.List<EndpointType> endpoint

client

protected java.util.List<ClientType> client

Constructor Detail

WebServiceSoap

public WebServiceSoap()
Default Constructor

WebServiceSoap

public WebServiceSoap(java.util.List<EndpointType> endpoint,
                      java.util.List<ClientType> client)

Method Detail

getEndpoint

public java.util.List<EndpointType> getEndpoint()
Gets the value of the endpoint property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the endpoint property.

For example, to add a new item, do as follows:

    getEndpoint().add(newItem);
 

Objects of the following type(s) are allowed in the list EndpointType


getClient

public java.util.List<ClientType> getClient()
Gets the value of the client property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the client property.

For example, to add a new item, do as follows:

    getClient().add(newItem);
 

Objects of the following type(s) are allowed in the list ClientType


addEndpoint

public void addEndpoint()
Add a new element named endpoint
Specified by:
addEndpoint in interface WebServiceSoapMBean

removeEndpoint

public void removeEndpoint(int index)
Remove an element named endpoint by the index
Specified by:
removeEndpoint in interface WebServiceSoapMBean
Parameters:
index - The index of removing elements

addClient

public void addClient()
Add a new element named client
Specified by:
addClient in interface WebServiceSoapMBean

removeClient

public void removeClient(int index)
Remove an element named client by the index
Specified by:
removeClient in interface WebServiceSoapMBean
Parameters:
index - The index of removing elements

getEndpointMBean

public java.util.List<EndpointTypeMBean> getEndpointMBean()
Get the list of the EndpointType element
Specified by:
getEndpointMBean in interface WebServiceSoapReadOnlyMBean

getClientMBean

public java.util.List<ClientTypeMBean> getClientMBean()
Get the list of the ClientType element
Specified by:
getClientMBean in interface WebServiceSoapReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.