Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.ws.soap.mgmt
Class SoapConfigType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.ws.soap.mgmt.SoapConfigType

All Implemented Interfaces:
SoapConfigTypeMBean, SoapConfigTypeReadOnlyMBean

public class SoapConfigType
extends java.lang.Object
implements SoapConfigTypeMBean

Java class for SoapConfigType complex type.

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

 <complexType name="SoapConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="serverConfig" type="{http://xmlns.oracle.com/axia/ws-soap-config}ServerConfig"/>
         <element name="clientConfig" type="{http://xmlns.oracle.com/axia/ws-soap-config}ClientConfig"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  ClientConfig clientConfig
           
protected  ServerConfig serverConfig
           

 

Constructor Summary
SoapConfigType()
          Default Constructor
SoapConfigType(ServerConfig serverConfig, ClientConfig clientConfig)
           

 

Method Summary
 ClientConfig getClientConfig()
          Gets the value of the clientConfig property.
 ClientConfigMBean getClientConfigMBean()
          Get the value of the ClientConfig element
 ServerConfig getServerConfig()
          Gets the value of the serverConfig property.
 ServerConfigMBean getServerConfigMBean()
          Get the value of the ServerConfig element
 void setClientConfig(ClientConfig value)
          Sets the value of the clientConfig property.
 void setClientConfigMBean(ClientConfigMBean val)
          Set the value of the ClientConfig element
 void setServerConfig(ServerConfig value)
          Sets the value of the serverConfig property.
 void setServerConfigMBean(ServerConfigMBean val)
          Set the value of the ServerConfig element

 

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

 

Field Detail

serverConfig

protected ServerConfig serverConfig

clientConfig

protected ClientConfig clientConfig

Constructor Detail

SoapConfigType

public SoapConfigType()
Default Constructor

SoapConfigType

public SoapConfigType(ServerConfig serverConfig,
                      ClientConfig clientConfig)

Method Detail

getServerConfig

public ServerConfig getServerConfig()
Gets the value of the serverConfig property.
Returns:
possible object is ServerConfig

setServerConfig

public void setServerConfig(ServerConfig value)
Sets the value of the serverConfig property.
Parameters:
value - allowed object is ServerConfig

getClientConfig

public ClientConfig getClientConfig()
Gets the value of the clientConfig property.
Returns:
possible object is ClientConfig

setClientConfig

public void setClientConfig(ClientConfig value)
Sets the value of the clientConfig property.
Parameters:
value - allowed object is ClientConfig

getServerConfigMBean

public ServerConfigMBean getServerConfigMBean()
Get the value of the ServerConfig element
Specified by:
getServerConfigMBean in interface SoapConfigTypeReadOnlyMBean

setServerConfigMBean

public void setServerConfigMBean(ServerConfigMBean val)
Set the value of the ServerConfig element
Specified by:
setServerConfigMBean in interface SoapConfigTypeMBean

getClientConfigMBean

public ClientConfigMBean getClientConfigMBean()
Get the value of the ClientConfig element
Specified by:
getClientConfigMBean in interface SoapConfigTypeReadOnlyMBean

setClientConfigMBean

public void setClientConfigMBean(ClientConfigMBean val)
Set the value of the ClientConfig element
Specified by:
setClientConfigMBean in interface SoapConfigTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.