BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType bridge-destination-commonType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}bridge-destination-commonType (extension)

Documentation
Corresponds to BridgeDestinationCommonMBean
Properties
This component is not nillable.

Model
<...>
(adapter-jndi-name, user-name?, user-password-encrypted?, classpath? )
</...>


Nested Element Summary
 adapter-jndi-name
          The JNDI name of the adapter used to communicate with the specified destination. 
xs:stringclasspath
          The CLASSPATH of the bridge destination. 
xs:stringuser-name
          The optional user name the adapter uses to access the bridge destination. 
xs:stringuser-password-encrypted
          
Source
<xs:complexType name="bridge-destination-commonType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="adapter-jndi-name" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="user-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="user-password-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="classpath" nillable="true" 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