BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to ForeignJNDIObjectMBean
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringlocal-jndi-name
          The name that the remote object will be bound to in the local server's JNDI tree. 
xs:stringremote-jndi-name
          The name of the remote object that will be looked up in the remote JNDI directory. 
Source
<xs:complexType name="foreign-jndi-objectType">
<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