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 ServerConfig

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

All Implemented Interfaces:
ServerConfigMBean, ServerConfigReadOnlyMBean

public class ServerConfig
extends java.lang.Object
implements ServerConfigMBean

Java class for ServerConfig complex type.

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

 <complexType name="ServerConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="rootUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="/soap" />
       <attribute name="timeoutMs" type="{http://xmlns.oracle.com/axia/ws-soap-config}TimeoutType" default="10000" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String rootUri
           
protected  java.lang.Integer timeoutMs
           

 

Constructor Summary
ServerConfig()
          Default Constructor
ServerConfig(java.lang.String rootUri, java.lang.Integer timeoutMs)
           

 

Method Summary
 java.lang.String getRootUri()
          Gets the value of the rootUri property.
 int getTimeoutMs()
          Gets the value of the timeoutMs property.
 void setRootUri(java.lang.String value)
          Sets the value of the rootUri property.
 void setTimeoutMs(java.lang.Integer value)
          Sets the value of the timeoutMs property.

 

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

 

Field Detail

rootUri

protected java.lang.String rootUri

timeoutMs

protected java.lang.Integer timeoutMs

Constructor Detail

ServerConfig

public ServerConfig()
Default Constructor

ServerConfig

public ServerConfig(java.lang.String rootUri,
                    java.lang.Integer timeoutMs)

Method Detail

getRootUri

public java.lang.String getRootUri()
Gets the value of the rootUri property.
Specified by:
getRootUri in interface ServerConfigReadOnlyMBean
Returns:
possible object is String

setRootUri

public void setRootUri(java.lang.String value)
Sets the value of the rootUri property.
Specified by:
setRootUri in interface ServerConfigMBean
Parameters:
value - allowed object is String

getTimeoutMs

public int getTimeoutMs()
Gets the value of the timeoutMs property.
Specified by:
getTimeoutMs in interface ServerConfigReadOnlyMBean
Returns:
possible object is Integer

setTimeoutMs

public void setTimeoutMs(java.lang.Integer value)
Sets the value of the timeoutMs property.
Specified by:
setTimeoutMs in interface ServerConfigMBean
Parameters:
value - allowed object is Integer

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.