Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.http
Class HttpConfigType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.http.HttpConfigType

All Implemented Interfaces:
HttpConfigTypeMBean, HttpConfigTypeReadOnlyMBean

public class HttpConfigType
extends java.lang.Object
implements HttpConfigTypeMBean

Java class for HttpConfigType complex type.

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

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

Field Summary
protected  ClientConfig clientConfig
           
protected  ServerConfig serverConfig
           

 

Constructor Summary
HttpConfigType()
          Default Constructor
HttpConfigType(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

HttpConfigType

public HttpConfigType()
Default Constructor

HttpConfigType

public HttpConfigType(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 HttpConfigTypeReadOnlyMBean

setServerConfigMBean

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

getClientConfigMBean

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

setClientConfigMBean

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

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.