BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to WTCtBridgeRedirectMBean
Properties
This component is not nillable.

Model
<...>
(direction, translate-fml, meta-data-file?, replyq?, source-access-point?, source-qspace?, source-name?, target-access-point?, target-qspace?, target-name? )
</...>


Nested Element Summary
 direction
          The direction of data flow. 
xs:stringmeta-data-file
          The name of the metadata file URL used to pass the call to the XML-to-non-XML WebLogic XML Translator (WLXT). 
xs:stringreplyq
          The name of the JMS queue used specifically for synchronous calls to a Tuxedo service. 
xs:stringsource-access-point
          The name of the local or remote access point where the source is located. 
xs:stringsource-name
          The name of a source queue or service. 
xs:stringsource-qspace
          The name of the Qspace for a source location. 
xs:stringtarget-access-point
          The name of the local or remote access point where the target is located. 
xs:stringtarget-name
          The name of the target queue or service. 
xs:stringtarget-qspace
          The name of the Qspace for a target location. 
 translate-fml
          The type of XMl/FML translation. 
Source
<xs:complexType name="wtc-tbridge-redirectType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="direction" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="JmsQ2TuxQ"/>
<xs:enumeration value="TuxQ2JmsQ"/>
<xs:enumeration value="JmsQ2TuxS"/>
<xs:enumeration value="JmsQ2JmsQ"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="translate-fml" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NO"/>
<xs:enumeration value="FLAT"/>
<xs:enumeration value="WLXT"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="meta-data-file" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="replyq" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="source-access-point" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="source-qspace" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="source-name" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="target-access-point" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="target-qspace" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="target-name" nillable="false" type="xs:string">
</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