BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType iiopType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}iiopType (extension)

Documentation
Corresponds to IIOPMBean
Properties
This component is not nillable.

Model
<...>
(idle-connection-timeout, complete-message-timeout, max-message-size?, default-minor-version, use-locate-request?, tx-mechanism, location-forward-policy, default-wide-char-codeset, default-char-codeset, use-full-repository-id-list?, use-stateful-authentication?, use-serial-format-version2?, enable-ior-servlet?, use-java-serialization?, system-security )
</...>


Nested Element Summary
 complete-message-timeout
          The maximum number of seconds spent waiting for a complete IIOP message to be received. 
 default-char-codeset
          The standard character code set that this server will publish as its native code set. 
 default-minor-version
          The default GIOP (General Inter-ORB Protocol) version that this server will negotiate for incoming connections. 
 default-wide-char-codeset
          The wide character code set that this server will publish as its native code set. 
xs:booleanenable-ior-servlet
          Enable getior servlet used to publish COS Naming Service IORs Default: false 
 idle-connection-timeout
          The maximum number of seconds an IIOP connection is allowed to be idle before it is closed by the server. 
 location-forward-policy
          Specify how IIOP location forward host selection should be applied. 
xs:intmax-message-size
          The maximum IIOP message size allowable in a message header. 
 system-security
          Specify the value System Security. 
 tx-mechanism
          The transaction mechanism used by IIOP invocations. 
xs:booleanuse-full-repository-id-list
          Specify whether to use full Repository ID lists when sending value type information for custom-marshaled types. 
xs:booleanuse-java-serialization
          Specity whether to use java serialization for marshalling objects. 
xs:booleanuse-locate-request
          Specify whether outbound calls should use an initial LocateRequest. 
xs:booleanuse-serial-format-version2
          Specify whether to advertise RMI objects and EJBs as supporting RMI-IIOP serial format version 2 for custom marshaled objects. 
xs:booleanuse-stateful-authentication
          Specify whether to advertise RMI objects and EJBs as supporting stateful CSIv2. 
Source
<xs:complexType name="iiopType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="idle-connection-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="complete-message-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1"/>
<xs:maxInclusive value="480"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-message-size" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="default-minor-version" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="use-locate-request" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="tx-mechanism" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="OTS"/>
<xs:enumeration value="JTA"/>
<xs:enumeration value="OTSv11"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="location-forward-policy" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="off"/>
<xs:enumeration value="failover"/>
<xs:enumeration value="round-robin"/>
<xs:enumeration value="random"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="default-wide-char-codeset" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="UCS-2"/>
<xs:enumeration value="UTF-16"/>
<xs:enumeration value="UTF-8"/>
<xs:enumeration value="UTF-16BE"/>
<xs:enumeration value="UTF-16LE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="default-char-codeset" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="US-ASCII"/>
<xs:enumeration value="UTF-8"/>
<xs:enumeration value="ISO-8859-1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="use-full-repository-id-list" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="use-stateful-authentication" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="use-serial-format-version2" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="enable-ior-servlet" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="use-java-serialization" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="system-security" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="supported"/>
<xs:enumeration value="required"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation