BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType wtc-serverType

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

Documentation
Corresponds to WTCServerMBean
Properties
This component is not nillable.

Model
<...>
(wtc-local-tux-dom*, wtc-remote-tux-dom*, wtc-export*, wtc-import*, wtc-password*, wtc-resources?, wtc-tbridge-global?, wtc-tbridge-redirect* )
</...>


Nested Element Summary
dom:wtc-exportTypewtc-export
          Provides information on services exported by a local Tuxedo access point. 
dom:wtc-importTypewtc-import
          Provides information on services imported and available on remote domains. 
dom:wtc-local-tux-domTypewtc-local-tux-dom
          The local Tuxedo domains defined for this WTC Server. 
dom:wtc-passwordTypewtc-password
          Specifies the configuration information for inter-domain authentication. 
dom:wtc-remote-tux-domTypewtc-remote-tux-dom
          The remote Tuxedo domains defined for this WTC Server. 
dom:wtc-resourcesTypewtc-resources
          Specifies global field table classes, view table classes, and application passwords for domains. 
dom:wtc-tbridge-globalTypewtc-tbridge-global
          Specifies global configuration information for the transfer of messages between WebLogic Server and Tuxedo. 
dom:wtc-tbridge-redirectTypewtc-tbridge-redirect
          gets all WTCtBridgeRedirect objects 
Source
<xs:complexType name="wtc-serverType">
<xs:complexContent>
<xs:extension base="dom:deploymentType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="wtc-local-tux-dom" nillable="true" type="dom:wtc-local-tux-domType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="wtc-remote-tux-dom" nillable="true" type="dom:wtc-remote-tux-domType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="wtc-export" nillable="true" type="dom:wtc-exportType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="wtc-import" nillable="true" type="dom:wtc-importType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="wtc-password" nillable="true" type="dom:wtc-passwordType">
</xs:element>
<xs:element minOccurs="0" name="wtc-resources" nillable="true" type="dom:wtc-resourcesType">
</xs:element>
<xs:element minOccurs="0" name="wtc-tbridge-global" nillable="true" type="dom:wtc-tbridge-globalType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="wtc-tbridge-redirect" nillable="true" type="dom:wtc-tbridge-redirectType">
</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