BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType foreign-jndi-linkType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}foreign-jndi-linkType (extension)

Documentation
Corresponds to ForeignJNDILinkMBean
Properties
This component is not nillable.

Model
<...>
(local-jndi-name?, remote-jndi-name? )
</...>


Nested Element Summary
xs:stringlocal-jndi-name
          The local jndi name. 
xs:stringremote-jndi-name
          The foreign jndi name. 
Source
<xs:complexType name="foreign-jndi-linkType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="local-jndi-name" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="remote-jndi-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